Pierre Curto
Pierre Curto
I just ran into this and is quite frustrating. Should this package be part of [Andrew's list](https://github.com/ziglang/zig/wiki/Third-Party-Tracking-Issues-(what-is-important-to-other-people%3F)) of real world package uses?
> I haven't figured out exactly what's going on here, but I had the same error message and the following worked for me: > > 1. raylib/build.zig: Replace all `std.build.FileSource.relative(...)`...
I have code that triggers this bug every time (5/5 so far). Any workaround?
> > I have code that triggers this bug every time (5/5 so far). Any workaround? > > If you could share the reproduction steps / code so we can...
Same on `23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:09:52 PDT 2024; root:xnu-10063.121.3~5/RELEASE_X86_64 x86_64` with Zed 0.138.6: Zed wont update the display anymore although if I type and try...
``` zig version 0.13.0-dev.211+6a65561e3 ``` Also getting an error (removing zig-cache/ fixes the issue): ``` thread 19358740 panic: reached unreachable code /Users/pierre/sandbox/zig-macos-x86_64-0.13.0-dev.211+6a65561e3/lib/std/debug.zig:403:14: 0x10d20a52c in assert (build) if (!ok) unreachable; //...
@rohlem thanks a lot, this indeed resolves my issue. Sorry for misidentifying the actual issue.
@rofrol I did not create this issue, but it looked really really close to mine. @TeamPuzel WDYT, can you test with a recent zig version?
The use case I have is simply to be able to test the bindings for a library which is standalone. So I think that keeping it simple to simply include...
I tested by moving too fast, I see the issue now. Will get back to it.