Michael Lamparski
Michael Lamparski
Probably, yes. There is a bit of ambiguity though: Enum variants have fields themselves, so `LabelledGeneric` on enums could be interpreted in a couple of ways: 1. (Field option) Produces...
Rust's `unsafe` keyword is not so much about memory safety as it is about Undefined Behavior, and I feel that this usage of the term cheapens its meaning. I hope...
Hi, has any progress been made/is there anywhere to track progress on the [task list linked by amnotbananaama](https://discord.com/channels/602796788608401408/908399790839177216/915777405220696154)? (or any other related efforts to help merge this into upstream?)
My rewrite is more or less complete (in some prototypical form), and allows for super fast resizing. I am a bit weary right now to make a repository for it...
What's holding this PR back?
Also, just a random note, EoSD instructions are different from games after it (but that could be fixed later). EoSD signatures: (`_` means unused, could just put `S`): ``` 0...
So I tried this commit. (had to rebase it onto `thanm-new-spec-format` to fix WSL compilation issues) Seems to decompile and recompile IN fine. The output is not bit-for-bit identical to...
Found this repository which has decent map files for Touhou 11 to 17: https://github.com/Priw8/eclmap
I don't get it, what is the use case of having a square root function on a rational that does approximations?
But as already noted in the discussion, there are many problems with this: * The problem is ill specified; rationals are not closed under the square root operation * Nor...