• Joined on 2025年12月16日
danilrybakov commented on issue ziglang/zig#32165 2026年05月01日 23:30:22 +02:00
Tuple literals allow for unsafe pointer casting

Update

danilrybakov commented on issue ziglang/zig#32165 2026年05月01日 21:01:30 +02:00
Tuple literals allow for unsafe pointer casting

Additional information

danilrybakov opened issue ziglang/zig#32165 2026年05月01日 21:00:42 +02:00
Tuple literals allow for unsafe pointer casting
danilrybakov commented on issue ziglang/zig#32045 2026年04月26日 03:03:02 +02:00
Remove comptime fields from the language

Perhaps this proposal can be implemented without causing any use cases to become impossible by introducing singleton types.

danilrybakov opened issue ziglang/zig#31942 2026年04月18日 11:03:54 +02:00
std.Io.Dir.realPath returns error.FileNotFound when used on std.Io.Dir.cwd()
danilrybakov commented on issue ziglang/zig#30204 2025年12月16日 14:22:51 +01:00
Self-hosted backend segfaults when using the bit shift operation under particular conditions

A more minimized example that causes a sigfault:

danilrybakov opened issue ziglang/zig#30204 2025年12月16日 13:24:46 +01:00
Self-hosted backend segfaults when using the bit shift operation under particular conditions