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
Now remove the Optional-? for the isFoo field, and Assertion failed at /deps/zig/src/analyze.cpp:605 in get_pointer_to_type_extra2. This is a bug in the Zig compiler.
Same if isFoos signature is given arg names and comptime qualifier. Which aren't needed, judging by how well it all works as expected/intended while I had them optionals.