summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-11-28Merge pull request 'changed 'sleep' to async I/O' (#328) from i323 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/328
2025-11-28changed 'sleep' to async I/OChris Boesch
2025-11-15Merge branch 'psd-fix'Chris Boesch
2025-11-15forgotten thread-sleep fix addedChris Boesch
2025-11-15fixed path for freeBSDChris Boesch
2025-11-01Merge pull request 'pause slightly extended for faster computers' (#317) ↵Chris Boesch
from new_io_2 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/317
2025-11-01pause slightly extended for faster computersChris Boesch
2025-11-01pause slightly extended for faster computersChris Boesch
2025-11-01Merge pull request 'fixed more changes due to new I/O API' (#316) from ↵Chris Boesch
new_io_2 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/316
2025-11-01fixed more changes due to new I/O APIChris Boesch
2025-11-01Merge pull request 'Update for new zig IO' (#315) from ↵Chris Boesch
esensar/exercises:fix/zig-0.16-new-io into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/315
2025-11-01Update for new zig IOEnsar Sarajčić
`test/tests.zig` fails after https://github.com/ziglang/zig/pull/25592 was merged in. This just ensures that Io is passed, it might not be the ideal solution. `build.zig` was also failing due to new color parameter.
2025-10-25Merge pull request 'Wrap comment at 80 chars in 102' (#314) from ↵Chris Boesch
whlr/ziglings-exercises:rewrap-102 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/314
2025-10-24update patch for 102 to matchAdam Wheeler
2025-10-24Wrap comment at 80 chars in 102.Adam Wheeler
Some of the inline comments in 102 are wrapped into very short lines. This rewraps the shortest ones for readability.
2025-10-17Merge pull request 'Fixed description to decimal and scientific notation' ↵Chris Boesch
(#312) from i311 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/312
2025-10-17Fixed description to decimal and scientific notationChris Boesch
2025-10-03Merge pull request 'Fixed conversion from kg to tons' (#310) from i309 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/310
2025-10-03Fixed conversion from kg to tonsChris Boesch
2025-09-25Delete .woodpecker/healthcheck.yamlchrboesch
needs a token :-(
2025-09-25Add .woodpecker/healthcheck.yamlchrboesch
2025-09-24Merge pull request 'Fixed error in captureStdErr()' (#308) from i306 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/308
2025-09-24Update .woodpecker/eowyn.yamlchrboesch
try with branch 'main'
2025-09-24Update .woodpecker/eowyn.yamlchrboesch
separate steps
2025-09-24Update .woodpecker/eowyn.yamlchrboesch
fix refs
2025-09-24Update .woodpecker/eowyn.yamlchrboesch
push only on main
2025-09-24Fixed error in captureStdErr()Chris Boesch
2025-09-03Merge pull request 'Switched to new reader' (#305) from i304 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/305
2025-09-03Switched to new readerChris Boesch
2025-08-25Merge pull request 'formating contributing' (#301) from contributing into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/301
2025-08-25formating contributingChris Boesch
2025-08-24Merge pull request 'fixes some minor typos' (#300) from i122 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/300
2025-08-24fixes some minor typosChris Boesch
2025-08-24Merge pull request 'Formatting' (#299) from gollum into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/299
2025-08-24FormattingChris Boesch
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.