Jesse Ruderman
Jesse Ruderman
Here's a variant of the testcase that is very similar to what gen-asm.js can create, and still triggers the bug. In particular, the array views are created in a closure,...
jsfunfuzz has become slightly more complex than I can reason about :/ Things that MIGHT help uncover this kind of bug: - Generate `for (let i = 0; i <...
These are the signatures I'm using for now: - https://fuzzmanager.fuzzing.mozilla.org/crashmanager/signatures/2362/ - https://fuzzmanager.fuzzing.mozilla.org/crashmanager/signatures/2363/
How does the compiler determine that this sort of optimization [should be done for Option](https://doc.rust-lang.org/std/option/index.html#representation)?
There's an automation called [Glacier](https://github.com/rust-lang/glacier) to notice when ICE bugs are unexpectedly fixed.
It's one thing to close years-old bugs that will clearly never become actionable. A [needs-mcve issue](https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+label%3AE-needs-mcve) only provides 10 lines from a secretive company's internal tool, the reporter has retired,...
With these changes, I get a crash on startup in `hr::geometry_information::generate_floorshapes`: * [crash log with address sanitizer](https://github.com/zenorogue/hyperrogue/files/6806572/q1-asan.txt) (probably more useful) * [crash log without address sanitizer](https://github.com/zenorogue/hyperrogue/files/6806571/q.txt) (16ee53e5f29953986dbe61e557db4d40c53d12ad; Apple Clang on...
To reproduce from the command line: `./hyper -f -geo 4x7 -gp 1 0 -W Hunt` I got a message "barrier nowall!" when this happened.
Maybe the Dry Forest should be on both lists? Getting Dragon'd in the Dry Forest is a dangerous surprise, but having a Fire Fairy follow you into Yendorian Forest is...
Could these symmetric checks (crossroads/elemental) be moved from incompatible1() to incompatible()?