exercism / zig

Exercism exercises in Zig.
https://exercism.org/tracks/zig
MIT License
55 stars 38 forks source link

bump Zig from `0.10.1` to `0.11.0-dev.2777+b95cdf0ae` (at least) #244

Closed ee7 closed 1 year ago

ee7 commented 1 year ago

The Exercism Zig track should try to stay in sync with the main online learning resources for Zig: ziglearn and ziglings.

Both are supposed to track the Zig master release. But ziglearn hasn't been updated for the new for loop syntax yet, which was a breaking change. Ziglings was updated, and even has a new exercise for it.

Let's wait until ziglearn is updated, and then do the below:

ee7 commented 1 year ago

ziglearn was updated recently from 0.9.0 to 0.11.0-dev.2777+b95cdf0ae (and as written above, ziglings was already updated).

The Zig 0.11.0 milestone suggests that the next Zig release could be within the next few weeks - aiming to coincide with the LLVM 16.0.5 release. At the time of writing, the latest LLVM release is 16.0.3.

I'll aim to bump to a Zig master release after finally clearing the current PR backlog.

booniepepper commented 1 year ago

0.11.0 was planned for today according to news on the site and it's looking like it probably will happen.

The milestone only has a couple issues left in it: https://github.com/ziglang/zig/milestone/17

Feel free to assign me as a reviewer to anything related to this

ee7 commented 1 year ago

Yup, thanks! I've got my eye on it. And the milestone is 100% complete as of a few minutes ago.