xdBronch

Results 84 comments of xdBronch

unless im misunderstanding, this only covers float -> int right? `std.math.lossyCast` does more than that

i dont think its planned to support any kind of json extensions, see https://github.com/ziglang/zig/issues/17684

i think this looks like https://github.com/ziglang/zig/issues/12325

this isnt about passing it manually, `--listen=-` is passed by the build system so `--test-cmd` (or more like the build system equivalent) does nothing

btw i have run into this problem as well. i was trying to teach someone how you could debug zig tests and `--test-cmd` with gdb worked great but when i...

I see the 1.0.0 milestone for this, is it meant to be a blocker for 1.0? or simply the goal

doing that would be an additional dependency without the ease of zigs cross compilation

Another thing that I don't think has been mentioned/considered yet, if this proposal were to go through, and that were to happen around or after the time that 1.0 is...

the panic continuing deeper into the stdlib code was just fixed by #19622. not sure what exactly andrew was referring to with this issue but it still does show stuff...

on top of being unpleasant in general ive also had times where the current build output causes problems when running `zig build run` on a project that prints. sometimes it...