index
:
zigling-exercises.git
main
My copy of the Zigling exercises and their solutions. See the original at https://codeberg.org/ziglings/exercises
Ibrahim Muftee
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2026-01-09
fix: use new randomness api
itsnoctural
2026-01-07
adjust temp files
Chris Boesch
2026-01-06
fix build errors in new Zig compiler
prasefia
2025-12-28
tests revised
Chris Boesch
2025-12-27
migrated build and test
Chris Boesch
2025-12-13
Update to new Zig mem trim API
David Pflug
2025-11-01
Update for new zig IO
Ensar Sarajčić
2025-09-24
Fixed error in captureStdErr()
Chris Boesch
2025-07-22
Switched to new reader version
Chris Boesch
2025-07-21
Fix zig 0.15.0-dev.1149+4e6a04929 build errors
Arnold Filip
2024-07-21
fix tests build file broken by addRemoveDirTree now requiring LazyPath
bsubei
2024-07-21
fix build files broken by latest 0.14.0-dev changes to Build.Step.MakeOptions
bsubei
2024-05-29
Fixed the changes from reworking std.Progress.
Chris Boesch
2024-03-31
Fix breaking zig change to @fieldParentPtr parameters
kamidev
2024-02-06
Fix zig_exe location in Build struct
Alexander Saltanov
2024-01-05
Use std.Build.LazyPath over now removed std.Build.FileSource.
drglove
2024-01-05
Fix casing of std.build -> std.Build in tests.
drglove
2023-10-05
changed the patch files that we can also use them with busybox for testing in...
Chris Boesch
2023-10-04
added woodpecker integration
Chris Boesch
2023-05-15
Refactor testing support
Manlio Perillo
2023-05-15
Added testing exercise.
Chris Boesch
2023-05-14
tests: improve test case 3
Manlio Perillo
2023-05-14
build: show the logo in named mode
Manlio Perillo
2023-05-14
build: simplify the named build mode
Manlio Perillo
2023-05-09
Restore unit tests
Manlio Perillo
2023-05-09
build: make literal paths portable
Manlio Perillo
2023-05-09
tests: remove the missing functions from RunStep
Manlio Perillo
2023-05-06
build: use multiline string literals when necessary
Manlio Perillo
2023-05-06
build: make `Exercise.hint` optional
Manlio Perillo
2023-05-05
build: add the healed-path option
Manlio Perillo
2023-05-04
test: remove obsolete comment in the heal function
Manlio Perillo
2023-05-04
test: fix doc-comments
Manlio Perillo
2023-05-04
test: improve test case 1 and 2
Manlio Perillo
2023-05-02
test: don't run heal during configuration phase
Manlio Perillo
2023-05-01
build: rename Exercise.baseName to name
Manlio Perillo
2023-04-29
test: make the patch command silent
Manlio Perillo
2023-04-29
test: fix deadlock on windows when running tests
Manlio Perillo
2023-04-24
test: add a test for `zig build -Dn=1`
Manlio Perillo
2023-04-24
test: change the order of `zig build` options
Manlio Perillo
2023-04-24
test: add test for `zig build` and `zig build -Dn=1 start`
Manlio Perillo
2023-04-24
test: fix incorrect cleanup code
Manlio Perillo
2023-04-24
test: refactorize the code
Manlio Perillo
2023-04-11
build: improve PrintStep, SkipStep and PatchStep names
Manlio Perillo
2023-04-11
build: simplify code and add tests
Manlio Perillo