Ryan Liptak
Ryan Liptak
This looks like a nice bug fix, but, unfortunately, this does not fix #24944 (see https://github.com/ziglang/zig/issues/24944#issuecomment-3368869038)
The fix was included as part of https://github.com/ziglang/zig/pull/25981 Would you mind rebasing and just including the new test cases?
`x86-windows` has known miscompilations since the LLVM 18 upgrade: #20047
Note that fuzz testing benefits a lot from starting with an input corpus of short, unique, and relevant inputs: https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_in_depth.md#2-preparing-the-fuzzing-campaign So Zig will likely want to have a way to...
> The fuzz tests in `zig test` mode would still run but would only do 1 iteration each, with (probably useless) random input. Perfect for writing the fuzz test before...
> Instead of specifying a corpus in Zig code, what about providing it to the test/build runner on the CLI? Depends what the intended use cases are. From the OP,...
What version of Minecraft? What mod loader? What other mods do you have installed?
Likely caused by Raised. If you remove Raised, does it fix it?
No plans for this currently. I suggest using [NeoForge](https://neoforged.net/) instead of Forge for Minecraft 1.21+. See [here](https://neoforged.net/news/theproject/) for reasons I prefer NeoForge to Forge. My hope is that most mods...
See the existing logic for Linux: https://github.com/luvit/luv/blob/2d213905acabefec9d9c00c93a69a741eedd69ab/tests/test-udp.lua#L246-L255 Wouldn't surprise me if it was something similar.