-
-
Notifications
You must be signed in to change notification settings - Fork 496
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
ast: IdentifierReference's reference_flag is always empty #4512
Comments
I know the reason now. We can only get the immutable |
Agreed, if we are keeping that field, it should be |
Yes! It is better to remove |
I agree that's the better one to remove. It makes more sense for that info to be stored in Annoyingly, removing But still, in my view it's more important that our data structures make logical sense, than that we've optimized every last drop out of them. |
Closed in #5077. |
SemanticBuilder's already resolved reference usage but never doesn't set
reference_flag
for IdentifierReference.Although we can get
reference_flag
byreference_id
, would be great if we could directlyreference_flag
.The text was updated successfully, but these errors were encountered: