- Boise, ID
- https://marler8997.github.io
-
Joined on
2025年02月22日
Just ran into this one myself. The common pathway to hit this is to build from two different directories that share a dependency. So all you need to do is clone a zig 0.16.0 project that has at...
libzigc/math: Implement rintl, lrintl (#31791)
libzigc/math: Implement rintl, lrintl (#31791)
bit_set variants and deprecate the managed one.
libzigc/math: Implement rintl, lrintl (#31791)
bit_set variants and deprecate the managed one.
zig fetch
Can't promise anything but I've been doing my best to stay on top of the active PR queue lately.
zig fetch
I'm willing to do that if Andrew or a maintainer want the change. Last time I made the change in November, got feedback in February, made changes, then nothing. I hade to make a decision on the...
I wasn't able to produce a LOCAL_DISCONNECT error on my machine given the issue's repro.zig, I think they might have posted the wrong code as I also needed to fix a few things to get it to compile.
Few problems. I couldn't compile repro.zig with 0.16.0, I had to add ".mode = .stream" in a couple places and them change readAll to readSliceAll. With that, I got the unexpected connection_r...