Skip to content

[IDE] Skip walking serialized non-visible extension decls #59024

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

Merged
merged 1 commit into from
May 24, 2022

Conversation

bnbarham
Copy link
Contributor

fec7a0b skipped all non-visible
ValueDecls but missed ExtensionDecls, which have the same issue.
Make sure to skip these too.

Resolves rdar://91279771.

@bnbarham bnbarham requested a review from xymus May 23, 2022 17:33
@bnbarham
Copy link
Contributor Author

@swift-ci please test

fec7a0b skipped all non-visible
`ValueDecls` but missed `ExtensionDecls`, which have the same issue.
Make sure to skip these too.

Resolves rdar://91279771.
@bnbarham bnbarham force-pushed the index-skip-internal-extensions branch from 523c570 to 4a4dded Compare May 23, 2022 18:40
@bnbarham
Copy link
Contributor Author

@swift-ci please test

@bnbarham bnbarham merged commit d559e09 into swiftlang:main May 24, 2022
@bnbarham bnbarham deleted the index-skip-internal-extensions branch May 24, 2022 00:54
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