Open slimsag opened 10 months ago
This is the stack trace I get with a debug build of Zig 0.12.0-dev.2063+804cee3b9:
I added a debug print statement right before the call to importFile
, which revealed that the failing import is mach-sysgpu
, which has been commented out of the latest build.zig
in the commit being tested: Autodoc is attempting to import this module and incorrectly asserting its success. This issue has also been reported as https://github.com/ziglang/zig/issues/13512
should be fixed now with the new autodocs system
We had to disable autodoc generation because it segfaults the build after the Zig 2024.1.0-mach update #1135