841 Commits (755911747fe9f4833e006421cde7961089533f47)
 

Author SHA1 Message Date
Alexander Saltanov 755911747f Fix zig_exe location in Build struct
Reflect Zig breaking changes as of 105db13536
8 months ago
Chris Boesch fa22e861d5 Merge pull request 'added space, missing after end-of-sentence dot.' (#40) from anthon/exercises:missing-space-1 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/40
8 months ago
Chris Boesch 7bfd7adce8 Update exercises/093_hello_c.zig
small typo
8 months ago
Anthon 58dff3f504 added space, missing after end-of-sentence dot. 8 months ago
Chris Boesch 0d46acfa02 Merge pull request 'Zig 0.12.0-dev.2043 compatability changes for test runner' (#35) from drglove/exercises:zig-2043-changes into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/35
9 months ago
drglove 15de3785a3 Bump ziglang version in Version Changes header 9 months ago
drglove 7d23ddc1f6 Update version changes with 2043. 9 months ago
drglove ba9447d2c6 Bump version to match required changes. 9 months ago
drglove 7a0cbb131f Use std.Build.LazyPath over now removed std.Build.FileSource.
See corresponding ziglang change here: https://github.com/ziglang/zig/issues/16353
9 months ago
drglove 528a8645f8 Fix casing of std.build -> std.Build in tests. 9 months ago
Chris Boesch b7dfa4cd1d Merge pull request 'Correct comment to match code in 076_sentinels' (#33) from mttrb/ziglings:076-comment into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/33
9 months ago
Matthew Robinson 1ed03cf0a1 Fix formatting of comment 9 months ago
Matthew Robinson 1a001b9eb7 Correct comment to match code in 076_sentinels 9 months ago
Chris Boesch e7c106ba3a Merge pull request 'Fix minor typo' (#32) from babaiserror/exercises:typo into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/32
9 months ago
babaiserror 2fb7da53e7 Fix minor typo 9 months ago
Chris Boesch 72e15c9ef3 Merge pull request 'Removed ci/compat.sh as it is included in build.zig again' (#30) from ci into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/30
10 months ago
Chris Boesch 492e5f5c40 Removed ci/compat.sh as it is included in build.zig again 10 months ago
Chris Boesch 5eafe16e97 Merge pull request 'Fix two minor typos' (#29) from A-h-m-e-d/exercises:typos into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/29

Thanks!
10 months ago
Ahmed 46e3a38dbc Fix two minor typos 10 months ago
Chris Boesch f987a06ccc Merge pull request 'Converted var to const if there is no mutation in the var.' (#28) from var_const into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/28
10 months ago
Chris Boesch b0511bb3c7 Fixed patch hunk 10 months ago
Chris Boesch 7679f93f68 Converted var to const if there is no mutation in var.
This is checked from compiler version 0.12.0-dev.1664
10 months ago
Chris Boesch b7015c2d9d Merge pull request 'fixed variable declaration by changing it to a const, since it's never mutated' (#27) from zev/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/27
10 months ago
Zev Averbach 063a74c59a fixed variable declaration by changing it to a const, since it's never mutated 10 months ago
Chris Boesch f29c0692d5 Added link to 'Zig in Depth' 10 months ago
Chris Boesch afe5511455 Merge pull request 'Changed three dots to colons, see #23' (#25) from pr23 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/25
11 months ago
Chris Boesch cab5ee87bf Changed three dots to colons, see #23 11 months ago
Chris Boesch 5a259a943f Merge pull request 'Change the task so that the exercise contains two errors again.' (#24) from i22 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/24
11 months ago
Chris Boesch 55b58fea56 Change the task so that the exercise contains two errors again. 11 months ago
Chris Boesch 08d294f2b8 Merge pull request 'fixed build: renamed child.exec to run' (#19) from fix_build into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/19
11 months ago
Chris Boesch 6446542867 Update .woodpecker/eowyn.yml
force pulling
11 months ago
Chris Boesch 8a1fbea5c9 fixed build: renamed exec to run 11 months ago
Chris Boesch 633af411e6 Update README.md
insert tag hint
11 months ago
Chris Boesch 890fe8e1c4 Merge pull request 'fixed typos' (#17) from typos into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/17
11 months ago
Chris Boesch 2feeb282a9 fixed typos 11 months ago
Chris Boesch fe65ff343f Merge pull request 'Introduce syntax for turning a many pointer to a slice' (#15) from hachanuy/exercises:054-clarify into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/15
11 months ago
Uy Ha b6abbf948c Introduce syntax for turning a many pointer to a slice 11 months ago
Chris Boesch 9b58f3e83c Added idea for a new excersise 11 months ago
Chris Boesch e314608f3a Merge pull request 'fixed language changes in @typeInfo' (#13) from fix_i12 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/13
12 months ago
Chris Boesch 36d8170d7c fixed language changes in @typeInfo 12 months ago
Chris Boesch 88a8e06489 Merge pull request 'changed compat check to comptime' (#11) from fix_compat into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/11
12 months ago
Chris Boesch 3ab1942156 changed compat check to comptime 12 months ago
Chris Boesch 2ba613b14f Merge pull request 'changed tokenize to tokenizeAny' (#10) from fix_tokenization into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/10
12 months ago
Chris Boesch 5d3ff86a42 changed tokenize to tokenizeAny 12 months ago
Chris Boesch 6079b0122a Merge pull request 'fixed broken patch 103' (#9) from fix_patches into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/9
12 months ago
Chris Boesch e6e78d3f80 fixed broken patch 103 12 months ago
Chris Boesch 1c7e35e193 Merge pull request 'changed the patch files that we can also use them with busybox for testing in Woodpecker' (#8) from woodpecker into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/8
12 months ago
Chris Boesch 9003544446 Merge branch 'woodpecker' of https://codeberg.org/ziglings/exercises into woodpecker 12 months ago
Chris Boesch 7491e3df91 changed the patch files that we can also use them with busybox for testing in Woodpecker 12 months ago
Chris Boesch ca37825127 Merge pull request 'switched docker image to ziglings/ziglang' (#7) from woodpecker into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/7
12 months ago