aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)Author
2023-05-07Merge pull request #290 from kimshrier/exercise_096_fix_exampleChris Boesch
2023-05-07Merge pull request #289 from kimshrier/exercise_092_typoChris Boesch
2023-05-07Merge pull request #288 from kimshrier/exercise_076_typoChris Boesch
2023-05-07Merge pull request #287 from kimshrier/exercise_072_typoChris Boesch
2023-05-07Merge pull request #286 from kimshrier/exercise_001_typoChris Boesch
2023-05-07Add missing word "a"Kim SHrier
2023-05-07Improve wording in some commentsKim SHrier
2023-05-07Fix reference to slice_ptr in example codeKim SHrier
2023-05-07Remove repeated word "with"Kim SHrier
2023-05-07Add missing word "of"Kim SHrier
2023-05-07add missing word "to"Kim SHrier
2023-05-06fix typo well -> willKim SHrier
2023-05-06Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-06Merge pull request #285 from chrboesch/improve_instructionChris Boesch
2023-05-06Merge branch 'main' into improve_instructionChris Boesch
2023-05-06Improve instructions.Chris Boesch
2023-05-06Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-06Merge pull request #284 from perillo/improve-exercise-type-moreChris Boesch
2023-05-06build: improve Exercise.addExecutableManlio Perillo
2023-05-06build: use multiline string literals when necessaryManlio Perillo
2023-05-06Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-06build: remove assertion in `Exercise.key`Manlio Perillo
2023-05-06build: make `Exercise.hint` optionalManlio Perillo
2023-05-05Ex 101: Magic bags better than buckets for metaphorsDave Gauer
2023-05-05Merge pull request #281 from perillo/add-healed-path-optionChris Boesch
2023-05-05build: add the healed-path optionManlio Perillo
2023-05-05Merge pull request #280 from arnon4/patch-1Chris Boesch
2023-05-05Fixed example syntax for inline elseArnon
2023-05-04Merge branch 'main' of github.com:ratfactor/ziglingsDave Gauer
2023-05-04Ex 001 remove ancient script reference + wordingDave Gauer
2023-05-04test: remove obsolete comment in the heal functionManlio Perillo
2023-05-04test: fix doc-commentsManlio Perillo
2023-05-04test: improve test case 1 and 2Manlio Perillo
2023-05-04Merge pull request #265 from Arya-Elfren/methods-clarificationDave Gauer
2023-05-04Merge pull request #264 from Arya-Elfren/float-clarificationDave Gauer
2023-05-03Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-03Merge pull request #279 from perillo/refactor-zigling-step-2Chris Boesch
2023-05-03Added new flag 'run_test' to support test steps for test exercises.Chris Boesch
2023-05-03build: improve coding style in ZiglingStepManlio Perillo
2023-05-03build: use @panic("OOM") instead of unreachableManlio Perillo
2023-05-03build: improve the exercise output checkManlio Perillo
2023-05-03build: don't use @This() in ZiglingStepManlio Perillo
2023-05-03build: remove ZiglingStep.builder fieldManlio Perillo
2023-05-03build: use Child.exec in ZiglingStep.runManlio Perillo
2023-05-03build: fix incorrect error handling in ZiglingStep.compileManlio Perillo
2023-05-03build: remove the ZiglingStep.makeInternal methodManlio Perillo
2023-05-02Merge pull request #275 from perillo/heal-only-in-testChris Boesch
2023-05-02Added Ex 101 "for loops part 5" (Closes #271)Dave Gauer
2023-05-02Restore unit testsManlio Perillo
2023-05-02test: don't run heal during configuration phaseManlio Perillo