CensoredUsername / unrpyc

A ren'py script decompiler
Other
859 stars 156 forks source link

Better un.rpy file header #215

Closed Gouvernathor closed 6 months ago

Gouvernathor commented 6 months ago

This is nitpicking. The init python early syntax is redundent because it wraps the early AST node inside an init AST node for no reason : whatever it's wrapped in, the early node is executed when the file gets parsed. And it is contradictory to state that your code executes both at early/parse time and at init time, which are two very different times !

Also avoids an ugly starting linebreak.

CensoredUsername commented 6 months ago

Fair enough. Changed it to merge into dev.