There is a fix for 0.16.x: https://codeberg.org/ziglang/zig/pulls/31673
Will there be some 0.15.2.x or 0.15.3?
See also here: https://codeberg.org/ziglang/zig/issues/31658
There is a fix for 0.16.x: https://codeberg.org/ziglang/zig/pulls/31673
Will there be some 0.15.2.x or 0.15.3?
See also here: https://codeberg.org/ziglang/zig/issues/31658
I am not a compiler dev, but I doubt there will be a 0.15.3 for this. I could be wrong. They are focused on 0.16 right now.
I would guess that this latest update probably breaks 0.14 and most of the previous ones as well.
I can confirm that it broke 0.14 and that that evander’s comment yesterday from https://codeberg.org/ziglang/zig/issues/31658 corrected it.
I backported the fix from 0.16.x to 0.15.2 and got it added to the zig package in Homebrew, so if you’re using zig from there, it should already be fixed. If not, you can grab the Dylib.zig patch from the bottom of https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/z/zig.rb
Thank you!
What a nice first contribution to the community, well done ![]()
Thanks, although I’ll have to admit that it was somewhat selfish, since I needed it myself. ![]()