Skip to content
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

fix imported identifiers in maps #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

hayes
Copy link
Contributor

@hayes hayes commented Sep 14, 2019

fixes #173

Currently when resolving const values, identifiers are not resolved recursively, so if identifiers nested inside other ast nodes (eg maps) are used, the may not have been transformed correctly, which breaks referencing types in other files in these cases.

@hayes
Copy link
Contributor Author

hayes commented Sep 23, 2019

@kevin-greene-ck could you take a look at this when you have a chance?

@ramakrishna-battala-ck ramakrishna-battala-ck self-assigned this Oct 1, 2019
@niodice
Copy link

niodice commented Jul 20, 2023

cc @kevin-greene-ck (tagging you since you seem to be the most active contributor). Do you think this is something suitable for merging? I am also hitting this issue as a blocker for adopting this package for thrift file compilation.

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.

Can't use enums from other files in map constants
3 participants