20 Commits (fd2cec02afa61fe3c3fd9a7f34569bb236dc7a57)

Author SHA1 Message Date
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