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

reland: Fix RelBase indexing with composite types #65550

Conversation

keith
Copy link
Member

@keith keith commented May 1, 2023

This removes the visitDeclReference changes from the first change. This means that nested typealiases are no longer expanded in the index as references, except in the case they are inherited from a type. This also adds a test covering the crash that snuck through

This reverts commit 5e2c7a9.

@keith keith requested a review from bnbarham as a code owner May 1, 2023 21:03
@keith
Copy link
Member Author

keith commented May 1, 2023

@swift-ci please test

@keith keith force-pushed the ks/reland-fix-relbase-indexing-with-composite-types branch from e395efb to f0629bd Compare May 1, 2023 21:18
@keith
Copy link
Member Author

keith commented May 1, 2023

@swift-ci please test

@keith
Copy link
Member Author

keith commented May 2, 2023

@swift-ci please test macOS Platform

@keith keith merged commit 6c2ccb4 into swiftlang:main May 3, 2023
@keith keith deleted the ks/reland-fix-relbase-indexing-with-composite-types branch May 3, 2023 00:01
keith added a commit to keith/swift that referenced this pull request May 3, 2023
Previously the index data differed when using `Foo, Bar` vs `Foo & Bar`.

Fixes swiftlang#56255

(cherry picked from commit 6c2ccb4)
keith added a commit that referenced this pull request May 30, 2023
Previously the index data differed when using `Foo, Bar` vs `Foo & Bar`.

Fixes #56255

(cherry picked from commit 6c2ccb4)
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.

[SR-13857] indexstore missing references for superclass / protocol when using composition
2 participants