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
Calling type_has_bits instead of type_has_bits2 makes the compiler crash
and burn if one of the two types passed in are not resolved yet.
Closesziglang#4357
andrewrk
added
bug
Observed behavior contradicts documented or intended behavior
stage1
The process of building from source via WebAssembly and the C backend.
labels
Feb 10, 2020
And fix most of the fallout. This also makes optional pointers not
require resolving zero bits, because the comptime value struct layout no
longer depends on whether the type has zero bits.
Thanks to @LemonBoy for the behavior test case
Closesziglang#4357Closesziglang#4359
This may be a duplicate of #4246 (or just similar) but I ran int an error when trying to use SDL audio ala:
Hopefully this is minimized enough. Of course, I am just working around the problem with the explicit
cast, as per the comment in the code.
Thanks
The text was updated successfully, but these errors were encountered: