222 Commits (ec6f6c5870014eca466c189e4cdd0d6ba040701d)

Author SHA1 Message Date
Dave Gauer 515a5188f4 Update c_void to anyopaque to fix #84 3 years ago
Dave Gauer 49ce260748 Added ex91 - closing in on async! 3 years ago
Dave Gauer ef4bd3c749 Bumped version requirement 3 years ago
Dave Gauer 0ba79fe869 Updated for dev pre-release build v0.9.0-dev.1343
A change in the "build" library imports and some cleanup in the
patches.
3 years ago
Dave Gauer 608468913c Cleaned trailing spaces, added trailing commas 3 years ago
Dave Gauer 44440ace5a Newline after PASSED so multiline results line up better 3 years ago
Airbus5717 fca600290c another fix 3 years ago
Airbus5717 d6051b8b72 fix fmt 3 years ago
Airbus5717 e051903055 added newline print to make output look nicer 3 years ago
Dave Gauer 34af14ca7b add ex090 async 7 3 years ago
Dave Gauer 67ebfc7a95 Update version for real :-) 3 years ago
Dave Gauer 18335d519d Updated to master build 0.9.0-dev.137 3 years ago
Dave Gauer e47dccf245 Add ex089 Async 6 3 years ago
Dave Gauer 110e556ae1 add ex088 async 5 await 3 years ago
Dave Gauer be279c78f5 add ex087 async 4 3 years ago
Dave Gauer 3e5647d88c add ex086 async 3 3 years ago
Dave Gauer 54c048b0a0 add ex085 async 2 3 years ago
Dave Gauer 3b08761532 add ex084 async 3 years ago
Dave Gauer 4a379159a3 add ex083 anon lists 3 years ago
Dave Gauer c43e5480c6 add ex082 anon structs 3 3 years ago
Dave Gauer c0bbbee176 add ex081 anon structs 2 3 years ago
Dave Gauer ae0dc2b282 add ex080 anonymous structs 1 3 years ago
Dave Gauer 34ac5f6742 Add ex079 quoted identifiers 3 years ago
Dave Gauer d4f5684450 Fix 076, add 077,078 sentinels and many-item pointers 3 years ago
Dave Gauer e9547cf808 add ex076 sentinels 3 years ago
Dave Gauer 4760c62d62 Added ex075 Quiz 8 3 years ago
Dave Gauer db20e9541a add ex073 comptime 8 3 years ago
Dave Gauer 2ecf31daa4 fixed hint typo 3 years ago
Dave Gauer 14c7e73343 add 072 comptime 7 3 years ago
Dave Gauer f3a7b57385 make global required version in build script 3 years ago
Dave Gauer ea17a9c8cb add 071 comptime 6 inline for 3 years ago
Dave Gauer 9c095c60a4 add ex070 comptime 5 3 years ago
Dave Gauer be2b98f404 add ex069 comptime 4 3 years ago
Dave Gauer 17a22adce1 add ex068 comptime 3 3 years ago
Dave Gauer bf861f71f7 add ex067 comptime TWO 3 years ago
Dave Gauer dd06f3c95f Added type reflection to 066 3 years ago
Dave Gauer e23eba236a Add ex066, the first comptime explanation 3 years ago
Dave Gauer 9fbda0c502 add ex065 builtins2 3 years ago
Dave Gauer 838cb43f25 added ex064 builtins 3 years ago
Dave Gauer cc269968ea Added ex063 labels 3 years ago
Dave Gauer e608e41cc7 added ex062 loop expressions 3 years ago
Dave Gauer 96f5b425e3 added ex061 coercions 3 years ago
Dave Gauer b3f4773be4 Added ex060 floats 3 years ago
Dave Gauer 1427d3b6f1 added 059 3 years ago
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