228 Commits (e8270de928a430130000c95b7677c21f6a947ea4)

Author SHA1 Message Date
Dave Gauer cc01013921 Normalized exercise output, answers (#41)
1. All exercises should print a trailing \n
2. The build script should always show you _exactly_ what it's looking
   for when you get it wrong. Therefore, .output should be set to the
   exact expected output.
4 years ago
Dave Gauer 8ebc7009c1 Added epic ex058 - quiz 7 4 years ago
Dave Gauer 33040bce0c removed dupe ex 057 from build script 4 years ago
Dave Gauer 0956f1839f "999 is enough for anybody" triple-zero padding (#18)
When I hit 999 exercises, I will finally have reached the ultimate
state of soteriological release and no more exercises will be needed.
The cycle will be complete. All that will be left is perfect quietude,
freedom, and highest happiness.
4 years ago
Dave Gauer af597c86a5 add ex 57 unions 3 4 years ago
Dave Gauer dff61673c8 add ex56 for real 4 years ago
Dave Gauer 7b1c9c3b63 add ex 55 unions 4 years ago
Dave Gauer 784b66ffcf "Multi pointers" are now "many pointers"
TypeInfo.Pointer.Size says "many", so there we are!
4 years ago
Dave Gauer fd2cec02af add ex54 multipointers (for real) 4 years ago
Dave Gauer a8b9d6f2b8 add ex53 slices2 4 years ago
Dave Gauer d1c6993898 add ex52 slices 4 years ago
Dave Gauer 0fea5bc00c Merge branch 'main' of github.com:ratfactor/ziglings into main 4 years ago
Dave Gauer 4f9c8f57ba Add ex51 values 4 years ago
Joseph T Lyons a26c3eb36f Cleaned up some extraneous whitespace characters 4 years ago
Dave Gauer 28791f0cb8 Add ex 50 'no values' (help further address #25) 4 years ago
Dave Gauer 0552a62896 Added quiz 6 (and the trumpeting sounds grow louder) 4 years ago
Dave Gauer 5f7e9389d5 Added ex 48, additional comment on 46 4 years ago
Dave Gauer 42e6ebd2fe Add ex 47: methods 4 years ago
Dave Gauer f27601b558 Added ex. 46 optionals 2 - elephants! 4 years ago
Dave Gauer bbbda4bd0a Exit rather than return upon version failure (#14)
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.
4 years ago
Dave Gauer 9b54ba79a0 Second attempt of the second attempt (#14) 4 years ago
Dave Gauer 3693a35aeb Second attempt at explaining the minimum build (#14) 4 years ago
Dave Gauer 4b8cb2e444 Attempt to make the version error and README clearer (#14) 4 years ago
Dave Gauer 03a09639c6 Added testing ability
For the full details, see patches/README.md :-)
4 years ago
Dave Gauer 654437c0bc Make "check and halt" the default for zig build NN (#15)
The "start with NN" action is now NN_start.

Also formatting output for improved clarity (hopefully).
4 years ago
Dave Gauer 545573fc84 Added ex 45 optionals
(And secretly added the patches/ dir. Don't tell anybody!)
4 years ago
Dave Gauer a7e101cd05 Emit correct output as green text indicating passed. 4 years ago
Martin Wickham 6e576785c5 Use a zig build script to run ziglings 4 years ago