Skip to content

Move visit_var to NodeVisitor (from StatementVisitor) #6547

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

Merged
merged 1 commit into from
Mar 14, 2019
Merged

Conversation

msullivan
Copy link
Collaborator

This regularizes things some, since Var is not a Statement but is a
Node. There is still a bunch of jankiness, since a lot of other
non-Statement SymbolNodes are still missing visit methods.

This regularizes things some, since Var is not a Statement but is a
Node.  There is still a bunch of jankiness, since a lot of other
non-Statement SymbolNodes are still missing visit methods.
@msullivan msullivan requested a review from ilevkivskyi March 14, 2019 22:31
Copy link
Member

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM.

@msullivan msullivan merged commit 58debfa into master Mar 14, 2019
@msullivan msullivan deleted the visit-var branch March 14, 2019 22:53
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