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
Will this fix make it to 0.10.2?
I'm asking because this issue seems to be a blocker to getting zig 10 available on nix for darwin. Being able to use zig through nix is really convenient for roc contributors and also essential for when we want to release roc on nix.
@winterqt Oh shoot, yeah. I was meant to do that a while back but my attention got diverted by other work. I will work on a patch for Nix shortly.
@Anton-4 There will not be a 0.10.2 patch release, and the changes will make it into 0.11.0. However, I will try to come up with a patch with @winterqt specifically for Nix in the meantime.
A user on IRC reported the following stack trace against zig 0.10.1:
I examined the corresponding master branch code, and it looks to me like the problem is still there:
zig/src/link/MachO/Object.zig
Line 147 in 289e8fa
Note that this field is marked
align(1)
, so the alignment cast is completely unnecessary:zig/src/link/MachO/Object.zig
Line 38 in 289e8fa
cc @kubkon
The text was updated successfully, but these errors were encountered: