CensoredUsername
CensoredUsername
I seem to be unable to reproduce this, what rustc/cargo versions are you on?
Ah I figured out how to reproduce it. If you build it normally first, and then build it with `DOCS_RS=1` it passes, I had to fully clean artifacts inbetween. That...
I completely managed to read over that, oops.
Expanding the macro actually works fine with `DOCS_RS=1`, so it seems like some kind of hygiene issue is at fault here that for some reason only happens when `DOCS_RS=1` is...
The thing that is breaking is the hygiene of the initial argument to the dynasm! macro, which is kind of the point of the entire crate. I could disable its...
I'm unsure of this, it'd be nicer if the actual issue could be resolved instead of adding hacks around more hacks. proc_macro2 behaving differently on a DOCS_RS=1 build is a...
Did anything change on this?
Huh. That is a weird one. So what you're seeing there is that the pickle is trying to do some kind of code injection during unpickling. Python is fine with...
edit: some googling tells me this is likely Innocent Witches. Not the first time seeing that game here. It does some pretty significant engine modifications.
>A weird thing is that nothing in renpy involves a _from_reduce attribute or method so that's weird. It's from the parse_utilities python module that Innocent Witches ships with. >Another strange...