summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-11Merge pull request 'Clarification in description for ranges in loops.' ↵Chris Boesch
(#142) from i141 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/142
2024-08-11Clarification in description for ranges in loops.Chris Boesch
2024-08-09Merge pull request 'Add build parameter to start at a specific exercise' ↵Chris Boesch
(#140) from mythmon/ziglings-exercises:build-start-from into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/140
2024-08-08Add build parameter to start at a specific exerciseMichael Cooper
2024-08-04Merge pull request 'Changed needed zig version.' (#138) from pr_130 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/138
2024-08-04Changed needed zig version.Chris Boesch
2024-08-04Merge pull request 'Fix #127 and #129 by updating the build files to account ↵Chris Boesch
for recent 0.14.0-dev updates' (#130) from bsubei/exercises:fix-0.14.0-build-changes into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/130
2024-08-04Merge branch 'main' into fix-0.14.0-build-changesChris Boesch
2024-08-04Merge pull request 'Fixed error message through a TAB in the comment, see ↵Chris Boesch
https://github.com/ziglang/zig/issues/20928' (#137) from work into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/137
2024-08-04Fixed error message through a TAB in the comment, see ↵Chris Boesch
https://github.com/ziglang/zig/issues/20928
2024-07-21fix tests build file broken by addRemoveDirTree now requiring LazyPathbsubei
2024-07-21fix build files broken by latest 0.14.0-dev changes to Build.Step.MakeOptionsbsubei
2024-07-06Merge pull request 'document -Drandom' (#124) from ↵Chris Boesch
hippietrail/exercises:random-exercise into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/124
2024-07-06Merge branch 'main' into random-exerciseChris Boesch
2024-07-06document -DrandomAndrew Dunbar
2024-06-25Merge pull request 'Update .woodpecker/eowyn.yaml' (#119) from ↵Chris Boesch
chrboesch-wp-patch-3 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/119
2024-06-25Update .woodpecker/eowyn.yamlchrboesch
Add pull request
2024-06-25Merge pull request 'Rename 'std.rand' to 'std.Random'' (#118) from fix_117 ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/118
2024-06-25Rename 'std.rand' to 'std.Random'Chris Boesch
2024-06-25Merge pull request 'attempt at implementing #113 "Add a way to do one random ↵Chris Boesch
exercise"' (#117) from hippietrail/exercises:random-exercise into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/117
2024-06-25attempt at implementing #113 "Add a way to do one random exercise"Andrew Dunbar
2024-06-24Merge pull request '046: Show usage of `.?` and hint towards new solution.' ↵Chris Boesch
(#116) from alexmchughnz/ziglings:fix046 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/116
2024-06-23Add patch.Alex McHugh
2024-06-23046: Show usage of `.?` and hint towards new solution.Alex McHugh
2024-06-17Merge pull request 'Fixes because of a new Zig version, which changes some ↵Chris Boesch
functions.' (#114) from patch-106 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/114
2024-06-17Fixes because of a new Zig version, which changes some functions.Chris Boesch
2024-06-17Merge pull request 'Calling `split` is deprecated' (#110) from ↵Chris Boesch
cannero/zig-exercises:change_split into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/110
2024-06-16Calling `split` is deprecatedSebastian
The `split` function in std mem is depreacted and a `@compileError`, splitSequence, splitAny, or splitScalar should be used instead.
2024-06-14Merge pull request 'English fixes for 107_files2.zig' (#108) from ↵Chris Boesch
hippietrail/exercises:english-107 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/108
2024-06-12English fixes for 106_files.zigAndrew Dunbar
2024-06-12English fixes for 107_files2.zigAndrew Dunbar
2024-06-08Merge pull request 'fixed typo' (#107) from typo into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/107
2024-06-08fixed typoChris Boesch
2024-06-08Merge pull request 'New Zig version' (#106) from readme into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/106
2024-06-08New Zig versionChris Boesch
2024-06-08Merge pull request 'Verbs agree with the head of the noun phrase, not the ↵Chris Boesch
closest noun' (#98) from hippietrail/exercises:grammar into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/98
2024-06-08Merge branch 'main' into grammarChris Boesch
2024-05-30Merge pull request 'Ignore .zig-cache for new zig versions' (#102) from ↵Chris Boesch
NicoElbers/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/102
2024-05-30Ignore .zig-cache for new zig versionsNico Elbers
zig cache directory was updated in ziglang/zig#20115
2024-05-30Merge pull request 'the Earth' (#97) from ↵Chris Boesch
rofrol/ziglings--exercises:the-earth into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/97
2024-05-30Merge branch 'main' into the-earthChris Boesch
2024-05-29Merge pull request 'Fixed the changes from reworking std.Progress.' (#101) ↵Chris Boesch
from v339 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/101
2024-05-29Fixed the changes from reworking std.Progress.Chris Boesch
For details: https://github.com/ziglang/zig/pull/20059
2024-05-25Verbs agree with the head of the noun phrase, not the closest nounhippietrail
the result...are passed→the result...is passed the number...vary→the number...varies
2024-05-20the EarthRoman Frołow
2024-05-12Merge pull request 'Update exercises/105_threading2.zig' (#95) from ↵Chris Boesch
rpm0372/exercises:TypoIn105 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/95
2024-05-11Update exercises/105_threading2.zigrpm0372
The last word, '"diggits" was misspelled.
2024-05-10Merge pull request 'Nobody wants the long version of finding out if a ↵Chris Boesch
variable is set.' (#94) from minor_improvements into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/94
2024-05-10Nobody wants the long version of finding out if a variable is set.Chris Boesch
So switched to the short version with 'orelse'. ;)
2024-05-06Merge pull request 'Add devcontainer config' (#90) from ↵Chris Boesch
aquilarafa/exercises:add-devcontainer into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/90