aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2023-11-21Fix two minor typosAhmed
2023-11-21Merge pull request 'Converted var to const if there is no mutation in the ↵Chris Boesch
var.' (#28) from var_const into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/28
2023-11-21Fixed patch hunkChris Boesch
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch
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 Boesch
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 Averbach
2023-11-19Added link to 'Zig in Depth'Chris Boesch
2023-11-07Merge pull request 'Changed three dots to colons, see #23' (#25) from pr23 ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/25
2023-11-07Changed three dots to colons, see #23Chris Boesch
2023-11-06Merge pull request 'Change the task so that the exercise contains two errors ↵Chris Boesch
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 Boesch
2023-10-24Merge pull request 'fixed build: renamed child.exec to run' (#19) from ↵Chris Boesch
fix_build into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/19
2023-10-24Update .woodpecker/eowyn.ymlChris Boesch
force pulling
2023-10-24fixed build: renamed exec to runChris Boesch
2023-10-24Update README.mdChris Boesch
insert tag hint
2023-10-22Merge pull request 'fixed typos' (#17) from typos into mainv0.11.0Chris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/17
2023-10-22fixed typosChris Boesch
2023-10-21Merge pull request 'Introduce syntax for turning a many pointer to a slice' ↵Chris Boesch
(#15) from hachanuy/exercises:054-clarify into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/15
2023-10-18Introduce syntax for turning a many pointer to a sliceUy Ha
2023-10-15Added idea for a new excersiseChris Boesch
2023-10-08Merge pull request 'fixed language changes in @typeInfo' (#13) from fix_i12 ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/13
2023-10-08fixed language changes in @typeInfoChris Boesch
2023-10-05Merge pull request 'changed compat check to comptime' (#11) from fix_compat ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/11
2023-10-06changed compat check to comptimeChris Boesch
2023-10-05Merge pull request 'changed tokenize to tokenizeAny' (#10) from ↵Chris Boesch
fix_tokenization into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/10
2023-10-05changed tokenize to tokenizeAnyChris Boesch
2023-10-05Merge pull request 'fixed broken patch 103' (#9) from fix_patches into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/9
2023-10-05fixed broken patch 103Chris Boesch
2023-10-05Merge pull request 'changed the patch files that we can also use them with ↵Chris Boesch
busybox for testing in Woodpecker' (#8) from woodpecker into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/8
2023-10-05Merge branch 'woodpecker' of https://codeberg.org/ziglings/exercises into ↵Chris Boesch
woodpecker
2023-10-05changed the patch files that we can also use them with busybox for testing ↵Chris Boesch
in Woodpecker
2023-10-05Merge pull request 'switched docker image to ziglings/ziglang' (#7) from ↵Chris Boesch
woodpecker into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/7
2023-10-05switched docker image to ziglings/ziglangChris Boesch
2023-10-04Merge pull request 'added woodpecker integration' (#6) from woodpecker into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/6
2023-10-04added woodpecker integrationChris Boesch
2023-10-04Merge pull request 'fix(103_tokenization): :pencil2: Migrated to ↵Chris Boesch
tokenizeAny' (#5) from rond/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/5
2023-10-04fix(103 patch): :pencil2: Update patch to reflect changesrond
Accidentally forgot to add an update in the patch file.
2023-10-04fix(103_tokenization): :pencil2: Migrated to tokenizeAnyrond
The tokenize functions seems to be deprecated as per the docs: https://ziglang.org/documentation/master/std/#A;std:mem.tokenize tokenizeAny is aliased to tokenizeAny as per: https://github.com/ziglang/zig/blob/master/lib/std/mem.zig#L2130C32-L2130C32
2023-10-03Merge pull request 'remove github actions' (#4) from woodpecker into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/4
2023-10-04remove github actionsChris Boesch
2023-09-21Merge pull request 'Global scope is container-level scope' (#2) from ↵Chris Boesch
rofrol/ziglings--exercises:rofrol-container-level into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/2
2023-09-20Global scope is container-level scoperofrol
https://ziglang.org/documentation/master/#Compile-Time-Expressions
2023-09-20Update README to announce move to Codeberg!ratfactor
2023-09-20Adapt README to current Zig versionChris Boesch
2023-09-20Adapt Github structure to CodebergChris Boesch
2023-09-19Update README.md with new clone instructionsDave Gauer
2023-09-19Announce move to Codeberg in READMEDave Gauer
2023-08-27Merge pull request #357 from ratfactor/check_patchesChris Boesch
Fixed some broken patches
2023-08-27Fixed some broken patchesChris Boesch
2023-08-27Merge pull request #356 from juergenhoetzel/code-point-sizeChris Boesch
Add example for Unicode Code point literal > 255 Thanks! :smile: