1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-19 05:06:04 +02:00
Commit Graph

99 Commits

Author SHA1 Message Date
Chris Boesch 2e806259cf
Merge pull request #177 from DameonSmith/patch-1
Updating build.zig to support new API change.
2023-02-04 15:12:50 +01:00
Chris Boesch f1aac142ea
new build number added 2023-02-04 15:06:20 +01:00
Chris Boesch 51927630c3
Merge pull request #178 from chrboesch/issue176
removed trim of trailing spaces
2023-02-02 10:45:25 +01:00
Chris Boesch 8b6f2c7650 removed trim of trailing spaces 2023-02-02 10:38:02 +01:00
Dameon Smith 2f924501c6
Updating build.zig to support new API change.
I updated zig today and the addExecutable API appears to have changed with it. I was able to get the build to run again with this change.
2023-02-01 21:51:47 -06:00
Chris Boesch 6208147100 update to zig dev release 1501 2023-01-31 23:48:50 +01:00
Chris Boesch e1313cd04d changed 'the_end' to '999_the_end' 2023-01-22 13:12:53 +01:00
Chris Boesch fa2a830ba2 the_end function added 2023-01-21 23:26:53 +01:00
Chris Boesch 1c8437a979 trim of leading spaces added 2023-01-21 17:59:56 +01:00
Chris Boesch bc012d5dc7
Merge branch 'main' into check_output_len 2023-01-21 14:41:35 +01:00
Chris Boesch 660bda11f2 disable the async excercises because of temporary not available in zig
compiler
2023-01-21 13:57:32 +01:00
Tobias Simetsreiter afc02bd558 output fixes to 16 and 19 2022-11-16 14:29:34 +01:00
Tobias Simetsreiter c3fc1cf394 exit non zero on error 2022-11-16 13:05:25 +01:00
Tobias Simetsreiter 7b8447b1d7 exclude trailing newlines and spaces 2022-11-16 13:00:36 +01:00
Tobias Simetsreiter e978f26263 add check for trailing output characters 2022-11-16 12:36:31 +01:00
Dave Gauer bb5b8f115a README tweaks and another ver bump 2022-09-10 14:41:40 -04:00
Sebastian Aigner b2d9dca484 Remove parameter in call to NativeTargetInfo.detect
Compatibility with ziglang/zig@3ee01c14ee
2022-09-09 20:42:57 +02:00
Dave Gauer 4634f23555 Bump version for Ex 074 fix from upstream :-) 2022-09-06 08:28:31 -04:00
Dave Gauer a723a4c1df Update Zig development build minimum version 2022-08-29 21:00:45 -04:00
Jan Brauer 1c23ef2a1f Use stage 1 compiler for async exercises 2022-08-29 09:17:42 +02:00
Dave Gauer b8617bb752 Correct conventional Zig reference vs value passing re #89 2022-07-31 15:58:24 -04:00
Dave Gauer 98ebdcbff8 Updated build version requirement to 0.10.0-dev.3385 2022-07-31 11:04:16 -04:00
Dave Gauer d8b405c278
Merge pull request #104 from lkadalski/patch-2
fix: wrong expected output in exercise 004
2022-07-31 09:41:17 -04:00
Łukasz Kądalski d8b15dc0b6
fix: wrong expected output in exercise 004 2022-06-11 14:27:11 +02:00
DerTee 7e797fce52 064_builtins: clarify @addWithOverflow explanation
There were misunderstandings concerning
overflowing operations and overflowed variables.
Hopefully it's clearer now.
2022-05-16 02:37:18 +02:00
iz d99e4e21b6 Fix build on latest nightly zig 2022-05-01 19:19:37 -05:00
Dave Gauer 77c79140c7 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) {
2022-03-19 19:38:05 -04:00
Dave Gauer d8c8e86591 Update c_void to anyopaque to fix #84 2021-12-20 14:43:51 -05:00
Dave Gauer 8ff0cf67e1 Added ex91 - closing in on async! 2021-11-07 20:51:33 -05:00
Dave Gauer 85cd82e673 Bumped version requirement 2021-10-09 11:01:17 -04:00
Dave Gauer c3276987da Updated for dev pre-release build v0.9.0-dev.1343
A change in the "build" library imports and some cleanup in the
patches.
2021-10-09 10:19:34 -04:00
Dave Gauer 8fb767d1aa Cleaned trailing spaces, added trailing commas 2021-07-21 11:33:32 -04:00
Dave Gauer a637f5e45f Newline after PASSED so multiline results line up better 2021-07-21 11:30:51 -04:00
Airbus5717 1cc0b38666 another fix 2021-07-21 17:03:44 +03:00
Airbus5717 08094c005f fix fmt 2021-07-21 17:02:13 +03:00
Airbus5717 243df7681d added newline print to make output look nicer 2021-07-21 13:04:52 +03:00
Dave Gauer 8dd9c1ddcb add ex090 async 7 2021-06-14 15:39:49 -04:00
Dave Gauer 4b07f1db23 Update version for real :-) 2021-06-14 10:45:32 -04:00
Dave Gauer dcf9cac73d Updated to master build 0.9.0-dev.137 2021-06-14 10:20:16 -04:00
Dave Gauer d09ae39714 Add ex089 Async 6 2021-05-27 19:04:11 -04:00
Dave Gauer 00f525c80f add ex088 async 5 await 2021-05-13 19:48:10 -04:00
Dave Gauer 469d4dfbf4 add ex087 async 4 2021-05-12 21:36:57 -04:00
Dave Gauer 5fec2602cf add ex086 async 3 2021-05-12 21:25:48 -04:00
Dave Gauer d8dddd128f add ex085 async 2 2021-05-12 21:04:58 -04:00
Dave Gauer e555fdc3df add ex084 async 2021-05-12 20:35:29 -04:00
Dave Gauer 4ac081558c add ex083 anon lists 2021-05-09 19:53:14 -04:00
Dave Gauer 5ff9d69231 add ex082 anon structs 3 2021-05-09 18:58:56 -04:00
Dave Gauer b86230d160 add ex081 anon structs 2 2021-05-09 14:25:51 -04:00
Dave Gauer da3ec19000 add ex080 anonymous structs 1 2021-05-09 13:24:25 -04:00
Dave Gauer de584dcd71 Add ex079 quoted identifiers 2021-05-09 13:10:09 -04:00