dan

Results 7 comments of dan

@jcmoyer first reported the bug in https://github.com/ziglang/zig/pull/13145#issuecomment-1280035023, and some discussion happened there. as mentioned in the pr, we could change this part of the code back to using `std.process.getEnvVarOwned`, but...

seems like the `native_info` parameter isn't comptime known. should we instead use `builtin.target.os.tag`?

fixed in https://github.com/ziglang/zig/pull/13036/commits/c7772dd69455f6abf0ff2594f8b049acb078c921

i use windows at work and use linux at home. the only thing i miss on windows is remedybg. really wish we could have this available on linux. i would...