You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to the zig-clap dependency. If you want to support the master Zig branch, zig-clap will need to be bumped. I checked and init still builds on v0.13.0.
I might tag current version as 0.13.0 compatible and then keep the init/main compatible with zig/master
That sounds reasonable, however you would have to check it still builds every day when Zig master changes. Plus you'll have to watch zig-clap for any breaking changes.
That can be automated of course but might not be worth the effort to set up.
The alternative is just documenting that init is only compatible with 0.13.0. Then updating it with the next tagged Zig.
This is due to the zig-clap dependency. If you want to support the master Zig branch,
zig-clap
will need to be bumped. I checked andinit
still builds on v0.13.0.Zig version: 0.14.0-dev.541+2e8acdf6f
OS: Ubuntu 24.04 LTS x86_64
Kernel: 6.8.0-38-generic
CPU: Intel i7-3520M (2) @ 2.893GHz
The text was updated successfully, but these errors were encountered: