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 type variable propagation #257

Merged
merged 2 commits into from
Sep 9, 2022

Conversation

Ladicek
Copy link
Collaborator

@Ladicek Ladicek commented Sep 9, 2022

Fixes #256

The previous code incorrectly modified shared (interned) type arrays.
The right way to do this is to make a copy of the array, propagate type
variables on that copy, and intern the modified array again.
@Ladicek Ladicek added this to the 3.0.1 milestone Sep 9, 2022
@Ladicek Ladicek merged commit 925480b into smallrye:main Sep 9, 2022
@Ladicek Ladicek deleted the fix-type-variable-propagation branch September 9, 2022 14:34
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.

IllegalStateException: Missing in reference table while indexing guava
1 participant