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
I was looking at your repository and encountered issues when building the tests. When building, I used your script to download the latest version of Zig. It appears that from ziglang/zig@6808ce2 and ziglang/zig@0fe3fd0 in the Zig repository there were breaking changes introduced, such as
Migrated builtin function @setCold$\rightarrow$@branchHint
Updated Type values (Void$\rightarrow$void, Enum$\rightarrow$@"enum")
Hello,
I was looking at your repository and encountered issues when building the tests. When building, I used your script to download the latest version of Zig. It appears that from ziglang/zig@6808ce2 and ziglang/zig@0fe3fd0 in the Zig repository there were breaking changes introduced, such as
@setCold
@branchHint
Type
values (Void
void
,Enum
@"enum"
)It appears that these changes have also broken your GH Actions, such as https://github.com/batiati/mustache-zig/actions/runs/11177137203/job/31072011349#step:6:1786.
The text was updated successfully, but these errors were encountered: