Veikka Tuominen

Results 363 comments of Veikka Tuominen

Could you also give a quick reasoning as to why you want to do so? (Maybe as a comment in the code?)

``` +- test-fmt +- zig fmt --check failure error: /home/ci/actions-runner1/_work/zig/zig/lib/std/builtin.zig: non-conforming formatting ``` You need to fix the formatting.

> unless it's acceptable the skip the tests on wasm. It is.

`a orelse b orelse 0` is parsed as `(a orelse b) orelse 0` you want `a orelse (b orelse 0)`, #15108 proposes changing that.

Wouldn't hurt to also add this for at least stderr.

> It also breaks something that works fine on non-Windows targets. The errors are in Windows only branches.

Did you update the bootstrap wasm blob as well?

Can you try clearing the global cache?

I get an assertion failure on a debug build: ``` thread 5264 panic: reached unreachable code Analyzing a.zig: a.zig:test_0 %3 = dbg_block_begin() %4 = dbg_stmt(2, 5) %5 = extended(struct_decl(dbg_var, Auto,...