1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-06-02 08:16:03 +02:00
Commit Graph

329 Commits

Author SHA1 Message Date
unknown ac5f539091 Fix: Fix grammar at 002_std.zig 2021-08-19 08:59:18 -07:00
Dave Gauer 38f8737163
Merge pull request #68 from Palm404/main
feat: Add more comparison operator coverage in 009_if.zig
2021-08-19 08:33:17 -04:00
unknown 4bf560060a fix: Grammar in 018_functions.zig 2021-08-18 09:55:20 -07:00
unknown be7e925bfc Merge branch 'main' of https://github.com/Palm404/ziglings into main 2021-08-17 00:28:50 -07:00
unknown 2abb37e3a8 feat: More descriptive definition 2021-08-17 00:28:40 -07:00
Palm a900877e40
fix: Change order to match 011_while.zig 2021-08-17 00:01:55 -07:00
unknown 57186aa56d feat: Add more comparison operator coverage in 009_if.zig 2021-08-16 23:56:10 -07:00
Dave Gauer 64a6befb39
Merge pull request #67 from jcoppis/main
fix: typo in CONTRIBUTING.md
2021-07-24 09:32:16 -04:00
Javier Coppis 3b7845f3d2 fix: typo in CONTRIBUTING.md 2021-07-23 20:54:16 -03:00
Dave Gauer 8fb767d1aa Cleaned trailing spaces, added trailing commas 2021-07-21 11:33:32 -04:00
Dave Gauer a637f5e45f Newline after PASSED so multiline results line up better 2021-07-21 11:30:51 -04:00
Dave Gauer ee4254bcff
Merge pull request #66 from Airbus5717/main
added newline print to make output look nicer
2021-07-21 11:27:51 -04:00
Airbus5717 1cc0b38666 another fix 2021-07-21 17:03:44 +03:00
Airbus5717 08094c005f fix fmt 2021-07-21 17:02:13 +03:00
Airbus5717 243df7681d added newline print to make output look nicer 2021-07-21 13:04:52 +03:00
Dave Gauer 613d77b7f8 No unused fn params 2021-06-30 19:59:25 -04:00
Dave Gauer 88c550062d no unusued vars 2021-06-30 19:55:47 -04:00
Dave Gauer cc5c413cfc methods not namespaced 2021-06-30 19:55:18 -04:00
Dave Gauer 7b37431b6b No unused locals 2021-06-30 19:39:36 -04:00
Dave Gauer f072562102 no unused method params 2021-06-30 19:28:27 -04:00
Dave Gauer 14f9325408 methods NOT namespaced like i expected 2021-06-30 19:18:13 -04:00
Dave Gauer 680e2913f7 unused consts now errors 2021-06-30 19:00:50 -04:00
Dave Gauer 584993b7b8 Must use capture value 2021-06-30 17:56:42 -04:00
Dave Gauer 08217c940c
fml wrong link
so many misteeks
2021-06-30 17:33:38 -04:00
Dave Gauer 2a4251de9d
oh shit its markdown
I usually write my READMEs in AsciiDoc.
2021-06-30 17:31:54 -04:00
Dave Gauer 57408b1be3 Note compiler syntax strictness (#60) 2021-06-30 17:30:01 -04:00
Dave Gauer 64219e5dcd Oops, had committed WIP exercise 2021-06-16 17:04:50 -04:00
Dave Gauer da219d3c40 added ub exploration to ex090 2021-06-15 10:12:57 -04:00
Dave Gauer 8dd9c1ddcb add ex090 async 7 2021-06-14 15:39:49 -04:00
Dave Gauer 52c424a247
Merge pull request #59 from max-lv/main
fix typo in 067_comptime2.zig
2021-06-14 13:00:58 -04:00
Dave Gauer 2460b182c0 Re-sync patches with current changes 2021-06-14 11:52:22 -04:00
Dave Gauer 621d72db56 New usize explanation 008, etc. 2021-06-14 11:26:04 -04:00
Dave Gauer f07615ef96 Merge branch 'main' of github.com:ratfactor/ziglings into main 2021-06-14 10:45:40 -04:00
Dave Gauer 4b07f1db23 Update version for real :-) 2021-06-14 10:45:32 -04:00
Dave Gauer e2e2c6280e
Merge pull request #58 from ZapAnton/008_replace_index_var_type
008_quiz: Replaced the type of the index variable
2021-06-14 10:43:07 -04:00
Dave Gauer 0130580427 Merge branch 'main' of github.com:ratfactor/ziglings into main 2021-06-14 10:28:20 -04:00
Dave Gauer dcf9cac73d Updated to master build 0.9.0-dev.137 2021-06-14 10:20:16 -04:00
max-lv c127877baf fix typo in 067_comptime2.zig 2021-06-12 21:15:19 -01:00
Dave Gauer 4bb80cf452
Merge pull request #57 from ZapAnton/066_fix_typo
066_comptime: Typo fix
2021-05-29 14:14:07 -04:00
ZapAnton 447b913c38 008_quiz: Replaced the type of the index variable
Replaced the type of the `x` variable to `usize` instead of `u8`.
2021-05-28 21:46:08 +03:00
ZapAnton 8185043b26 066_comptime: Typo fix
Small typo fix `arbitary` -> `arbitrary`
2021-05-28 21:39:21 +03:00
Dave Gauer d09ae39714 Add ex089 Async 6 2021-05-27 19:04:11 -04:00
Dave Gauer 473b36b873
Missing word in explanation ex085 2021-05-25 11:51:58 -04:00
Dave Gauer 84db3edcc5
Merge pull request #56 from g-w1/sus
change `suspend;` to `suspend {}`
2021-05-25 11:50:12 -04:00
jacob gw 8bc15eecc4 change `suspend;` to `suspend {}` 2021-05-24 15:57:59 -04:00
Dave Gauer 1bf1f682ff Merge branch 'main' of github.com:ratfactor/ziglings into main 2021-05-13 19:48:13 -04:00
Dave Gauer 00f525c80f add ex088 async 5 await 2021-05-13 19:48:10 -04:00
Dave Gauer 12361f9384
Merge pull request #54 from rofrol/patch-2
Prevent error "cast discards const qualifier"
2021-05-13 11:34:01 -04:00
Dave Gauer edd6bf6f8e
Merge pull request #55 from rofrol/patch-3
this means
2021-05-13 11:22:24 -04:00
Roman Frołow e17159bcea
this means 2021-05-13 14:01:54 +02:00