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
causes : when analyzing C:\dev\src\test.zig:5:30: assertion failed. This is a bug in the Zig compiler. Unable to dump stack trace: debug info stripped
While I do expect the compilation to fail, I do not expect the compiler to crash.
As an aside, are there plans or an active attempt to output the conditions under which assertions fail to provide clearer feedback? Providing the condition which failed would go a long way in clarifying the exact error.
The text was updated successfully, but these errors were encountered:
andrewrk
added
bug
Observed behavior contradicts documented or intended behavior
stage1
The process of building from source via WebAssembly and the C backend.
labels
Oct 14, 2019
Uh oh!
There was an error while loading. Please reload this page.
usingnamespace @import("std").os.window;
instead of
usingnamespace @import("std").os.windows;
causes :
when analyzing C:\dev\src\test.zig:5:30: assertion failed. This is a bug in the Zig compiler. Unable to dump stack trace: debug info stripped
While I do expect the compilation to fail, I do not expect the compiler to crash.
As an aside, are there plans or an active attempt to output the conditions under which assertions fail to provide clearer feedback? Providing the condition which failed would go a long way in clarifying the exact error.
The text was updated successfully, but these errors were encountered: