Veikka Tuominen
Veikka Tuominen
Still missing cases: ```c void foo(void) { const struct { struct { int a; } a; } a = {1}; a.a.a = 2; } ``` ```c int const* foo(void); void...
Thanks!
Regressed in 1eaeb4a0a838a783d2060f4e5b3b26b483b26009 @mlugg
Can you give updated reproduction steps? ```sh-session $ zig-dev version 0.14.0-dev.2367+aa7d13846 $ mkdir abc $ touch test.zig $ zig-dev test test.zig --zig-lib-dir abc error: sub-compilation of compiler_rt failed note: unable...
Using `@constCast` here is the bug, `const read = try reader.read(@constCast(&line));` missing from the stack trace is #19407
I'm guessing there is precedence for extensions downloading additional binaries unprompted when installed so I guess that is fine especially since it is from the official source. As long as...
Duplicate of #20365
> does this mean we are not allowed to use tab in multi line string? Yes, see https://github.com/ziglang/zig-spec/issues/38 for details.
Duplicate of #20095
I'd expect it to be caused by the same issue but we can keep this open too.