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

Skip importing the same class twice -- re-mastered #1770

Merged
merged 2 commits into from
Dec 24, 2024

Conversation

gbrail
Copy link
Collaborator

@gbrail gbrail commented Dec 23, 2024

Pull in changes made in #1676 and make them
work with shared scopes the way that shared scopes are supposed to work.

Addresses the issue found in #1463.

That's an issue with many aspects, and this may not address all of them, but it
does fix the basic regression.

rPraml and others added 2 commits December 23, 2024 12:02
Change logic for duplicate Java imports so that it is not necessarily
an error when the same class is imported multiple times, but instead
we silently return the same class without re-importing.
@gbrail gbrail added this to the Release 1.8.0 milestone Dec 23, 2024
@gbrail gbrail merged commit 122fae0 into mozilla:master Dec 24, 2024
3 checks passed
@gbrail gbrail deleted the dupe-import branch December 24, 2024 18:29
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.

3 participants