|
e06cf45604
|
092-098 completed
|
2024-06-19 12:19:46 -04:00 |
|
|
0c1643b722
|
Merge branch 'main' of https://codeberg.org/ziglings/exercises
|
2024-06-19 07:25:17 -04:00 |
|
Chris Boesch
|
da46008761
|
Merge pull request 'Fixes because of a new Zig version, which changes some functions.' (#114) from patch-106 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/114
|
2024-06-17 10:14:13 +00:00 |
|
Chris Boesch
|
5c000ce2d7
|
Fixes because of a new Zig version, which changes some functions.
|
2024-06-17 11:43:25 +02:00 |
|
Chris Boesch
|
c0c315b25a
|
Merge pull request 'Calling split is deprecated' (#110) from cannero/zig-exercises:change_split into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/110
|
2024-06-17 08:00:44 +00:00 |
|
Sebastian
|
83f16709ba
|
Calling split is deprecated
The `split` function in std mem is depreacted and a `@compileError`, splitSequence,
splitAny, or splitScalar should be used instead.
|
2024-06-16 18:58:48 +02:00 |
|
Chris Boesch
|
6d3d3651d0
|
Merge pull request 'English fixes for 107_files2.zig' (#108) from hippietrail/exercises:english-107 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/108
|
2024-06-14 09:06:53 +00:00 |
|
|
376ec9ac05
|
080-083 completed
|
2024-06-13 15:37:47 -04:00 |
|
|
0651d71c47
|
075-079 completed
|
2024-06-12 06:54:01 -04:00 |
|
Andrew Dunbar
|
582a2558c7
|
English fixes for 106_files.zig
|
2024-06-12 17:52:33 +10:00 |
|
Andrew Dunbar
|
c9e5c7d561
|
English fixes for 107_files2.zig
|
2024-06-12 17:29:11 +10:00 |
|
Chris Boesch
|
65387dda45
|
Merge pull request 'fixed typo' (#107) from typo into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/107
|
2024-06-08 17:25:17 +00:00 |
|
Chris Boesch
|
1f5ec78df8
|
fixed typo
|
2024-06-08 19:20:30 +02:00 |
|
Chris Boesch
|
bb032fad40
|
Merge pull request 'New Zig version' (#106) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/106
|
2024-06-08 17:07:59 +00:00 |
|
Chris Boesch
|
984f4af3a1
|
New Zig version
|
2024-06-08 19:07:20 +02:00 |
|
Chris Boesch
|
99c9c42ff2
|
Merge pull request 'Verbs agree with the head of the noun phrase, not the closest noun' (#98) from hippietrail/exercises:grammar into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/98
|
2024-06-08 16:32:54 +00:00 |
|
Chris Boesch
|
7f78701d19
|
Merge branch 'main' into grammar
|
2024-06-08 16:31:06 +00:00 |
|
|
f86b769f62
|
072-074 completed
|
2024-06-07 07:10:44 -04:00 |
|
|
9c26298549
|
066-071 completed
|
2024-06-05 21:01:52 -04:00 |
|
|
dcde00e30c
|
Merge branch 'main' of https://codeberg.org/ziglings/exercises
|
2024-06-01 06:41:29 -04:00 |
|
Chris Boesch
|
5c9b9bdc34
|
Merge pull request 'Ignore .zig-cache for new zig versions' (#102) from NicoElbers/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/102
|
2024-05-30 20:17:51 +00:00 |
|
Nico Elbers
|
0279826f5b
|
Ignore .zig-cache for new zig versions
zig cache directory was updated in ziglang/zig#20115
|
2024-05-30 18:23:28 +02:00 |
|
Chris Boesch
|
914141ec5a
|
Merge pull request 'the Earth' (#97) from rofrol/ziglings--exercises:the-earth into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/97
|
2024-05-30 14:15:52 +00:00 |
|
Chris Boesch
|
c2caf1a32e
|
Merge branch 'main' into the-earth
|
2024-05-30 14:15:27 +00:00 |
|
Chris Boesch
|
227bcb18db
|
Merge pull request 'Fixed the changes from reworking std.Progress.' (#101) from v339 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/101
|
2024-05-29 19:29:56 +00:00 |
|
Chris Boesch
|
b224ed510e
|
Fixed the changes from reworking std.Progress.
For details: https://github.com/ziglang/zig/pull/20059
|
2024-05-29 21:20:28 +02:00 |
|
hippietrail
|
6223dc0f83
|
Verbs agree with the head of the noun phrase, not the closest noun
the result...are passed→the result...is passed
the number...vary→the number...varies
|
2024-05-25 11:25:09 +00:00 |
|
Roman Frołow
|
a6d13af0c2
|
the Earth
|
2024-05-20 21:32:32 +02:00 |
|
|
2e5efa8f64
|
062-065 completed
|
2024-05-19 10:47:16 -04:00 |
|
|
b22b03d9f6
|
Merge branch 'main' of https://codeberg.org/ziglings/exercises
|
2024-05-18 21:41:51 -04:00 |
|
|
d4ed21490e
|
059-061 completed
|
2024-05-18 21:28:59 -04:00 |
|
Chris Boesch
|
776316e60b
|
Merge pull request 'Update exercises/105_threading2.zig' (#95) from rpm0372/exercises:TypoIn105 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/95
|
2024-05-12 11:50:56 +00:00 |
|
rpm0372
|
efe2d19c69
|
Update exercises/105_threading2.zig
The last word, '"diggits" was misspelled.
|
2024-05-11 22:38:15 +00:00 |
|
Chris Boesch
|
49c54fb075
|
Merge pull request 'Nobody wants the long version of finding out if a variable is set.' (#94) from minor_improvements into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/94
|
2024-05-10 21:40:54 +00:00 |
|
Chris Boesch
|
67f87a76c2
|
Nobody wants the long version of finding out if a variable is set.
So switched to the short version with 'orelse'. ;)
|
2024-05-10 23:21:04 +02:00 |
|
Chris Boesch
|
dfdaf03d99
|
Merge pull request 'Add devcontainer config' (#90) from aquilarafa/exercises:add-devcontainer into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/90
|
2024-05-06 15:17:52 +00:00 |
|
Rafael Áquila
|
5da194ba9c
|
Add devcontainer.json
|
2024-05-06 07:47:27 -03:00 |
|
Chris Boesch
|
8345e839b0
|
Merge pull request 'Fix some typos' (#89) from typos into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/89
|
2024-05-06 07:25:18 +00:00 |
|
Chris Boesch
|
6c23f2682e
|
Merge branch 'main' into typos
|
2024-05-06 07:20:37 +00:00 |
|
Chris Boesch
|
19bd8745e4
|
Fix some typos
|
2024-05-06 09:13:56 +02:00 |
|
|
7108f89eb3
|
056-058 completed
|
2024-05-05 08:54:47 -04:00 |
|
Chris Boesch
|
1ac46d7a42
|
Merge pull request 'Fix patches for 106 and 107' (#88) from wp433 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/88
|
2024-05-04 23:27:01 +00:00 |
|
Chris Boesch
|
165cc199ca
|
Fix patches for 106 and 107
|
2024-05-05 01:16:23 +02:00 |
|
Chris Boesch
|
e182d1f19d
|
Merge pull request 'fix: typos in exercises 094 and 098' (#87) from d-hain/ziglings-exercises:typo-fix-094-098 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/87
|
2024-05-04 22:46:16 +00:00 |
|
Chris Boesch
|
09e2f37a50
|
Merge branch 'main' into typo-fix-094-098
|
2024-05-04 22:45:32 +00:00 |
|
Chris Boesch
|
27db3112f9
|
Merge pull request 'fix: typo: % instead of @ for a builtin function' (#85) from d-hain/ziglings-exercises:094_c_math-typo-fix into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/85
|
2024-05-04 22:34:11 +00:00 |
|
David Hain
|
8cb2a5aa3c
|
fix: some grammatical errors
|
2024-05-04 22:53:04 +02:00 |
|
David Hain
|
c936c5e123
|
fix: many grammatical errors
|
2024-05-04 22:35:07 +02:00 |
|
David Hain
|
5c2354a1bf
|
fix: typo: removed extra s
|
2024-05-04 21:12:54 +02:00 |
|
David Hain
|
4dbd056100
|
fix: typo: % instead of @ for a builtin function
|
2024-05-04 18:51:00 +02:00 |
|