Update build.zig.zon for zig master/0.14#4258
Update build.zig.zon for zig master/0.14#4258clason merged 1 commit intotree-sitter:masterfrom nihklas:master
Conversation
|
Note that |
|
I'm sorry if that is an obvious question, but that is something I just have to wait for? Or is there something I need to do? |
|
I think that's too much to ask for from a first contributor. The structure of this project is... messy. |
|
Alright, No Problem. Then I'll just wait. If there are updates and I need to do changes regarding this PR, let me know! |
|
fingerprint is unrelated to version (depends on the name only), so this could just go in already. |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-0.25
git worktree add -d .worktree/backport-4258-to-release-0.25 origin/release-0.25
cd .worktree/backport-4258-to-release-0.25
git switch --create backport-4258-to-release-0.25
git cherry-pick -x 185076211821953f1e765cec4f8b24dbb16f47f6 |
1 similar comment
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-0.25
git worktree add -d .worktree/backport-4258-to-release-0.25 origin/release-0.25
cd .worktree/backport-4258-to-release-0.25
git switch --create backport-4258-to-release-0.25
git cherry-pick -x 185076211821953f1e765cec4f8b24dbb16f47f6 |
In a recently landed change (ziglang/zig#22994), the structure of the
build.zig.zonfile changed. This PR fixes the structure to be compatible with the newest master build and coming 0.14 release.