Commit Graph

1139 Commits

Author SHA1 Message Date
Simon 'Sze' L. Schlee
02db832677 pass -freference-trace to executed compile command
Currently users executing `zig build` to run the exercises,
may encounter compiler output that tells them to use
`-freference-trace=[num]` to see more of the hidden
reference traces, so we should pass this parameter to
the zigling exercise being compiled, so that the learner
can provide this parameter like they would normally, when
using `zig build` directly in normal Zig programs.
2025-08-24 03:08:17 +02:00
Chris Boesch
1407c7fb91 Merge pull request 'fixed typo in readme' (#293) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/293
v0.15.1
2025-08-15 15:13:53 +02:00
Chris Boesch
1ca8b90589 fixed typo in readme 2025-08-15 15:10:47 +02:00
Chris Boesch
4bc9db1079 Merge pull request 'Fixed changes in array list' (#292) from i291 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/292
2025-08-15 15:06:54 +02:00
Chris Boesch
b580f7e30e adjusted version information 2025-08-15 15:03:10 +02:00
Chris Boesch
aeacadb76b Fixed changes in array list 2025-08-15 15:00:53 +02:00
Chris Boesch
82d8f06ffa Merge pull request 'Fixed zig version' (#289) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/289
2025-08-11 09:56:54 +02:00
Chris Boesch
80528613c2 Fixed zig version 2025-08-11 09:52:58 +02:00
Chris Boesch
8284ff2a4c Merge pull request 'Current version set' (#287) from i285 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/287
2025-08-08 20:40:05 +02:00
Chris Boesch
fd310273a7 Current version set 2025-08-08 20:34:59 +02:00
Chris Boesch
711cb70c5a Merge pull request 'Fix: The initial zig build fail due to wrong number of arguments passed in self.step.evalZigProcess()' (#286) from DoKoB/exercises:fix/initial-zig-build into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/286
2025-08-08 20:21:11 +02:00
DoKoB
9bff77a12a fix: initial zig build caused by self.step.evalZigProcess() 2025-08-05 08:11:36 +05:30
Chris Boesch
1f6ce9a268 Merge pull request 'Fix zig 0.15.0-dev.1149+4e6a04929 build errors' (#283) from zawupf/ziglings-exercises:zig-0.15 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/283
2025-07-22 10:52:04 +02:00
Chris Boesch
4044b93dd2 Added Readme 2025-07-22 10:45:09 +02:00
Chris Boesch
f461986896 Fixed 104 2025-07-22 10:30:19 +02:00
Chris Boesch
0d06220ec5 Fixed 98 2025-07-22 10:24:22 +02:00
Chris Boesch
54f48c75c4 Fixed 82 2025-07-22 10:16:17 +02:00
Chris Boesch
ed2f76e960 Added patch files. 2025-07-22 10:08:24 +02:00
Arnold Filip
f21f8f7863 Update stdout writer usage to use std.fs.File 2025-07-22 09:17:24 +02:00
Chris Boesch
b499788606 Corrected the necessary Zig version 2025-07-22 00:40:06 +02:00
Chris Boesch
49e73db5f5 Switched to new reader version 2025-07-22 00:28:03 +02:00
Chris Boesch
4bad15a95b Merge branch 'main' into zig-0.15 2025-07-21 21:14:15 +02:00
Chris Boesch
b9a372bde8 Merge pull request 'Removed patch files for async because of new formating errors.' (#284) from fix_format into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/284
2025-07-21 21:11:12 +02:00
Chris Boesch
cb0a1a027f Removed patch files for async because of new formating errors. 2025-07-21 21:05:45 +02:00
Arnold Filip
9ae739c4c9 Fix zig 0.15.0-dev.1149+4e6a04929 build errors 2025-07-21 15:04:57 +02:00
Chris Boesch
34a7c6c861 Merge pull request 'Fixes the changes in zig's struct.fields' (#279) from i278 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/279
2025-06-17 15:03:32 +02:00
Chris Boesch
bc96d06da4 Merge branch 'main' into i278 2025-06-17 14:10:16 +02:00
Chris Boesch
451e1a3739 Fixes the changes in zig's struct.fields 2025-06-17 14:07:31 +02:00
Chris Boesch
afaab2efca Merge pull request 'Stable release in README corrected.' (#277) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/277
2025-06-12 09:22:16 +02:00
Chris Boesch
e431cbb0cf Stable release in README corrected. 2025-06-12 09:20:33 +02:00
Chris Boesch
d1ffdd16e8 Merge pull request '080: Fix @typeName results in comment' (#271) from felixrabe/exercises:felixrabe-patch-4 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/271
2025-06-11 15:27:48 +02:00
Chris Boesch
37698736ce Merge pull request '099: Make hex example match output' (#274) from felixrabe/exercises:felixrabe-patch-5 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/274
2025-06-11 15:12:01 +02:00
Chris Boesch
cabbef97e8 Merge pull request '108: Make pretty' (#275) from felixrabe/exercises:felixrabe-patch-6 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/275
2025-06-03 23:11:57 +02:00
felixrabe
b1223f92ed 108: . 2025-06-01 01:08:07 +02:00
felixrabe
91f1c045bc 108: Make pretty 2025-06-01 01:05:37 +02:00
felixrabe
69ad718446 099: Make hex example match output 2025-05-31 23:15:55 +02:00
felixrabe
14c81a6cef 080: Fix @typeName results in comment 2025-05-30 21:54:25 +02:00
Chris Boesch
fd764e90ab Merge pull request 'Add ')'' (#268) from felixrabe/exercises:felixrabe-patch-1 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/268
2025-05-30 14:27:08 +02:00
felixrabe
76b8fcdb28 Add ')' 2025-05-30 12:12:26 +02:00
Chris Boesch
54b2b58b6a Merge pull request 'Exercise 097 - Changed the values for better understanding' (#251) from i210 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/251
2025-05-12 19:51:58 +00:00
Chris Boesch
761fb1a501 Changed the values for better understanding 2025-05-12 21:36:37 +02:00
chrboesch
377d184cdc new issue template 2025-04-14 17:05:40 +00:00
Chris Boesch
d7052e4137 Merge pull request 'fix: typos' (#222) from ddogfoodd/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/222
2025-03-22 10:47:00 +00:00
Jost Alemann
522b4673a4 fix: typos 2025-03-20 21:24:40 +01:00
Chris Boesch
7ce659f7fa Merge pull request 'Rectify 106 and 107 patches' (#219) from dustdfg/exercises:patch_rectify into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/219
2025-03-14 21:15:20 +00:00
Chris Boesch
02edb1f5c6 Merge branch 'main' into patch_rectify 2025-03-14 21:04:11 +00:00
Chris Boesch
5734e68789 Merge pull request 'Update type info for StructField type in 082' (#218) from dustdfg/exercises:update_struct_field into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/218
2025-03-14 20:49:25 +00:00
Yevhen Babiichuk (DustDFG)
1a9b7ec342 Rectify 106 and 107 patches
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
2025-03-14 22:26:20 +02:00
Yevhen Babiichuk (DustDFG)
6f3cdcf018 Update type info for StructField type in 082
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
2025-03-14 16:47:27 +02:00
Chris Boesch
eeb1246c2c Merge pull request 'Updated version number' (#215) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/215
2025-03-10 10:54:22 +00:00