Alex Knauth
Alex Knauth
For a predicate saying "is this line commented out?", should it be `(list 'line ";" "; ")` to produce `;; ` line comments?
I've built the dll, but I won't have time to actually go through P4 with it to test this for a few more days
After testing it in P4, it looks like this did not work. I had a livesplit file that had "Pure Vessel" and then the end labeled "Hollow Knight". When I...
I found a problem while testing the code in my comment above that might be relevant for another issue with ending splits: when I tried `(nextScene == "GG_End_Sequence" && !sceneName.StartsWith("GG_Hollow_Knight")...
So of the ~3~ 4 ways to do Godhome Ending I've tested ~2~ 3 of them: - [x] Normal mode, P5, Normal Embrace the Void with no flower (`Cinematic_Ending_D`) -...
After testing P5 a second time in the same godseeker file, that still goes to `Cinematic_Ending_D`, and ends there. I don't see any situation where it should end on `GG_End_Sequence`,...
It’s the first version with the scope-set macro expander, so it’s what I use to compare weird macros.
6.3 vs 6.2.1 I mean
Is the `-doc` package necessary or can that code just be put in the main `point-free` package?
Another way that refactoring rules can produce broken code is if the output includes function that are re-defined in the scope around it. For example: ```racket #lang racket/base (define (and...