-
-
Notifications
You must be signed in to change notification settings - Fork 456
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
Enter node before scope for all types in semantic #4276
Labels
C-bug
Category - Bug
Comments
@Dunqing Do you think this would break anything? |
Fixed in #4347. |
overlookmotel
pushed a commit
that referenced
this issue
Jul 18, 2024
This was referenced Aug 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We recently changed
Visit
to callenter_node
beforeenter_scope
(#4203).This change is mostly also reflected in
SemanticBuilder
'sVisit
method overrides, but a few still haveenter_scope
beforeenter_node
. These are:visit_for_statement
visit_for_in_statement
visit_for_of_statement
We should alter them to align with
Visit
's default behavior, to avoid surprise.The text was updated successfully, but these errors were encountered: