-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implement StmtPass #4959
Implement StmtPass #4959
Conversation
This implements StmtPass as `pass`. The snapshot diff is small because pass mainly occurs in bodies and function (#4951) and if/for bodies.
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
@MichaReiser This and the PR above will cause conflicts with #4951. If you want to get better diffs you can merge this first, but otherwise i think this one is easier to rebase |
PR Check ResultsEcosystem✅ ecosystem check detected no changes. BenchmarkLinux
Windows
|
Feel free to merge. I'll just accept all :D |
This implements StmtPass as `pass`. The snapshot diff is small because pass mainly occurs in bodies and function (#4951) and if/for bodies.
This implements StmtPass as
pass
.The snapshot diff is small because pass mainly occurs in bodies of functions (#4951) and if/for/while statements.