-
Notifications
You must be signed in to change notification settings - Fork 5
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
Autoformat/spacevisitor #96
base: main
Are you sure you want to change the base?
Conversation
f80f344
to
5af2396
Compare
) | ||
return a | ||
|
||
def visit_assignment(self, assignment: Assignment, p: P) -> J: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For chained assignments I had to add a new Py.ChainedAssignment
LST type, so you will here have to also override visit_chained_assignment()
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed now.
What's changed?
Added progress on space visitor. Based on
What's your motivation?
Anything in particular you'd like reviewers to focus on?
Anyone you would like to review specifically?
Have you considered any alternatives or workarounds?
Any additional context
Checklist