Commit graph

  • 492e5f5c40 Removed ci/compat.sh as it is included in build.zig again Chris Boesch 2023-11-21 23:51:28 +01:00
  • 5eafe16e97 Merge pull request 'Fix two minor typos' (#29) from A-h-m-e-d/exercises:typos into main Chris Boesch 2023-11-21 20:49:55 +00:00
  • 46e3a38dbc Fix two minor typos Ahmed 2023-11-21 19:09:47 +02:00
  • f987a06ccc Merge pull request 'Converted var to const if there is no mutation in the var.' (#28) from var_const into main Chris Boesch 2023-11-21 14:26:23 +00:00
  • b0511bb3c7 Fixed patch hunk Chris Boesch 2023-11-21 15:22:36 +01:00
  • 7679f93f68 Converted var to const if there is no mutation in var. This is checked from compiler version 0.12.0-dev.1664 Chris Boesch 2023-11-21 15:01:22 +01:00
  • 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 Chris Boesch 2023-11-21 13:20:51 +00:00
  • 063a74c59a fixed variable declaration by changing it to a const, since it's never mutated Zev Averbach 2023-11-21 12:00:34 +01:00
  • f29c0692d5 Added link to 'Zig in Depth' Chris Boesch 2023-11-19 14:51:24 +00:00
  • afe5511455 Merge pull request 'Changed three dots to colons, see #23' (#25) from pr23 into main Chris Boesch 2023-11-07 14:23:12 +00:00
  • cab5ee87bf Changed three dots to colons, see #23 Chris Boesch 2023-11-07 15:18:00 +01:00
  • 5a259a943f Merge pull request 'Change the task so that the exercise contains two errors again.' (#24) from i22 into main Chris Boesch 2023-11-06 18:55:54 +00:00
  • 55b58fea56 Change the task so that the exercise contains two errors again. Chris Boesch 2023-11-06 19:50:47 +01:00
  • 08d294f2b8 Merge pull request 'fixed build: renamed child.exec to run' (#19) from fix_build into main Chris Boesch 2023-10-24 10:42:25 +00:00
  • 6446542867 Update .woodpecker/eowyn.yml Chris Boesch 2023-10-24 10:23:10 +00:00
  • 8a1fbea5c9 fixed build: renamed exec to run Chris Boesch 2023-10-24 11:57:44 +02:00
  • 633af411e6 Update README.md Chris Boesch 2023-10-24 08:43:07 +00:00
  • 890fe8e1c4 Merge pull request 'fixed typos' (#17) from typos into main v0.11.0 Chris Boesch 2023-10-22 12:24:28 +00:00
  • 2feeb282a9 fixed typos Chris Boesch 2023-10-22 14:19:23 +02:00
  • fe65ff343f Merge pull request 'Introduce syntax for turning a many pointer to a slice' (#15) from hachanuy/exercises:054-clarify into main Chris Boesch 2023-10-21 21:31:34 +00:00
  • b6abbf948c Introduce syntax for turning a many pointer to a slice Uy Ha 2023-10-18 19:28:34 +00:00
  • 9b58f3e83c Added idea for a new excersise Chris Boesch 2023-10-15 20:50:31 +00:00
  • e314608f3a Merge pull request 'fixed language changes in @typeInfo' (#13) from fix_i12 into main Chris Boesch 2023-10-08 16:56:09 +00:00
  • 36d8170d7c fixed language changes in @typeInfo Chris Boesch 2023-10-08 18:51:22 +02:00
  • 88a8e06489 Merge pull request 'changed compat check to comptime' (#11) from fix_compat into main Chris Boesch 2023-10-05 22:39:30 +00:00
  • 3ab1942156 changed compat check to comptime Chris Boesch 2023-10-06 00:33:24 +02:00
  • 2ba613b14f Merge pull request 'changed tokenize to tokenizeAny' (#10) from fix_tokenization into main Chris Boesch 2023-10-05 20:13:43 +00:00
  • 5d3ff86a42 changed tokenize to tokenizeAny Chris Boesch 2023-10-05 22:07:58 +02:00
  • 6079b0122a Merge pull request 'fixed broken patch 103' (#9) from fix_patches into main Chris Boesch 2023-10-05 19:37:53 +00:00
  • e6e78d3f80 fixed broken patch 103 Chris Boesch 2023-10-05 21:32:29 +02:00
  • 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 Chris Boesch 2023-10-05 19:18:20 +00:00
  • 9003544446 Merge branch 'woodpecker' of https://codeberg.org/ziglings/exercises into woodpecker Chris Boesch 2023-10-05 21:15:41 +02:00
  • 7491e3df91 changed the patch files that we can also use them with busybox for testing in Woodpecker Chris Boesch 2023-10-05 20:18:04 +02:00
  • ca37825127 Merge pull request 'switched docker image to ziglings/ziglang' (#7) from woodpecker into main Chris Boesch 2023-10-05 15:58:01 +00:00
  • 992323ac6c switched docker image to ziglings/ziglang Chris Boesch 2023-10-05 17:43:03 +02:00
  • 4b1ba69270 Merge pull request 'added woodpecker integration' (#6) from woodpecker into main Chris Boesch 2023-10-04 12:54:59 +00:00
  • afee8d9c7a added woodpecker integration Chris Boesch 2023-10-04 14:48:47 +02:00
  • a286403250 Merge pull request 'fix(103_tokenization): ✏️ Migrated to tokenizeAny' (#5) from rond/exercises:main into main Chris Boesch 2023-10-04 08:26:36 +00:00
  • 3abefbd402
    fix(103 patch): ✏️ Update patch to reflect changes rond 2023-10-04 09:12:48 +02:00
  • 4a3e4474b7
    fix(103_tokenization): ✏️ Migrated to tokenizeAny rond 2023-10-04 04:53:34 +02:00
  • a74737ac7c Merge pull request 'remove github actions' (#4) from woodpecker into main Chris Boesch 2023-10-03 22:15:12 +00:00
  • 6dbe0d881e remove github actions Chris Boesch 2023-10-04 00:08:45 +02:00
  • 7c50bd1e47 Merge pull request 'Global scope is container-level scope' (#2) from rofrol/ziglings--exercises:rofrol-container-level into main Chris Boesch 2023-09-21 13:34:38 +00:00
  • 73f7670667 Global scope is container-level scope rofrol 2023-09-20 22:30:57 +00:00
  • f29a42b5f1 Update README to announce move to Codeberg! ratfactor 2023-09-20 13:10:08 +02:00
  • 1b8988ac81 Adapt README to current Zig version Chris Boesch 2023-09-20 13:02:57 +02:00
  • 02dfa1e970 Adapt Github structure to Codeberg Chris Boesch 2023-09-20 13:00:36 +02:00
  • aa1350d013 Update README.md with new clone instructions Dave Gauer 2023-09-19 20:51:05 -04:00
  • 0b2a742f46 Announce move to Codeberg in README Dave Gauer 2023-09-19 21:18:27 -04:00
  • f86db89f41 Merge pull request #357 from ratfactor/check_patches Chris Boesch 2023-08-27 19:21:42 +02:00
  • b749cba652 Fixed some broken patches Chris Boesch 2023-08-27 19:11:21 +02:00
  • acb0a9e0fe Merge pull request #356 from juergenhoetzel/code-point-size Chris Boesch 2023-08-27 18:57:50 +02:00
  • 65a4c21017 Update README.md Chris Boesch 2023-08-27 18:55:54 +02:00
  • 8c2202c73d Add example for Unicode Code point literal > 255 Juergen Hoetzel 2023-08-26 13:26:24 +02:00
  • 741704cc6f Merge pull request #352 from kai-tub/main-1 Chris Boesch 2023-08-17 20:42:42 +02:00
  • 11a120521d Add link to DoD talk in 101_for5.zig Kai Norman Clasen 2023-08-17 19:43:13 +02:00
  • 92a4f3acf8 Merge pull request #351 from ratfactor/class_role Chris Boesch 2023-08-17 15:03:17 +02:00
  • 4eb949759b changed struct name 'class' into 'role' Chris Boesch 2023-08-17 14:55:11 +02:00
  • 2e5a49fc68 Merge pull request #346 from ratfactor/i339 Chris Boesch 2023-08-02 23:39:59 +02:00
  • 5a0681948b changed struct name 'class' into 'role' Chris Boesch 2023-08-02 23:29:02 +02:00
  • b5d54364cc Merge pull request #342 from ratfactor/v4246 Chris Boesch 2023-07-26 20:28:22 +02:00
  • ac1d003f1e Upgrade to Zig version 4246 Chris Boesch 2023-07-26 20:20:40 +02:00
  • 5865ed5f2e Merge pull request #340 from nchataing/fix-main-build Chris Boesch 2023-07-26 19:46:45 +02:00
  • 51a88cccf7 fix: main entry point is broken with version 0.11.0-dev.4228 Nicolas Chataing 2023-07-25 14:59:17 +02:00
  • 477f18ebfc Merge pull request #337 from kimshrier/exercise_096_typo Chris Boesch 2023-07-03 18:59:54 +02:00
  • db653d29ee fix typo Kim SHrier 2023-07-03 02:06:40 -06:00
  • e142d40fb0 Update 078_sentinels3.zig Chris Boesch 2023-06-29 21:32:44 +02:00
  • bddff7a0a6 Version updated Chris Boesch 2023-06-27 18:49:28 +02:00
  • 1070fe5b40 Merge pull request #333 from ratfactor/v3853 Chris Boesch 2023-06-27 00:15:48 +02:00
  • 7ad0f06a07 Compatibility checks temporarily disabled (2) Chris Boesch 2023-06-27 00:03:16 +02:00
  • 496953e9a8 Compatibility checks temporarily disabled Chris Boesch 2023-06-27 00:00:53 +02:00
  • d864860201 Unit tests temporarily disabled Chris Boesch 2023-06-26 23:55:58 +02:00
  • a5a36337e8 Revised exercises due to the changes of Zig version 0.11.0-dev.3853 Chris Boesch 2023-06-26 23:43:39 +02:00
  • c3aed336e7 Merge pull request #331 from ratfactor/tokenization Chris Boesch 2023-06-26 09:21:26 +02:00
  • a2b0b976a6 First tokenization exerice. Chris Boesch 2023-06-26 00:54:39 +02:00
  • 2705e16c36 Merge pull request #329 from lorrding/refactor-var-to-const Chris Boesch 2023-06-22 16:51:03 +02:00
  • d52f360731 Update outdated comments lording 2023-06-22 12:11:24 +00:00
  • 3e502fe69b Merge branch 'main' into refactor-var-to-const lording 2023-06-22 09:48:10 +00:00
  • 9499e12469 Merge pull request #328 from ratfactor/v3747 Chris Boesch 2023-06-22 11:44:59 +02:00
  • d2d3dfa277 var to const when posssible lording 2023-06-22 09:41:41 +00:00
  • bd4a48c3c9 Changed to zig developer version 3747. Chris Boesch 2023-06-22 11:31:46 +02:00
  • 40bedacfdf Merge pull request #327 from lorrding/patch_v0.11.0-dev.3747 Chris Boesch 2023-06-22 11:25:22 +02:00
  • ccb580f95d Fix broken builtin name in exercise 96 lording 2023-06-22 08:23:22 +00:00
  • 39952817b3 Fix broken builtin name in exercise 36 lording 2023-06-22 08:23:01 +00:00
  • f09a87c348 Merge pull request #325 from ckafi/what-a-dilema Chris Boesch 2023-06-18 19:02:24 +02:00
  • 5984444489 fix typo Tobias Frilling 2023-06-17 09:34:37 +02:00
  • 9c9671bb15 Merge pull request #323 from ratfactor/issue318 Chris Boesch 2023-06-11 23:54:05 +02:00
  • 2815574e35 Removed debug info. Chris Boesch 2023-06-11 23:45:50 +02:00
  • 7a16ed09ac Fixed missing comptime. Chris Boesch 2023-06-11 23:41:42 +02:00
  • cac5770e3c Merge pull request #321 from ratfactor/issue317 Chris Boesch 2023-06-10 22:13:24 +02:00
  • 33d3cc1647 Fixed description of @addWithOverflow Chris Boesch 2023-06-10 22:04:03 +02:00
  • 80c92e3c94 closes https://github.com/ratfactor/ziglings/pull/311 Chris Boesch 2023-06-09 17:25:10 +02:00
  • 947d1e4fbb Update README.md Chris Boesch 2023-05-31 23:34:41 +02:00
  • 79f2b62774 Merge pull request #313 from chrboesch/colors Chris Boesch 2023-05-30 21:54:49 +02:00
  • 9151557d39 Changed error text to bold. Chris Boesch 2023-05-30 21:45:33 +02:00
  • b84a2f5c69 Merge pull request #312 from pdietl/pdietl/fix_grammar Chris Boesch 2023-05-30 21:34:46 +02:00
  • 940482a07e Merge pull request #308 from perillo/refactor-zigling-step-more Chris Boesch 2023-05-30 20:20:53 +02:00
  • edcf904ca2 Change grammar: there's -> there are ex. 17 Pete Dietl 2023-05-27 01:28:30 +02:00
  • 1482b82500 changed version number Chris Boesch 2023-05-25 15:18:14 +02:00
  • 763cdb10ca Merge pull request #309 from pseudocc/main Chris Boesch 2023-05-25 15:15:28 +02:00