Skip to content

Serialization: Bring back shadowing but only after the filtering #80550

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
Apr 8, 2025

Conversation

xymus
Copy link
Contributor

@xymus xymus commented Apr 4, 2025

Followup fix to #80009. We can still get ambiguities from colliding decls across modules with the deserialization filtering. Bring back calling the general lookup shadowing after the filtering. This way it won't use filtered out decls to hide potential candidates.

rdar://148286345

Followup fix to swiftlang#80009. We can still get ambiguities from colliding
decls across modules with the deserialization filtering. Bring back
calling the general lookup shadowing after the filtering. This way it
won't use filtered out decls to hide potential candidates.

rdar://148286345
@xymus
Copy link
Contributor Author

xymus commented Apr 4, 2025

@swift-ci Please smoke test

@xymus
Copy link
Contributor Author

xymus commented Apr 7, 2025

@swift-ci Please smoke test Windows

@xymus xymus requested review from artemcm and tshortli April 7, 2025 17:48
@xymus
Copy link
Contributor Author

xymus commented Apr 7, 2025

@swift-ci Please smoke test Linux

@xymus
Copy link
Contributor Author

xymus commented Apr 7, 2025

@swift-ci Please smoke test Windows

@xymus xymus merged commit 52ebd4a into swiftlang:main Apr 8, 2025
3 checks passed
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