Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2021-02-14 | Added ex 45 optionals | Dave Gauer | |
(And secretly added the patches/ dir. Don't tell anybody!) | |||
2021-02-14 | Merge pull request #17 from quexxon/main | Dave Gauer | |
Fix typo in exercise 09: out => our | |||
2021-02-14 | begone ye errant space | Dave Gauer | |
2021-02-14 | Fix typo: out => our | Will Clardy | |
2021-02-14 | Merge pull request #10 from tijb/patch-1 | Dave Gauer | |
Update 03_assignment.zig | Missing Line In Example | |||
2021-02-13 | Update 03_assignment.zig | tim bangma | |
2021-02-13 | Emit correct output as green text indicating passed. | Dave Gauer | |
2021-02-13 | Merge pull request #13 from Ivan-Velickovic/main | Dave Gauer | |
04_arrays.zig - missing ":" for type of example array | |||
2021-02-14 | 04_arrays.zig - missing : for type of example array | Ivan-Velickovic | |
2021-02-13 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | |
2021-02-13 | ex10 - missing type was confusing and tangential (#12) | Dave Gauer | |
2021-02-13 | Added additional inspirations for Ziglings | Dave Gauer | |
Ruby Koans is even attributed by rustlings. The Little Schemer is a personal all-time favorite programming book. | |||
2021-02-13 | Merge pull request #11 from tijb/patch-2 | Dave Gauer | |
Update 04_arrays.zig | Array Index | |||
2021-02-13 | Updating README description of project | Dave Gauer | |
Also updated the GitHub project description to: "Learn the Zig programming language by fixing tiny broken programs." I think it sounds more of a fun challenge this way rather than the more academic "learn by doing exercises". I mean, who wouldn't want to come help these "tiny broken programs"?!? | |||
2021-02-12 | Update 04_arrays.zig | tim bangma | |
array index was off by 1. | |||
2021-02-12 | Update 03_assignment.zig | tim bangma | |
Looks like one of the example lines was missing. | |||
2021-02-12 | Update README to reflect new version checking | Dave Gauer | |
2021-02-12 | Merge branch 'SpexGuy-zig-build' into main | Dave Gauer | |
2021-02-12 | Merge branch 'zig-build' of https://github.com/SpexGuy/ziglings into ↵ | Dave Gauer | |
SpexGuy-zig-build | |||
2021-02-12 | Merge pull request #5 from Joefish/zig_version_check | Dave Gauer | |
Added a zig version test | |||
2021-02-12 | Merge pull request #9 from palash25/typo2 | Dave Gauer | |
exercise/25 fix typo | |||
2021-02-12 | exercise/25 fix typo | Palash Nigam | |
2021-02-11 | Use a zig build script to run ziglings | Martin Wickham | |
2021-02-11 | Improved zig version check | Joseph-Eugene Winzer | |
2021-02-11 | Merge pull request #7 from palash25/typo | Dave Gauer | |
exercise/21: fix typo |