Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better un.rpy file header #215

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

Gouvernathor
Copy link
Contributor

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 CensoredUsername changed the base branch from master to dev April 2, 2024 21:58
@CensoredUsername CensoredUsername merged commit ac1e5a3 into CensoredUsername:dev Apr 2, 2024
1 check passed
@CensoredUsername
Copy link
Owner

Fair enough. Changed it to merge into dev.

@Gouvernathor Gouvernathor deleted the patch-1 branch April 3, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants