Skip to content

[5.9] Fix missing indexing data with overloaded type #66898

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

Conversation

keith
Copy link
Member

@keith keith commented Jun 23, 2023

When you have a type that's ambiguous because it's defined in 2 imported modules, but you don't have to disambiguate by using the module name, previously no index references were produced. Now most are for the common case, but notably nested type constructors and generics still aren't emitted, partially because of #65726

Fixes: #64598

(cherry picked from commit e9ff334 / #65729)

When you have a type that's ambiguous because it's defined in 2 imported
modules, but you don't have to disambiguate by using the module name,
previously no index references were produced. Now most are for the
common case, but notably nested type constructors and generics still
aren't emitted, partially because of swiftlang#65726

Fixes: swiftlang#64598

(cherry picked from commit e9ff334 / swiftlang#65729)
@keith keith requested a review from a team as a code owner June 23, 2023 19:41
@keith
Copy link
Member Author

keith commented Jun 23, 2023

@swift-ci please test

@keith
Copy link
Member Author

keith commented Jun 28, 2023

cc @DougGregor 🙏🏻

@DougGregor
Copy link
Member

I’m so sorry, we’ve been trying to narrow down what we’ve been accepting to regressions / crashes / finalizing new features, and this didn’t feel like it met that bar for the initial 5.9. I’d like us to keep the PR open in case we can pick it up in a dot release

Copy link
Member

@DougGregor DougGregor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's re-run tests and we can land this now.

@DougGregor
Copy link
Member

@swift-ci please test

@DougGregor DougGregor merged commit ba7628c into swiftlang:release/5.9 Aug 19, 2023
@keith keith deleted the ks/5.9-fix-missing-indexing-data-with-overloaded-type branch August 19, 2023 05:42
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.

2 participants