Jacob G-W

Results 26 comments of Jacob G-W

My first guess is https://github.com/ziglang/zig/pull/8390

You have to redirect stderr to a "dumb" terminal. You can do this by: `zig test detect_test.zig 2>&1 | less`. The website uses a "dumb" terminal to do this, so...

Thanks @Vexu for keeping up with this!

Yes, I saw that. I am not sure why they are failing because I didn't change anything in codegen relating to branches and cannot repro this on a personal computer....

Funnily enough, I get this on master also when doing `zig build test-compare`: https://paste.rs/m0G And this is without the Plan9 test case in there. I couldn't repro this with build-exe.

Sure, but I don't know if I will have anything to say in the release notes. If the CI bug on this PR gets resolved, then I will have something...

Blocking on #13231 Which I believe is the same bug as the one on the CI here.

Thank you so much @kubkon . I'll try to apply those changes as soon as possible. I'll also take a look if rebasing fixes #13231 and close it if necessary