summaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)Author
2023-04-25Added a loop for the formatting test, so we can see where errors happen.Chris Boesch
2023-04-25replaced update-patches.py with update-patches.zigChris Boesch
2023-04-25Merge pull request #255 from perillo/improve-ci-moreChris Boesch
2023-04-25Merge pull request #256 from perillo/improve-more-2Chris Boesch
2023-04-25Python isn't necessaryChris Boesch
2023-04-25.gitattributes: remove support for old files, add pythonManlio Perillo
2023-04-25.gitignore: add zig-out, remove vim backup and swap filesManlio Perillo
2023-04-25workflow: add a test job to ci.ymlManlio Perillo
2023-04-25workflows: use actions/checkout@v3Manlio Perillo
2023-04-25Fix formatting in exercise 99Manlio Perillo
2023-04-25eowyn.sh: set the -e optionManlio Perillo
2023-04-25eowyn: always quote variablesManlio Perillo
2023-04-25replaced check-exercises.pu with check-exercises.zigChris Boesch
2023-04-24Merge pull request #250 from perillo/improve-test-coverage-2Chris Boesch
2023-04-24timeout to 60 minutesChris Boesch
2023-04-24test: add a test for `zig build -Dn=1`Manlio Perillo
2023-04-24test: change the order of `zig build` optionsManlio Perillo
2023-04-24test: add test for `zig build` and `zig build -Dn=1 start`Manlio Perillo
2023-04-24build: make exercise output more reliableManlio Perillo
2023-04-24test: fix incorrect cleanup codeManlio Perillo
2023-04-24test: refactorize the codeManlio Perillo
2023-04-23Another README coverage list editDave Gauer
2023-04-23Tweaked README coverage listDave Gauer
2023-04-23Updated README and CONTRIBUTING to reflect realityDave Gauer
2023-04-23Ex 099 format instructions to 65 columns, wording, examplesDave Gauer
2023-04-19Update 099_formatting.zigChris Boesch
2023-04-19Merge pull request #247 from chrboesch/formattingChris Boesch
2023-04-19added first formatting exerciseChris Boesch
2023-04-19Merge pull request #234 from perillo/improve-ciChris Boesch
2023-04-18Ensure the patches are up-to-date and consistentManlio Perillo
2023-04-18eowyn: run `zig fmt --check` before `zig build`Manlio Perillo
2023-04-18Ensure the exercises use the canonical formatManlio Perillo
2023-04-18ci: add a CI workflowManlio Perillo
2023-04-18Merge pull request #246 from perillo/build-restore-compatibility-2Chris Boesch
2023-04-18build: avoid intermixed messages on the same lineManlio Perillo
2023-04-18build: don't print errors in ZiglingStep.evalManlio Perillo
2023-04-18build: restore compatibility support againManlio Perillo
2023-04-13Merge pull request #238 from perillo/update-zigling-stepChris Boesch
2023-04-13build: update ZiglingStep to the new APIManlio Perillo
2023-04-13build: disable special case for `zig build -Dhealed`Manlio Perillo
2023-04-13Update README.mdChris Boesch
2023-04-13Merge pull request #237 from chrboesch/mainChris Boesch
2023-04-12Update CNAMEChris Boesch
2023-04-12Update CNAMEChris Boesch
2023-04-12Create CNAMEChris Boesch
2023-04-12Update README.mdChris Boesch
2023-04-12Merge pull request #235 from perillo/update-to-version-0.11.0-dev.2560Chris Boesch
2023-04-12Update the code to the new zig versionManlio Perillo
2023-04-12Update 096_memory_allocation.zigChris Boesch
2023-04-12Update 097_bit_manipulation.zigChris Boesch