Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-06 | POSIX shell fixes | Dave Gauer | |
2021-03-05 | ex51 word crimes solved | Dave Gauer | |
2021-03-05 | ex51 explanation improvements | Dave Gauer | |
2021-03-05 | ex51 lol space | Dave Gauer | |
2021-03-05 | ex51 fixed wording | Dave Gauer | |
2021-03-05 | ex51 cleaned up wording | Dave Gauer | |
2021-03-05 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | |
2021-03-05 | Add ex51 values | Dave Gauer | |
2021-03-05 | Update 48_methods2.zig | Dave Gauer | |
2021-03-05 | Merge pull request #31 from drforester/main | Dave Gauer | |
found a Zig enum with a method | |||
2021-03-04 | found a Zig enum with a method | David Forester | |
2021-03-03 | Merge pull request #30 from JosephTLyons/Whitespace-cleanup | Dave Gauer | |
Cleaned up some extraneous whitespace characters | |||
2021-03-02 | Cleaned up some extraneous whitespace characters | Joseph T Lyons | |
2021-03-02 | Merge pull request #29 from g-w1/scr | Dave Gauer | |
patches: make interpreter compat and make work if not in PATH | |||
2021-03-01 | patches: make interpreter compat and make work if not in PATH | jacob gw | |
2021-02-28 | Add ex 50 'no values' (help further address #25) | Dave Gauer | |
2021-02-28 | Added quiz 6 (and the trumpeting sounds grow louder) | Dave Gauer | |
2021-02-28 | Added ex 48, additional comment on 46 | Dave Gauer | |
2021-02-28 | oops, left in old note pt. 2 | Dave Gauer | |
2021-02-28 | oops, left in old note | Dave Gauer | |
2021-02-28 | Change default elephant tail to null (#25) | Dave Gauer | |
It was confusing to see tail... = undefined in the struct definition and then if (tail == null) later in the exercise - it appears that the mismatch would be the issue - but that's distracting from the real issue: making the value optional! Changing the initial value to null is still correct, but won't distract. The only worry now is that the user will remember the undefined definition from the previous exercise and wonder if that has to be that way...but you can't win them all! | |||
2021-02-27 | Add ex 47: methods | Dave Gauer | |
2021-02-27 | Merge pull request #27 from vishalsodani/main | Dave Gauer | |
Fixed some typos | |||
2021-02-27 | New illustration in README! | Dave Gauer | |
Using the "put an image in an issue and link to it on the README" trick to keep the Ziglings repo size down. | |||
2021-02-26 | Fixed a typo #26 | Vishal Sodani | |
2021-02-26 | Fixed a typo #26 | Vishal Sodani | |
2021-02-16 | Update README so it has THE TRUTH | Dave Gauer | |
2021-02-16 | Added ex. 46 optionals 2 - elephants! | Dave Gauer | |
2021-02-16 | Merge pull request #24 from mz0/fix06 | Dave Gauer | |
fix repeat target | |||
2021-02-16 | Merge pull request #23 from vishalsodani/main | Dave Gauer | |
Fixed spelling | |||
2021-02-16 | Exit rather than return upon version failure (#14) | Dave Gauer | |
A plain `zig build` was exiting as expected after the version check failure did an early 'return'. But `zig build 01` (specifying a step) would print the fail message and then continue...but fail to find the step (which was not added). Calling `exit()` solves this. Calling it with an error status code causes vomiting in the build system (since, you know, there was an error). So returning with `exit(0)` is the way to go here. | |||
2021-02-16 | fix repeat target | Mark Zhitomirski | |
2021-02-16 | Fixed spelling | Vishal Sodani | |
2021-02-15 | Second attempt of the second attempt (#14) | Dave Gauer | |
2021-02-15 | Second attempt at explaining the minimum build (#14) | Dave Gauer | |
2021-02-15 | Merge pull request #22 from quexxon/apply-zig-fmt | Dave Gauer | |
Apply `zig fmt` to exercises and generate remaining patch files | |||
2021-02-15 | Add remaining patch files | Will Clardy | |
2021-02-15 | Apply `zig fmt` to exercises | Will Clardy | |
2021-02-15 | Manually apply `zig fmt` style to comments | Will Clardy | |
2021-02-15 | Merge pull request #20 from quexxon/exercise_12_fixes | Dave Gauer | |
Exercise 12 fixes | |||
2021-02-15 | Replace unclosed opening paren with dash | Will Clardy | |
2021-02-15 | Add missing opening braces in while statements | Will Clardy | |
2021-02-14 | Patches to patches to clean up patches | Dave Gauer | |
2021-02-14 | Fix Ex.19 typo (#19) | Dave Gauer | |
Oh, look at that, issue 19 is about exercise 19. Today's lucky number is 19. Time to buy a lottery ticket. | |||
2021-02-14 | Attempt to make the version error and README clearer (#14) | Dave Gauer | |
2021-02-14 | Added testing ability | Dave Gauer | |
For the full details, see patches/README.md :-) | |||
2021-02-14 | Make "check and halt" the default for zig build NN (#15) | Dave Gauer | |
The "start with NN" action is now NN_start. Also formatting output for improved clarity (hopefully). | |||
2021-02-14 | going with this exercise order | Dave Gauer | |
2021-02-14 | 03 assignment - var to const in example for clarity | Dave Gauer | |
2021-02-14 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | |