93 Commits (2ca76b83888828a8e831abded4986f0ebc884728)

Author SHA1 Message Date
Chris Boesch 9d9dc1dacf changed 'the_end' to '999_the_end' 2 years ago
Chris Boesch 007f4d655b the_end function added 2 years ago
Chris Boesch 7fb9b199a3 trim of leading spaces added 2 years ago
Chris Boesch 68af87518f Merge branch 'main' into check_output_len 2 years ago
Chris Boesch 22289d6ad1 disable the async excercises because of temporary not available in zig
compiler
2 years ago
Tobias Simetsreiter e978b09a0a output fixes to 16 and 19 2 years ago
Tobias Simetsreiter eb24c6291a exit non zero on error 2 years ago
Tobias Simetsreiter ae193c08c3 exclude trailing newlines and spaces 2 years ago
Tobias Simetsreiter 980a278ccc add check for trailing output characters 2 years ago
Dave Gauer 5a920ac48c README tweaks and another ver bump 2 years ago
Sebastian Aigner 74ce482711 Remove parameter in call to NativeTargetInfo.detect
Compatibility with ziglang/zig@3ee01c14ee
2 years ago
Dave Gauer f59e07b303 Bump version for Ex 074 fix from upstream :-) 2 years ago
Dave Gauer 2656b26c83 Update Zig development build minimum version 2 years ago
Jan Brauer 6cb0cb11ff Use stage 1 compiler for async exercises 2 years ago
Dave Gauer dee6a96ddf Correct conventional Zig reference vs value passing re #89 2 years ago
Dave Gauer 00796028ba Updated build version requirement to 0.10.0-dev.3385 2 years ago
Dave Gauer 46ed43d63e Merge pull request #104 from lkadalski/patch-2
fix: wrong expected output in exercise 004
2 years ago
Łukasz Kądalski 4098910387 fix: wrong expected output in exercise 004 2 years ago
DerTee daf0a99f94 064_builtins: clarify @addWithOverflow explanation
There were misunderstandings concerning
overflowing operations and overflowed variables.
Hopefully it's clearer now.
2 years ago
iz 43ab394592 Fix build on latest nightly zig 2 years ago
Dave Gauer f34b6aa024 Update sentinel type for v0.10.0
Fixes

.../076_sentinels.zig:95:30: error: incompatible types:
  'u32' and '?*const anyopaque':
    while (my_seq[i] != my_sentinel) {
3 years ago
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