aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-03-14Merge pull request 'Improved the explanation about passing arguments and ↵Chris Boesch2-6/+17
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 Boesch2-6/+17
2024-03-14fix exercise 82 outputdolichomps1-1/+1
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 Boesch1-4/+3
contrib into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/56
2024-03-12Minor corrections to the "contributing"Chris Boesch1-4/+3
2024-03-08Merge pull request 'Fixed unicode literal' (#55) from i52 into mainChris Boesch1-6/+6
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/55
2024-03-08Fixed unicode literalChris Boesch1-6/+6
2024-03-05Merge pull request 'Added threading exercise' (#54) from 104_threading into mainChris Boesch4-0/+161
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/54
2024-03-05Added threading exerciseChris Boesch4-0/+161
2024-02-28Merge pull request 'Added notes to exercise 94 c_math.' (#53) from ↵Chris Boesch2-11/+18
094_c-math into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/53
2024-02-28Added notes to exercise 94 c_math.Chris Boesch2-11/+18
2024-02-16Merge pull request 'Zig version adjusted.' (#50) from build_fix into mainChris Boesch2-2/+3
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/50
2024-02-16Zig version adjusted.Chris Boesch2-2/+3
2024-02-11Merge pull request 'Text improvement' (#48) from chrboesch-patch-1 into mainChris Boesch1-3/+3
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/48
2024-02-11Text improvementChris Boesch1-3/+3
closes #47
2024-02-06Merge pull request 'Fix zig_exe location in Build struct' (#45) from ↵Chris Boesch2-4/+4
asd/ziglings:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/45
2024-02-06Fix zig_exe location in Build structAlexander Saltanov2-4/+4
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 Boesch1-1/+1
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 Boesch1-1/+1
small typo
2024-01-10added space, missing after end-of-sentence dot.Anthon1-1/+1
2024-01-05Merge pull request 'Zig 0.12.0-dev.2043 compatability changes for test ↵Chris Boesch3-8/+9
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 headerdrglove1-1/+1
2024-01-05Update version changes with 2043.drglove1-0/+1
2024-01-05Bump version to match required changes.drglove1-1/+1
2024-01-05Use std.Build.LazyPath over now removed std.Build.FileSource.drglove1-5/+5
See corresponding ziglang change here: https://github.com/ziglang/zig/issues/16353
2024-01-05Fix casing of std.build -> std.Build in tests.drglove1-1/+1
2024-01-04Merge pull request 'Correct comment to match code in 076_sentinels' (#33) ↵Chris Boesch1-2/+2
from mttrb/ziglings:076-comment into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/33
2024-01-01Fix formatting of commentMatthew Robinson1-1/+1
2024-01-01Correct comment to match code in 076_sentinelsMatthew Robinson1-2/+2
2023-12-30Merge pull request 'Fix minor typo' (#32) from babaiserror/exercises:typo ↵Chris Boesch1-1/+1
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/32
2023-12-29Fix minor typobabaiserror1-1/+1
2023-11-21Merge pull request 'Removed ci/compat.sh as it is included in build.zig ↵Chris Boesch1-25/+0
again' (#30) from ci into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/30
2023-11-21Removed ci/compat.sh as it is included in build.zig againChris Boesch1-25/+0
2023-11-21Merge pull request 'Fix two minor typos' (#29) from ↵Chris Boesch2-2/+2
A-h-m-e-d/exercises:typos into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/29 Thanks!
2023-11-21Fix two minor typosAhmed2-2/+2
2023-11-21Merge pull request 'Converted var to const if there is no mutation in the ↵Chris Boesch22-49/+49
var.' (#28) from var_const into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/28
2023-11-21Fixed patch hunkChris Boesch1-3/+3
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch21-46/+46
This is checked from compiler version 0.12.0-dev.1664
2023-11-21Merge pull request 'fixed variable declaration by changing it to a const, ↵Chris Boesch1-1/+1
since it's never mutated' (#27) from zev/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/27
2023-11-21fixed variable declaration by changing it to a const, since it's never mutatedZev Averbach1-1/+1
2023-11-19Added link to 'Zig in Depth'Chris Boesch1-0/+1
2023-11-07Merge pull request 'Changed three dots to colons, see #23' (#25) from pr23 ↵Chris Boesch1-2/+2
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/25
2023-11-07Changed three dots to colons, see #23Chris Boesch1-2/+2
2023-11-06Merge pull request 'Change the task so that the exercise contains two errors ↵Chris Boesch3-11/+11
again.' (#24) from i22 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/24
2023-11-06Change the task so that the exercise contains two errors again.Chris Boesch3-11/+11
2023-10-24Merge pull request 'fixed build: renamed child.exec to run' (#19) from ↵Chris Boesch2-5/+6
fix_build into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/19
2023-10-24Update .woodpecker/eowyn.ymlChris Boesch1-1/+2
force pulling
2023-10-24fixed build: renamed exec to runChris Boesch2-5/+6
2023-10-24Update README.mdChris Boesch1-0/+3
insert tag hint
2023-10-22Merge pull request 'fixed typos' (#17) from typos into mainv0.11.0Chris Boesch3-7/+7
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/17