CensoredUsername
CensoredUsername
Unrpyc is rather bound to python due to ren'py leaning heavily into python itself. Perhaps you could try to use Jython with it?
I'm not really sure about the second one. It being a command line option is fine, but having it be auto detected is a problem as it breaks forward compatability,...
While it's rarely used in practice, upgrading the engine of an already released game is still something that ren'py tries to support. I'm less concerned about line-number accuracy (it's nice...
Unrelatedly though, long time no see, nice to see you active again ;)
>They do? Isn't the response at renpy/renpy#1860 itself evidence that they don't? That's a problem with upgrading the engine as developer with *.rpy files present. Upgrading when *.rpyc files are...
Interesting. I don't really have time to look at it right now, but if you could upload the files somewhere it'd be greatly appreciated when I'll have the time.
Thanks for the pull request! Only comment: the exit code issue can probably be implemented cleaner using main return types ([https://doc.rust-lang.org/edition-guide/rust-2018/error-handling-and-panics/question-mark-in-main-and-tests.html](https://doc.rust-lang.org/edition-guide/rust-2018/error-handling-and-panics/question-mark-in-main-and-tests.html)) that were introduced in 1.26.
It wouldn't necessarily have to be a new type of label, it'd be possible to guarantee that local labels in a single block always get determined at compile time. It'll...
Idea: it wouldn't be hard to just special case strings of length 1 to just be array lookups instead. Make those bypass the internal hashmaps, if recent changes do not...
Whoops, I definitely should've done an editing pass over that. Thanks for the notes.