aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Fixed example syntax for inline elseArnon1-1/+1
2023-05-04Merge branch 'main' of github.com:ratfactor/ziglingsDave Gauer5-140/+213
2023-05-04Ex 001 remove ancient script reference + wordingDave Gauer1-7/+7
2023-05-04test: remove obsolete comment in the heal functionManlio Perillo1-2/+2
2023-05-04test: fix doc-commentsManlio Perillo1-7/+7
2023-05-04test: improve test case 1 and 2Manlio Perillo1-11/+12
2023-05-04Merge pull request #265 from Arya-Elfren/methods-clarificationDave Gauer1-19/+18
2023-05-04Merge pull request #264 from Arya-Elfren/float-clarificationDave Gauer1-8/+11
2023-05-03Merge branch 'ratfactor:main' into testingChris Boesch1-81/+116
2023-05-03Merge pull request #279 from perillo/refactor-zigling-step-2Chris Boesch1-81/+116
2023-05-03Added new flag 'run_test' to support test steps for test exercises.Chris Boesch2-0/+19
2023-05-03build: improve coding style in ZiglingStepManlio Perillo1-26/+45
2023-05-03build: use @panic("OOM") instead of unreachableManlio Perillo1-9/+9
2023-05-03build: improve the exercise output checkManlio Perillo1-5/+5
2023-05-03build: don't use @This() in ZiglingStepManlio Perillo1-5/+5
2023-05-03build: remove ZiglingStep.builder fieldManlio Perillo1-8/+6
2023-05-03build: use Child.exec in ZiglingStep.runManlio Perillo1-30/+17
2023-05-03build: fix incorrect error handling in ZiglingStep.compileManlio Perillo1-1/+10
2023-05-03build: remove the ZiglingStep.makeInternal methodManlio Perillo1-14/+36
2023-05-02Merge pull request #275 from perillo/heal-only-in-testChris Boesch3-32/+68
2023-05-02Added Ex 101 "for loops part 5" (Closes #271)Dave Gauer3-0/+128
2023-05-02Restore unit testsManlio Perillo2-21/+20
2023-05-02test: don't run heal during configuration phaseManlio Perillo1-11/+48
2023-05-01Merge pull request #273 from chrboesch/patch_errorChris Boesch1-2/+3
2023-05-01comment for the issue addedChris Boesch1-0/+1
2023-05-01 unit tests temporarily disabledChris Boesch1-18/+18
2023-05-01cli tests removed to solve 272Chris Boesch1-2/+2
2023-05-01Merge pull request #270 from perillo/improve-exercise-typeChris Boesch4-523/+508
2023-05-01build: don't override the top level stepsManlio Perillo1-6/+0
2023-05-01build: rename Exercise.baseName to nameManlio Perillo2-7/+15
2023-05-01build: add the Exercise.addExecutable methodManlio Perillo3-23/+21
2023-05-01build: rename the Exercise.C field to link_libcManlio Perillo1-6/+6
2023-05-01build: reduce code duplication when setting the work pathManlio Perillo1-16/+22
2023-05-01build: remove the Exercise.async fieldManlio Perillo2-21/+0
2023-05-01build: move exercises at the end of the fileManlio Perillo1-464/+464
2023-04-30Added Ex. 100 fourth for (as foretold in #261)Dave Gauer3-0/+70
2023-04-30Oops, capitalization in ex016.Dave Gauer1-1/+1
2023-04-30Renamed 095 to "for3" to match feature sequenceDave Gauer3-1/+1
2023-04-30Updating 095 patch to match, natch!Dave Gauer1-1/+1
2023-04-30Updating wording in 'for' exercisesDave Gauer3-46/+65
2023-04-29Merge pull request #269 from perillo/fix-windows-deadlockChris Boesch4-50/+12
2023-04-29eowyn.sh: remove checking formatting one file at a timeManlio Perillo1-6/+1
2023-04-29test: make the patch command silentManlio Perillo1-1/+1
2023-04-29test: fix deadlock on windows when running testsManlio Perillo1-1/+0
2023-04-29workflows: remove the custom windows only jobsManlio Perillo2-42/+10
2023-04-29Update README.mdChris Boesch1-0/+1
2023-04-28Merge pull request #268 from chrboesch/mainChris Boesch2-2/+0
2023-04-28switched back to bash on windowsChris Boesch1-1/+0
2023-04-28switched back to bash on windowsChris Boesch1-1/+0
2023-04-28060 - remove `@as()`Arya-Elfren1-6/+8