Inconsistent type inference to comptime
This Fails
@round fails from f32 into f64 in compound statement
Not a bug; this is how IEEE floats work.
error: fileNotFound while fetching when zig build
Might be a cache corruption issue; try
vectorize mem.findScalarLast
no_builtin flag isn't always respected.
For reference
remove
@TypeOf and anytype; introduce |T| syntax
If peer type resolution would be supported with
Remove
comptime fields from the language
While I do agree that comptime fields are confusing, the confusion often stems from not knowing why something is present. So i think it would be better to inform users/newcomers as to why they...
Compiler segfaults when using self hosted backend.
Repeated access of null field via pointer is no longer null
Adding to Littleote's response. The reason why assertion fails is because the call to function std.debug.assert overrides the use-after-return value and it is no longer null.
SDL_CreateTray can return null
... without 'avx512f' enabled changes the ABI + FIX