aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2024-03-26Pass CI test locallyAlan CHUNG
2024-03-26specify directory on patch file 106Alan CHUNG
2024-03-26specify directory on patch file 106Alan CHUNG
2024-03-26remove header of patch files of 106Alan CHUNG
2024-03-26106_files.patches actualAlan CHUNG
2024-03-26106_files.zig actual testAlan CHUNG
2024-03-25add patch files for 106_files.zigAlan CHUNG
2024-03-25106_files.zig formatAlan CHUNG
2024-03-25modified build.zigAlan CHUNG
2024-03-25added exercise/106_files.zigDizzyi
2024-03-24Update .woodpecker/eowyn.ymlChris Boesch
2024-03-24Update .woodpecker/eowyn.ymlChris Boesch
2024-03-24Update .woodpecker/eowyn.ymlChris Boesch
fix warning
2024-03-23Update exercises/105_threading2.zigChris Boesch
Fixed typo.
2024-03-23Merge pull request 'Added second threading exercise.' (#65) from threading2 ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/65
2024-03-23Added second threading exercise.Chris Boesch
2024-03-21Merge pull request 'Fixed the renaming of std.os to std.posix' (#64) from ↵Chris Boesch
fix_63 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/64
2024-03-22Fixed the renaming of std.os to std.posixChris Boesch
2024-03-14Merge pull request 'Changes for a new Zig version.' (#60) from ↵Chris Boesch
version_change into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/60
2024-03-15Changes for a new Zig version.Chris Boesch
2024-03-14Merge pull request 'fix exercise 82 output' (#58) from ↵Chris Boesch
dolichomps/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/58
2024-03-14Merge pull request 'Improved the explanation about passing arguments and ↵Chris Boesch
added an example.' (#59) from issue51 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/59
2024-03-14Improved the explanation about passing arguments and added an example.Chris Boesch
2024-03-14fix exercise 82 outputdolichomps
zig commit bd24e66 changed the floating point formatting implementation so output for exercise 82 no longer matched
2024-03-12Merge pull request 'Minor corrections to the "contributing"' (#56) from ↵Chris Boesch
contrib into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/56
2024-03-12Minor corrections to the "contributing"Chris Boesch
2024-03-08Merge pull request 'Fixed unicode literal' (#55) from i52 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/55
2024-03-08Fixed unicode literalChris Boesch
2024-03-05Merge pull request 'Added threading exercise' (#54) from 104_threading into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/54
2024-03-05Added threading exerciseChris Boesch
2024-02-28Merge pull request 'Added notes to exercise 94 c_math.' (#53) from ↵Chris Boesch
094_c-math into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/53
2024-02-28Added notes to exercise 94 c_math.Chris Boesch
2024-02-16Merge pull request 'Zig version adjusted.' (#50) from build_fix into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/50
2024-02-16Zig version adjusted.Chris Boesch
2024-02-11Merge pull request 'Text improvement' (#48) from chrboesch-patch-1 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/48
2024-02-11Text improvementChris Boesch
closes #47
2024-02-06Merge pull request 'Fix zig_exe location in Build struct' (#45) from ↵Chris Boesch
asd/ziglings:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/45
2024-02-06Fix zig_exe location in Build structAlexander Saltanov
Reflect Zig breaking changes as of https://github.com/ziglang/zig/commit/105db13536b4dc2affe130cb8d2eee6c97c89bcd
2024-01-13Merge pull request 'added space, missing after end-of-sentence dot.' (#40) ↵Chris Boesch
from anthon/exercises:missing-space-1 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/40
2024-01-13Update exercises/093_hello_c.zigChris Boesch
small typo
2024-01-10added space, missing after end-of-sentence dot.Anthon
2024-01-05Merge pull request 'Zig 0.12.0-dev.2043 compatability changes for test ↵Chris Boesch
runner' (#35) from drglove/exercises:zig-2043-changes into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/35
2024-01-05Bump ziglang version in Version Changes headerdrglove
2024-01-05Update version changes with 2043.drglove
2024-01-05Bump version to match required changes.drglove
2024-01-05Use std.Build.LazyPath over now removed std.Build.FileSource.drglove
See corresponding ziglang change here: https://github.com/ziglang/zig/issues/16353
2024-01-05Fix casing of std.build -> std.Build in tests.drglove
2024-01-04Merge pull request 'Correct comment to match code in 076_sentinels' (#33) ↵Chris Boesch
from mttrb/ziglings:076-comment into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/33
2024-01-01Fix formatting of commentMatthew Robinson
2024-01-01Correct comment to match code in 076_sentinelsMatthew Robinson