-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SILSymbolVisitor] Skip internal nominal type decls #65175
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
base: main
Are you sure you want to change the base?
[SILSymbolVisitor] Skip internal nominal type decls #65175
Conversation
`SILSymbolVisitor` crashes with deserialization failures with opaque type in internal modules when adding conformances to public protocols. Resolves rdar://107672461
Actually this is superseded by #64991 where the deserialization was fixed. The test failed earlier without the |
Yep. #64991 fixed it 🎉 |
Re-opening for planning reasons |
@swift-ci Please smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good!
@swift-ci Please smoke test |
1 similar comment
@swift-ci Please smoke test |
@swift-ci Please smoke test |
1 similar comment
@swift-ci Please smoke test |
@zixu-w Do you plan on merging this? I think it's still a worthwhile change on its own even if we avoided last crash in a different way. |
@swift-ci Please smoke test |
SILSymbolVisitor
crashes with deserialization failures with opaque type in internal modules when adding conformances to public protocols.Resolves rdar://107672461