aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-11Removed debug info.Chris Boesch1-4/+0
2023-06-11Fixed missing comptime.Chris Boesch2-1/+5
2023-06-10Merge pull request #321 from ratfactor/issue317Chris Boesch2-5/+4
2023-06-10Fixed description of @addWithOverflowChris Boesch2-5/+4
2023-06-09closes https://github.com/ratfactor/ziglings/pull/311Chris Boesch1-1/+1
2023-05-31Update README.mdChris Boesch1-0/+1
2023-05-30Merge pull request #313 from chrboesch/colorsChris Boesch1-2/+2
2023-05-30Changed error text to bold.Chris Boesch1-2/+2
2023-05-30Merge pull request #312 from pdietl/pdietl/fix_grammarChris Boesch1-2/+2
2023-05-30Merge pull request #308 from perillo/refactor-zigling-step-moreChris Boesch2-253/+39
2023-05-27Change grammar: there's -> there are ex. 17Pete Dietl1-2/+2
2023-05-25changed version numberChris Boesch1-1/+1
2023-05-25Merge pull request #309 from pseudocc/mainChris Boesch2-3/+4
2023-05-25change std.debug.TTY to std.io.ttypseudoc2-3/+4
2023-05-22build: use the old color styleManlio Perillo1-5/+17
2023-05-20build: in `ZiglingStep.check_output` panic in case of OOMManlio Perillo1-1/+1
2023-05-19build: use `std.Build.Step.fail` to report errorsManlio Perillo1-27/+15
2023-05-19build: remove `ZiglingStep.eval`Manlio Perillo2-231/+17
2023-05-18Merge pull request #305 from perillo/improve-run-testChris Boesch3-88/+60
2023-05-15Enable again the unit testsManlio Perillo1-3/+2
2023-05-15Refactor testing supportManlio Perillo2-85/+58
2023-05-15Update README.mdChris Boesch1-1/+1
2023-05-15Merge pull request #304 from chrboesch/testing_exerciseChris Boesch4-5/+129
2023-05-15Unit tests temporarily disabled.Chris Boesch1-3/+3
2023-05-15Added testing exercise.Chris Boesch4-5/+129
2023-05-14Merge pull request #300 from perillo/simplify-buildChris Boesch2-290/+133
2023-05-14build: remove extra comment for named modeManlio Perillo1-1/+0
2023-05-14tests: improve test case 3Manlio Perillo1-8/+19
2023-05-14build: remove the install and uninstall stepsManlio Perillo1-0/+3
2023-05-14build: improve the help message in ZiglingStepManlio Perillo1-17/+27
2023-05-14build: remove unused declarationsManlio Perillo1-43/+0
2023-05-14build: show the logo in named modeManlio Perillo2-0/+13
2023-05-14build: simplify the named build modeManlio Perillo2-197/+77
2023-05-14build: remove the install step in the normal build modeManlio Perillo1-9/+2
2023-05-14build: remove the special eowyn build modeManlio Perillo1-23/+0
2023-05-13Merge pull request #278 from chrboesch/testingChris Boesch2-6/+91
2023-05-13Execution of test exercises added.Chris Boesch1-6/+72
2023-05-13Merge branch 'ratfactor:main' into testingChris Boesch2-93/+89
2023-05-11Merge pull request #293 from perillo/improve-build-even-moreChris Boesch2-93/+89
2023-05-09Restore unit testsManlio Perillo2-22/+23
2023-05-09build: make literal paths portableManlio Perillo2-2/+7
2023-05-09tests: remove the missing functions from RunStepManlio Perillo1-27/+5
2023-05-09build: improve code formattingManlio Perillo1-7/+15
2023-05-09build: add the dumpArgs functionManlio Perillo1-10/+10
2023-05-09build: fix doc-commentsManlio Perillo1-9/+9
2023-05-09build: use the blank identifier in the parameter listManlio Perillo1-4/+2
2023-05-09build: use self when using @fieldParentPtrManlio Perillo1-5/+5
2023-05-09build: don't install skipped exercisesManlio Perillo1-4/+12
2023-05-09build: fix `zig build -Dhealed install`Manlio Perillo1-3/+1
2023-05-09Merge branch 'ratfactor:main' into testingChris Boesch2-67/+92