Commit Graph

  • a5d93c0b20 build: improve coding style in ZiglingStep Manlio Perillo 2023-05-03 17:44:47 +0200
  • 771b499cbc build: use @panic("OOM") instead of unreachable Manlio Perillo 2023-05-03 15:25:55 +0200
  • c6c6a32270 build: improve the exercise output check Manlio Perillo 2023-05-03 14:39:42 +0200
  • feeba51940 build: don't use @This() in ZiglingStep Manlio Perillo 2023-05-03 12:34:33 +0200
  • 3ec978d73f build: remove ZiglingStep.builder field Manlio Perillo 2023-05-03 09:56:29 +0200
  • 11d8468539 build: use Child.exec in ZiglingStep.run Manlio Perillo 2023-05-01 19:27:50 +0200
  • 40cbee8fa2 build: fix incorrect error handling in ZiglingStep.compile Manlio Perillo 2023-05-01 17:32:07 +0200
  • 27b941fdaf build: remove the ZiglingStep.makeInternal method Manlio Perillo 2023-05-01 17:12:05 +0200
  • 72a6287a5f Merge pull request #275 from perillo/heal-only-in-test Chris Boesch 2023-05-02 21:30:29 +0200
  • e2f3a5e519 Added Ex 101 "for loops part 5" (Closes #271) Dave Gauer 2023-05-02 08:26:32 -0400
  • 7a40c4584e Restore unit tests Manlio Perillo 2023-05-02 11:06:58 +0200
  • 74b48192e4 test: don't run heal during configuration phase Manlio Perillo 2023-05-02 10:51:59 +0200
  • f9aec283c8 Merge pull request #273 from chrboesch/patch_error Chris Boesch 2023-05-01 20:43:26 +0200
  • f02389e925 comment for the issue added Chris Boesch 2023-05-01 20:14:52 +0200
  • 371a8637b3 unit tests temporarily disabled Chris Boesch 2023-05-01 20:07:01 +0200
  • 44d51eb9ed cli tests removed to solve 272 Chris Boesch 2023-05-01 19:54:13 +0200
  • e9d0ab3784 Merge pull request #270 from perillo/improve-exercise-type Chris Boesch 2023-05-01 18:58:07 +0200
  • a86d4c2795 build: don't override the top level steps Manlio Perillo 2023-05-01 18:23:13 +0200
  • 5c20e2b553 build: rename Exercise.baseName to name Manlio Perillo 2023-04-30 18:48:52 +0200
  • 69103a3b82 build: add the Exercise.addExecutable method Manlio Perillo 2023-04-30 17:47:16 +0200
  • 123fd4b105 build: rename the Exercise.C field to link_libc Manlio Perillo 2023-04-30 16:25:15 +0200
  • ec1976e9ab build: reduce code duplication when setting the work path Manlio Perillo 2023-04-30 16:07:30 +0200
  • 070734a520 build: remove the Exercise.async field Manlio Perillo 2023-04-30 15:33:29 +0200
  • 6f482a1f7a build: move exercises at the end of the file Manlio Perillo 2023-04-30 15:27:51 +0200
  • 2e2924abdb Added Ex. 100 fourth for (as foretold in #261) Dave Gauer 2023-04-30 21:23:54 -0400
  • 4198d5b2db Oops, capitalization in ex016. Dave Gauer 2023-04-30 17:12:35 -0400
  • bef099fee6 Renamed 095 to "for3" to match feature sequence Dave Gauer 2023-04-30 17:11:37 -0400
  • fd10ff8bb3 Updating 095 patch to match, natch! Dave Gauer 2023-04-30 16:45:57 -0400
  • e9e6be4e05 Updating wording in 'for' exercises Dave Gauer 2023-04-30 16:23:35 -0400
  • 6b48914d7a Merge pull request #269 from perillo/fix-windows-deadlock Chris Boesch 2023-04-29 22:49:07 +0200
  • 0dc6b45770 eowyn.sh: remove checking formatting one file at a time Manlio Perillo 2023-04-29 16:58:10 +0200
  • 11d2279f4f test: make the patch command silent Manlio Perillo 2023-04-29 16:50:28 +0200
  • 4b1e292ae4 test: fix deadlock on windows when running tests Manlio Perillo 2023-04-29 16:25:58 +0200
  • 93e8b5710c workflows: remove the custom windows only jobs Manlio Perillo 2023-04-29 16:22:52 +0200
  • edeca97370 Update README.md Chris Boesch 2023-04-29 12:48:22 +0000
  • ac25e91f81 Merge pull request #268 from chrboesch/main Chris Boesch 2023-04-28 16:20:54 +0000
  • 3dacb04452 switched back to bash on windows Chris Boesch 2023-04-28 15:41:10 +0000
  • 6920dbebcd switched back to bash on windows Chris Boesch 2023-04-28 15:40:46 +0000
  • c2fe843a8a 060 - remove `@as()` Arya-Elfren 2023-04-28 15:11:43 +0100
  • 7ae8c2a827 Merge pull request #267 from chrboesch/main Chris Boesch 2023-04-28 11:38:58 +0000
  • 83fa3de220 Split Windows with PowerShell Chris Boesch 2023-04-28 11:29:18 +0000
  • 7cfdc2b126 Update ci.yml Chris Boesch 2023-04-28 11:20:54 +0000
  • c74c542372 Update ci.yml Chris Boesch 2023-04-28 11:17:57 +0000
  • b903edd290 Update ci.yml Chris Boesch 2023-04-28 11:14:43 +0000
  • 0302650acf Update ci.yml Chris Boesch 2023-04-28 11:10:37 +0000
  • dcd16044f4 split in windows and uses PowerShell Chris Boesch 2023-04-28 11:03:24 +0000
  • 599bea5705 Simplify `f16` coersion example Arya-Elfren 2023-04-28 11:32:45 +0100
  • 3612c67f04 Simplify methods explanation in 047 Arya-Elfren 2023-04-28 11:12:42 +0100
  • 18f69f5634 Clarify the methods syntax sugar & a bit more Arya-Elfren 2023-04-26 22:47:03 +0100
  • 116546a996 Clarify `f16` maths - closes #204 Arya-Elfren 2023-04-26 22:07:20 +0100
  • f83fe12dce step eowyn ranamed Chris Boesch 2023-04-26 20:01:50 +0200
  • 39eaea027d fixed error time-out minutes Chris Boesch 2023-04-26 19:47:35 +0200
  • df52b7be61 step names addes and switched to checkout v3 Chris Boesch 2023-04-26 19:40:16 +0200
  • cf3343e6df step names added and switched to checkout v3 Chris Boesch 2023-04-26 19:36:58 +0200
  • 6675fad34d fixed fail-fast error Chris Boesch 2023-04-26 11:44:49 +0200
  • d6c5d3e510 strategy error fixed Chris Boesch 2023-04-26 11:37:31 +0200
  • 4fee940778 timeout error fixed Chris Boesch 2023-04-26 11:35:19 +0200
  • a703faa8e4 Merge pull request #259 from perillo/improve-github-workflows Chris Boesch 2023-04-26 09:13:53 +0000
  • 65f3672ca5 back to checkout@2 Chris Boesch 2023-04-26 11:13:19 +0200
  • f7e49d8c34 back to checkout@v2 Chris Boesch 2023-04-26 11:05:21 +0200
  • fa335d4166 workflows: improve the jobs configuration Manlio Perillo 2023-04-26 10:55:36 +0200
  • 232002f30f Merge pull request #254 from chrboesch/tools Chris Boesch 2023-04-25 21:46:12 +0000
  • fa28aedfe1 Merge pull request #258 from chrboesch/eowyn Chris Boesch 2023-04-25 21:37:55 +0000
  • f69cfc3b88 Version number added. Chris Boesch 2023-04-25 23:34:56 +0200
  • cbf265ab98 Merge pull request #257 from chrboesch/eowyn Chris Boesch 2023-04-25 21:23:02 +0000
  • 0ac3646e9c Added a loop for the formatting test, so we can see where errors happen. Chris Boesch 2023-04-25 23:21:01 +0200
  • 213d0712a5 replaced update-patches.py with update-patches.zig Chris Boesch 2023-04-25 21:35:18 +0200
  • c43ade9677 Merge pull request #255 from perillo/improve-ci-more Chris Boesch 2023-04-25 18:32:48 +0000
  • 58e28761be Merge pull request #256 from perillo/improve-more-2 Chris Boesch 2023-04-25 18:31:12 +0000
  • 7470c29475 Python isn't necessary Chris Boesch 2023-04-25 20:23:27 +0200
  • cac7391247 .gitattributes: remove support for old files, add python Manlio Perillo 2023-04-24 18:27:46 +0200
  • 9273fe2dd8 .gitignore: add zig-out, remove vim backup and swap files Manlio Perillo 2023-04-24 18:13:28 +0200
  • 6effa7fe84 workflow: add a test job to ci.yml Manlio Perillo 2023-04-25 15:25:07 +0200
  • b5036b776a workflows: use actions/checkout@v3 Manlio Perillo 2023-04-25 15:13:38 +0200
  • 49e7c51f9a Fix formatting in exercise 99 Manlio Perillo 2023-04-24 18:41:11 +0200
  • fd6f3eebbb eowyn.sh: set the -e option Manlio Perillo 2023-04-24 18:09:47 +0200
  • 4b58de26d3 eowyn: always quote variables Manlio Perillo 2023-04-07 16:22:52 +0200
  • cffbbff8bd replaced check-exercises.pu with check-exercises.zig Chris Boesch 2023-04-25 12:13:58 +0200
  • 752efd891d Merge pull request #250 from perillo/improve-test-coverage-2 Chris Boesch 2023-04-24 15:56:51 +0000
  • 64d90c3397 timeout to 60 minutes Chris Boesch 2023-04-24 17:43:55 +0200
  • 4f690b074a test: add a test for `zig build -Dn=1` Manlio Perillo 2023-04-24 13:03:52 +0200
  • 5b2e842157 test: change the order of `zig build` options Manlio Perillo 2023-04-24 12:19:00 +0200
  • 131772edd7 test: add test for `zig build` and `zig build -Dn=1 start` Manlio Perillo 2023-04-22 17:22:34 +0200
  • 3dd7cdcb3b build: make exercise output more reliable Manlio Perillo 2023-04-24 11:20:07 +0200
  • cec0aa51db test: fix incorrect cleanup code Manlio Perillo 2023-04-20 21:13:13 +0200
  • 108c145bdd test: refactorize the code Manlio Perillo 2023-04-20 18:45:09 +0200
  • 2775d21ed0 Another README coverage list edit Dave Gauer 2023-04-23 19:43:26 -0400
  • 960da57e68 Tweaked README coverage list Dave Gauer 2023-04-23 19:16:03 -0400
  • 346e6b00cd Updated README and CONTRIBUTING to reflect reality Dave Gauer 2023-04-23 19:12:15 -0400
  • 42c430a0c0 Ex 099 format instructions to 65 columns, wording, examples Dave Gauer 2023-04-23 18:54:43 -0400
  • 99891b53fb Update 099_formatting.zig Chris Boesch 2023-04-19 22:14:06 +0200
  • 4435cebe7a Merge pull request #247 from chrboesch/formatting Chris Boesch 2023-04-19 22:09:32 +0200
  • d6d30934db added first formatting exercise Chris Boesch 2023-04-19 21:57:37 +0200
  • 2ed24ab3cf Merge pull request #234 from perillo/improve-ci Chris Boesch 2023-04-19 15:25:12 +0200
  • c7697a4282 Ensure the patches are up-to-date and consistent Manlio Perillo 2023-04-17 09:19:49 +0200
  • 7d7be0482c eowyn: run `zig fmt --check` before `zig build` Manlio Perillo 2023-04-16 18:07:51 +0200
  • 6b17a18893 Ensure the exercises use the canonical format Manlio Perillo 2023-04-16 12:23:10 +0200
  • b59bef29b9 ci: add a CI workflow Manlio Perillo 2023-04-12 17:04:18 +0200
  • b84217161c Merge pull request #246 from perillo/build-restore-compatibility-2 Chris Boesch 2023-04-18 18:06:41 +0200
  • 30db9d105a build: avoid intermixed messages on the same line Manlio Perillo 2023-04-17 19:09:30 +0200