Chris Boesch
|
72e3d6ebdc
|
Update .woodpecker/eowyn.yml
|
2024-04-10 18:38:59 +00:00 |
|
Chris Boesch
|
3c9c55df8e
|
Merge pull request 'Additional timer in thread start added' (#77) from I75 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/77
|
2024-04-10 17:21:18 +00:00 |
|
Chris Boesch
|
376a839672
|
Merge branch 'main' into I75
|
2024-04-10 17:16:14 +00:00 |
|
Chris Boesch
|
ba2a9622c4
|
Additional timer in thread start added
|
2024-04-10 19:13:46 +02:00 |
|
Chris Boesch
|
2122c477a0
|
Merge pull request 'Greater gradation of timers built into the threads' (#76) from I75 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/76
|
2024-04-10 14:18:01 +00:00 |
|
Chris Boesch
|
7732cd7716
|
Greater gradation of timers built into the threads
|
2024-04-10 16:06:23 +02:00 |
|
Chris Boesch
|
564916db81
|
Update README.md
|
2024-04-03 07:51:19 +00:00 |
|
Chris Boesch
|
84864d808f
|
Merge pull request 'Zig version changed' (#73) from pr72 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/73
|
2024-04-03 07:47:46 +00:00 |
|
Chris Boesch
|
7875a0f9aa
|
Zig version changed
|
2024-04-03 00:37:33 +02:00 |
|
Chris Boesch
|
c0ff1b70c1
|
Merge pull request 'WIP - fix breaking zig change to @fieldParentPtr' (#72) from kamidev/exercises:fix_zig_breaking_pr_19470 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/72
|
2024-04-02 22:19:17 +00:00 |
|
Chris Boesch
|
ba4709b20f
|
Merge pull request 'fix typo' (#70) from i69 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/70
|
2024-03-28 20:53:46 +00:00 |
|
Chris Boesch
|
e06cdc0b70
|
Merge branch 'main' into i69
|
2024-03-28 20:42:35 +00:00 |
|
Chris Boesch
|
86ac326885
|
fix typo
|
2024-03-28 21:33:16 +01:00 |
|
Chris Boesch
|
20919722ff
|
Merge pull request 'added exercise/106_files.zig' (#66) from dizzyi_solo/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/66
|
2024-03-27 18:54:51 +00:00 |
|
Chris Boesch
|
db21ab9855
|
Merge branch 'main' into main
|
2024-03-27 18:50:52 +00:00 |
|
Chris Boesch
|
a3de4e3d0f
|
Update .woodpecker/eowyn.yml
|
2024-03-24 15:57:39 +00:00 |
|
Chris Boesch
|
0d1c76a410
|
Update .woodpecker/eowyn.yml
|
2024-03-24 15:55:43 +00:00 |
|
Chris Boesch
|
8e6612a59d
|
Update .woodpecker/eowyn.yml
fix warning
|
2024-03-24 15:45:53 +00:00 |
|
Chris Boesch
|
95cfeaa606
|
Update exercises/105_threading2.zig
Fixed typo.
|
2024-03-23 15:57:33 +00:00 |
|
Chris Boesch
|
dabd9a5a0a
|
Merge pull request 'Added second threading exercise.' (#65) from threading2 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/65
|
2024-03-23 15:48:08 +00:00 |
|
Chris Boesch
|
d65e3f3f9a
|
Added second threading exercise.
|
2024-03-23 16:42:27 +01:00 |
|
Chris Boesch
|
cdaa246131
|
Merge pull request 'Fixed the renaming of std.os to std.posix' (#64) from fix_63 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/64
|
2024-03-21 23:28:30 +00:00 |
|
Chris Boesch
|
2b9e3da5c8
|
Fixed the renaming of std.os to std.posix
|
2024-03-22 00:25:01 +01:00 |
|
Chris Boesch
|
2092f35127
|
Merge pull request 'Changes for a new Zig version.' (#60) from version_change into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/60
|
2024-03-14 23:11:06 +00:00 |
|
Chris Boesch
|
abed92c05e
|
Changes for a new Zig version.
|
2024-03-15 00:00:17 +01:00 |
|
Chris Boesch
|
5728ccc8eb
|
Merge pull request 'fix exercise 82 output' (#58) from dolichomps/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/58
|
2024-03-14 22:41:29 +00:00 |
|
Chris Boesch
|
a87e7c895e
|
Merge pull request 'Improved the explanation about passing arguments and added an example.' (#59) from issue51 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/59
|
2024-03-14 22:40:30 +00:00 |
|
Chris Boesch
|
9844123dd1
|
Improved the explanation about passing arguments and added an example.
|
2024-03-14 23:37:14 +01:00 |
|
Chris Boesch
|
e3877321b6
|
Merge pull request 'Minor corrections to the "contributing"' (#56) from contrib into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/56
|
2024-03-12 20:03:17 +00:00 |
|
Chris Boesch
|
08cc60ba59
|
Minor corrections to the "contributing"
|
2024-03-12 20:59:29 +01:00 |
|
Chris Boesch
|
6b46b26c22
|
Merge pull request 'Fixed unicode literal' (#55) from i52 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/55
|
2024-03-08 00:09:54 +00:00 |
|
Chris Boesch
|
d0519d18fa
|
Fixed unicode literal
|
2024-03-08 01:07:57 +01:00 |
|
Chris Boesch
|
9e9cf40453
|
Merge pull request 'Added threading exercise' (#54) from 104_threading into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/54
|
2024-03-05 08:22:40 +00:00 |
|
Chris Boesch
|
6984345d0a
|
Added threading exercise
|
2024-03-05 09:15:57 +01:00 |
|
Chris Boesch
|
277304454a
|
Merge pull request 'Added notes to exercise 94 c_math.' (#53) from 094_c-math into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/53
|
2024-02-28 12:06:56 +00:00 |
|
Chris Boesch
|
9e48c9a339
|
Added notes to exercise 94 c_math.
|
2024-02-28 13:01:11 +01:00 |
|
Chris Boesch
|
48b2032024
|
Merge pull request 'Zig version adjusted.' (#50) from build_fix into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/50
|
2024-02-16 15:04:27 +00:00 |
|
Chris Boesch
|
55b2ac4c5f
|
Zig version adjusted.
|
2024-02-16 15:19:10 +01:00 |
|
Chris Boesch
|
099d0bba93
|
Merge pull request 'Text improvement' (#48) from chrboesch-patch-1 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/48
|
2024-02-11 14:12:07 +00:00 |
|
Chris Boesch
|
8257ccb5c8
|
Text improvement
closes #47
|
2024-02-11 14:07:37 +00:00 |
|
Chris Boesch
|
4b1ae6117c
|
Merge pull request 'Fix zig_exe location in Build struct' (#45) from asd/ziglings:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/45
|
2024-02-06 18:36:50 +00:00 |
|
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
|
2024-01-13 15:14:07 +00:00 |
|
Chris Boesch
|
7bfd7adce8
|
Update exercises/093_hello_c.zig
small typo
|
2024-01-13 14:27:58 +00:00 |
|
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
|
2024-01-05 13:52:09 +00:00 |
|
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
|
2024-01-04 20:47:06 +00:00 |
|
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
|
2023-12-30 16:34:16 +00:00 |
|
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
|
2023-11-21 23:01:10 +00:00 |
|
Chris Boesch
|
492e5f5c40
|
Removed ci/compat.sh as it is included in build.zig again
|
2023-11-21 23:51:28 +01:00 |
|
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!
|
2023-11-21 20:49:55 +00:00 |
|
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
|
2023-11-21 14:26:23 +00:00 |
|
Chris Boesch
|
b0511bb3c7
|
Fixed patch hunk
|
2023-11-21 15:22:36 +01:00 |
|
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
|
2023-11-21 15:01:22 +01:00 |
|
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
|
2023-11-21 13:20:51 +00:00 |
|
Chris Boesch
|
f29c0692d5
|
Added link to 'Zig in Depth'
|
2023-11-19 14:51:24 +00:00 |
|
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
|
2023-11-07 14:23:12 +00:00 |
|
Chris Boesch
|
cab5ee87bf
|
Changed three dots to colons, see #23
|
2023-11-07 15:18:00 +01:00 |
|
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
|
2023-11-06 18:55:54 +00:00 |
|
Chris Boesch
|
55b58fea56
|
Change the task so that the exercise contains two errors again.
|
2023-11-06 19:50:47 +01:00 |
|
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
|
2023-10-24 10:42:25 +00:00 |
|
Chris Boesch
|
6446542867
|
Update .woodpecker/eowyn.yml
force pulling
|
2023-10-24 10:23:10 +00:00 |
|
Chris Boesch
|
8a1fbea5c9
|
fixed build: renamed exec to run
|
2023-10-24 11:57:44 +02:00 |
|
Chris Boesch
|
633af411e6
|
Update README.md
insert tag hint
|
2023-10-24 08:43:07 +00:00 |
|
Chris Boesch
|
890fe8e1c4
|
Merge pull request 'fixed typos' (#17) from typos into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/17
|
2023-10-22 12:24:28 +00:00 |
|
Chris Boesch
|
2feeb282a9
|
fixed typos
|
2023-10-22 14:19:23 +02:00 |
|
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
|
2023-10-21 21:31:34 +00:00 |
|
Chris Boesch
|
9b58f3e83c
|
Added idea for a new excersise
|
2023-10-15 20:50:31 +00:00 |
|
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
|
2023-10-08 16:56:09 +00:00 |
|
Chris Boesch
|
36d8170d7c
|
fixed language changes in @typeInfo
|
2023-10-08 18:51:22 +02:00 |
|
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
|
2023-10-05 22:39:30 +00:00 |
|
Chris Boesch
|
3ab1942156
|
changed compat check to comptime
|
2023-10-06 00:33:24 +02:00 |
|
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
|
2023-10-05 20:13:43 +00:00 |
|
Chris Boesch
|
5d3ff86a42
|
changed tokenize to tokenizeAny
|
2023-10-05 22:07:58 +02:00 |
|
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
|
2023-10-05 19:37:53 +00:00 |
|
Chris Boesch
|
e6e78d3f80
|
fixed broken patch 103
|
2023-10-05 21:32:29 +02:00 |
|
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
|
2023-10-05 19:18:20 +00:00 |
|
Chris Boesch
|
9003544446
|
Merge branch 'woodpecker' of https://codeberg.org/ziglings/exercises into woodpecker
|
2023-10-05 21:15:41 +02:00 |
|
Chris Boesch
|
7491e3df91
|
changed the patch files that we can also use them with busybox for testing in Woodpecker
|
2023-10-05 20:18:04 +02:00 |
|
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
|
2023-10-05 15:58:01 +00:00 |
|
Chris Boesch
|
992323ac6c
|
switched docker image to ziglings/ziglang
|
2023-10-05 17:43:03 +02:00 |
|
Chris Boesch
|
4b1ba69270
|
Merge pull request 'added woodpecker integration' (#6) from woodpecker into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/6
|
2023-10-04 12:54:59 +00:00 |
|
Chris Boesch
|
afee8d9c7a
|
added woodpecker integration
|
2023-10-04 14:48:47 +02:00 |
|
Chris Boesch
|
a286403250
|
Merge pull request 'fix(103_tokenization): ✏️ Migrated to tokenizeAny' (#5) from rond/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/5
|
2023-10-04 08:26:36 +00:00 |
|
Chris Boesch
|
a74737ac7c
|
Merge pull request 'remove github actions' (#4) from woodpecker into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/4
|
2023-10-03 22:15:12 +00:00 |
|
Chris Boesch
|
6dbe0d881e
|
remove github actions
|
2023-10-04 00:08:45 +02:00 |
|
Chris Boesch
|
7c50bd1e47
|
Merge pull request 'Global scope is container-level scope' (#2) from rofrol/ziglings--exercises:rofrol-container-level into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/2
|
2023-09-21 13:34:38 +00:00 |
|
Chris Boesch
|
1b8988ac81
|
Adapt README to current Zig version
|
2023-09-20 13:02:57 +02:00 |
|
Chris Boesch
|
02dfa1e970
|
Adapt Github structure to Codeberg
|
2023-09-20 13:00:36 +02:00 |
|
 Chris BoeschandGitHub
|
f86db89f41
|
Merge pull request #357 from ratfactor/check_patches
Fixed some broken patches
|
2023-08-27 19:21:42 +02:00 |
|
Chris Boesch
|
b749cba652
|
Fixed some broken patches
|
2023-08-27 19:11:21 +02:00 |
|
 Chris BoeschandGitHub
|
acb0a9e0fe
|
Merge pull request #356 from juergenhoetzel/code-point-size
Add example for Unicode Code point literal > 255
Thanks! 😄
|
2023-08-27 18:57:50 +02:00 |
|
 Chris BoeschandGitHub
|
65a4c21017
|
Update README.md
Advanced usage line 'zig build -Dn=x start' deleted, because of https://github.com/ratfactor/ziglings/issues/355
|
2023-08-27 18:55:54 +02:00 |
|
 Chris BoeschandGitHub
|
741704cc6f
|
Merge pull request #352 from kai-tub/main-1
Add link to DoD talk in 101_for5.zig #348
|
2023-08-17 20:42:42 +02:00 |
|
 Chris BoeschandGitHub
|
92a4f3acf8
|
Merge pull request #351 from ratfactor/class_role
changed struct name 'class' into 'role'
|
2023-08-17 15:03:17 +02:00 |
|
Chris Boesch
|
4eb949759b
|
changed struct name 'class' into 'role'
|
2023-08-17 14:55:11 +02:00 |
|
 Chris BoeschandGitHub
|
2e5a49fc68
|
Merge pull request #346 from ratfactor/i339
changed struct name 'class' into 'role'
|
2023-08-02 23:39:59 +02:00 |
|
Chris Boesch
|
5a0681948b
|
changed struct name 'class' into 'role'
|
2023-08-02 23:29:02 +02:00 |
|
 Chris BoeschandGitHub
|
b5d54364cc
|
Merge pull request #342 from ratfactor/v4246
Upgrade to Zig version 4246
|
2023-07-26 20:28:22 +02:00 |
|
Chris Boesch
|
ac1d003f1e
|
Upgrade to Zig version 4246
|
2023-07-26 20:20:40 +02:00 |
|
 Chris BoeschandGitHub
|
5865ed5f2e
|
Merge pull request #340 from nchataing/fix-main-build
fix: main entry point is broken with version 0.11.0-dev.4228
|
2023-07-26 19:46:45 +02:00 |
|
 Chris BoeschandGitHub
|
477f18ebfc
|
Merge pull request #337 from kimshrier/exercise_096_typo
fix typo
|
2023-07-03 18:59:54 +02:00 |
|