summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-24Merge pull request 'Added instructions for patch files' (#298) from gollum ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/298
2025-08-24Added instructions for patch filesChris Boesch
2025-08-24Merge pull request 'Added instructions for patch files' (#297) from gollum ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/297
2025-08-24Added instructions for patch filesChris Boesch
2025-08-24Merge pull request 'testing exercise, fix order of parameters to ↵Chris Boesch
`expectEqual`' (#281) from cstyan/exercises:test-expect into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/281
2025-08-24Merge branch 'main' into test-expectChris Boesch
2025-08-24Merge pull request 'fixed typo and broken link' (#296) from readme into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/296
2025-08-24fixed typo and broken linkChris Boesch
2025-08-24Merge pull request 'fixed version numbers' (#295) from readme into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/295
2025-08-24fixed version numbersChris Boesch
2025-08-24Merge pull request 'pass -freference-trace to executed compile command' ↵Chris Boesch
(#294) from SimonLSchlee/exercises:pass-reference-trace into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/294
2025-08-24Merge branch 'main' into pass-reference-traceChris Boesch
2025-08-24Merge pull request '[Exercise 019] fix: typo in example function, missing ↵Chris Boesch
return type' (#290) from imomaliev/ziglings:chore/fix-019-function-description into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/290
2025-08-24Merge branch 'main' into chore/fix-019-function-descriptionChris Boesch
2025-08-24pass -freference-trace to executed compile commandSimon 'Sze' L. Schlee
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-15Merge pull request 'fixed typo in readme' (#293) from readme into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/293
2025-08-15fixed typo in readmeChris Boesch
2025-08-15Merge pull request 'Fixed changes in array list' (#292) from i291 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/292
2025-08-15adjusted version informationChris Boesch
2025-08-15Fixed changes in array listChris Boesch
2025-08-11fix: 019 typo in example function, missing return typeSardorbek Imomaliev
2025-08-11Merge pull request 'Fixed zig version' (#289) from readme into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/289
2025-08-11Fixed zig versionChris Boesch
2025-08-08Merge pull request 'Current version set' (#287) from i285 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/287
2025-08-08Current version setChris Boesch
2025-08-08Merge pull request 'Fix: The initial zig build fail due to wrong number of ↵Chris Boesch
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-05fix: initial zig build caused by self.step.evalZigProcess()DoKoB
2025-07-22Merge pull request 'Fix zig 0.15.0-dev.1149+4e6a04929 build errors' (#283) ↵Chris Boesch
from zawupf/ziglings-exercises:zig-0.15 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/283
2025-07-22Added ReadmeChris Boesch
2025-07-22Fixed 104Chris Boesch
2025-07-22Fixed 98Chris Boesch
2025-07-22Fixed 82Chris Boesch
2025-07-22Added patch files.Chris Boesch
2025-07-22Update stdout writer usage to use std.fs.FileArnold Filip
2025-07-22Corrected the necessary Zig versionChris Boesch
2025-07-22Switched to new reader versionChris Boesch
2025-07-21Merge branch 'main' into zig-0.15Chris Boesch
2025-07-21Merge pull request 'Removed patch files for async because of new formating ↵Chris Boesch
errors.' (#284) from fix_format into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/284
2025-07-21Removed patch files for async because of new formating errors.Chris Boesch
2025-07-21Fix zig 0.15.0-dev.1149+4e6a04929 build errorsArnold Filip
2025-07-13for expectEqual the first param is expectedCallum Styan
Signed-off-by: Callum Styan <callumstyan@gmail.com>
2025-06-17Merge pull request 'Fixes the changes in zig's struct.fields' (#279) from ↵Chris Boesch
i278 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/279
2025-06-17Merge branch 'main' into i278Chris Boesch
2025-06-17Fixes the changes in zig's struct.fieldsChris Boesch
2025-06-12Merge pull request 'Stable release in README corrected.' (#277) from readme ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/277
2025-06-12Stable release in README corrected.Chris Boesch
2025-06-11Merge pull request '080: Fix @typeName results in comment' (#271) from ↵Chris Boesch
felixrabe/exercises:felixrabe-patch-4 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/271
2025-06-11Merge pull request '099: Make hex example match output' (#274) from ↵Chris Boesch
felixrabe/exercises:felixrabe-patch-5 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/274
2025-06-03Merge pull request '108: Make pretty' (#275) from ↵Chris Boesch
felixrabe/exercises:felixrabe-patch-6 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/275
2025-06-01108: .felixrabe