index
:
ziglings
imgbot
main
No description provided.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-07
Merge pull request #290 from kimshrier/exercise_096_fix_example
Chris Boesch
1
-1
/
+1
2023-05-07
Merge pull request #289 from kimshrier/exercise_092_typo
Chris Boesch
1
-1
/
+1
2023-05-07
Merge pull request #288 from kimshrier/exercise_076_typo
Chris Boesch
1
-1
/
+1
2023-05-07
Merge pull request #287 from kimshrier/exercise_072_typo
Chris Boesch
1
-1
/
+1
2023-05-07
Merge pull request #286 from kimshrier/exercise_001_typo
Chris Boesch
1
-1
/
+1
2023-05-07
Fix reference to slice_ptr in example code
Kim SHrier
1
-1
/
+1
2023-05-07
Remove repeated word "with"
Kim SHrier
1
-1
/
+1
2023-05-07
Add missing word "of"
Kim SHrier
1
-1
/
+1
2023-05-07
add missing word "to"
Kim SHrier
1
-1
/
+1
2023-05-06
fix typo well -> will
Kim SHrier
1
-1
/
+1
2023-05-06
Merge pull request #285 from chrboesch/improve_instruction
Chris Boesch
1
-3
/
+5
2023-05-06
Merge branch 'main' into improve_instruction
Chris Boesch
3
-69
/
+211
2023-05-06
Improve instructions.
Chris Boesch
1
-4
/
+5
2023-05-06
Merge pull request #284 from perillo/improve-exercise-type-more
Chris Boesch
2
-54
/
+193
2023-05-06
build: improve Exercise.addExecutable
Manlio Perillo
1
-2
/
+2
2023-05-06
build: use multiline string literals when necessary
Manlio Perillo
2
-32
/
+177
2023-05-06
build: remove assertion in `Exercise.key`
Manlio Perillo
1
-8
/
+8
2023-05-06
build: make `Exercise.hint` optional
Manlio Perillo
2
-12
/
+6
2023-05-05
Ex 101: Magic bags better than buckets for metaphors
Dave Gauer
1
-15
/
+17
2023-05-05
Merge pull request #281 from perillo/add-healed-path-option
Chris Boesch
2
-57
/
+108
2023-05-05
build: add the healed-path option
Manlio Perillo
2
-39
/
+89
2023-05-05
Merge pull request #280 from arnon4/patch-1
Chris Boesch
1
-1
/
+1
2023-05-05
Fixed example syntax for inline else
Arnon
1
-1
/
+1
2023-05-04
Merge branch 'main' of github.com:ratfactor/ziglings
Dave Gauer
5
-140
/
+213
2023-05-04
Ex 001 remove ancient script reference + wording
Dave Gauer
1
-7
/
+7
2023-05-04
test: remove obsolete comment in the heal function
Manlio Perillo
1
-2
/
+2
2023-05-04
test: fix doc-comments
Manlio Perillo
1
-7
/
+7
2023-05-04
test: improve test case 1 and 2
Manlio Perillo
1
-11
/
+12
2023-05-04
Merge pull request #265 from Arya-Elfren/methods-clarification
Dave Gauer
1
-19
/
+18
2023-05-04
Merge pull request #264 from Arya-Elfren/float-clarification
Dave Gauer
1
-8
/
+11
2023-05-03
Merge pull request #279 from perillo/refactor-zigling-step-2
Chris Boesch
1
-81
/
+116
2023-05-03
build: improve coding style in ZiglingStep
Manlio Perillo
1
-26
/
+45
2023-05-03
build: use @panic("OOM") instead of unreachable
Manlio Perillo
1
-9
/
+9
2023-05-03
build: improve the exercise output check
Manlio Perillo
1
-5
/
+5
2023-05-03
build: don't use @This() in ZiglingStep
Manlio Perillo
1
-5
/
+5
2023-05-03
build: remove ZiglingStep.builder field
Manlio Perillo
1
-8
/
+6
2023-05-03
build: use Child.exec in ZiglingStep.run
Manlio Perillo
1
-30
/
+17
2023-05-03
build: fix incorrect error handling in ZiglingStep.compile
Manlio Perillo
1
-1
/
+10
2023-05-03
build: remove the ZiglingStep.makeInternal method
Manlio Perillo
1
-14
/
+36
2023-05-02
Merge pull request #275 from perillo/heal-only-in-test
Chris Boesch
3
-32
/
+68
2023-05-02
Added Ex 101 "for loops part 5" (Closes #271)
Dave Gauer
3
-0
/
+128
2023-05-02
Restore unit tests
Manlio Perillo
2
-21
/
+20
2023-05-02
test: don't run heal during configuration phase
Manlio Perillo
1
-11
/
+48
2023-05-01
Merge pull request #273 from chrboesch/patch_error
Chris Boesch
1
-2
/
+3
2023-05-01
comment for the issue added
Chris Boesch
1
-0
/
+1
2023-05-01
unit tests temporarily disabled
Chris Boesch
1
-18
/
+18
2023-05-01
cli tests removed to solve 272
Chris Boesch
1
-2
/
+2
2023-05-01
Merge pull request #270 from perillo/improve-exercise-type
Chris Boesch
4
-523
/
+508
2023-05-01
build: don't override the top level steps
Manlio Perillo
1
-6
/
+0
2023-05-01
build: rename Exercise.baseName to name
Manlio Perillo
2
-7
/
+15
[next]