• Joined on 2026年01月10日
ItsMeSamey commented on issue ziglang/zig#36115 2026年07月10日 15:12:08 +02:00
Inconsistent type inference to comptime

This Fails

ItsMeSamey commented on issue ziglang/zig#36116 2026年07月10日 14:48:55 +02:00
@round fails from f32 into f64 in compound statement

Not a bug; this is how IEEE floats work.

ItsMeSamey commented on issue ziglang/zig#36122 2026年07月10日 14:35:22 +02:00
error: fileNotFound while fetching when zig build

Might be a cache corruption issue; try

ItsMeSamey opened issue ziglang/zig#36124 2026年07月10日 14:14:11 +02:00
vectorize mem.findScalarLast
ItsMeSamey commented on issue ziglang/zig#32125 2026年07月04日 08:52:48 +02:00
no_builtin flag isn't always respected.

For reference

ItsMeSamey commented on issue ziglang/zig#32099 2026年05月07日 09:29:41 +02:00
remove @TypeOf and anytype; introduce |T| syntax

If peer type resolution would be supported with

ItsMeSamey commented on issue ziglang/zig#32045 2026年04月24日 05:49:29 +02:00
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...

ItsMeSamey opened issue ziglang/zig#31979 2026年04月20日 11:28:05 +02:00
Compiler segfaults when using self hosted backend.
ItsMeSamey commented on issue ziglang/zig#30985 2026年01月24日 11:52:41 +01:00
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.

ItsMeSamey opened issue 7Games/zig-sdl3#163 2026年01月22日 03:35:47 +01:00
SDL_CreateTray can return null
ItsMeSamey opened issue ziglang/zig#30907 2026年01月21日 05:11:02 +01:00
... without 'avx512f' enabled changes the ABI + FIX