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

feat: add support for recursive constant resolving. #2

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

abeaumont
Copy link
Contributor

  • Differentiate explicitly between resolved and unresolved constants.
  • Recursively resolve constant in type fields.
  • Prune constant resolving recursion if already resolved.
  • Handle some errors that were being ignored.
  • Stop considering unknown constant pool references an errors, as they
    may be used to indicate null values.

- Differentiate explicitly between resolved and unresolved constants.
- Recursively resolve constant in type fields.
- Prune constant resolving recursion if already resolved.
- Handle some errors that were being ignored.
- Stop considering unknown constant pool references an errors, as they
  may be used to indicate null values.
@abeaumont abeaumont self-assigned this Mar 14, 2022
@abeaumont abeaumont merged commit be0619d into main Mar 14, 2022
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.

None yet

1 participant