ratfactor / ziglings

Learn the Zig programming language by fixing tiny broken programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ziglings broken by latest Master

dnotq opened this issue · comments

Sorry, no account on codeberg, not going to make one just to post an issue.

Following the instructions on the website, downloaded the latest "Master" zig build. This zig pull-request breaks ziglings zig build:

ziglang/zig#17623

exec has been renamed to run, so ziglings build.zig is broken in 3 places, lines 291, 309, and 358.

Thanks, I'll take a look on that.