-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Compile Time Constant Extraction] Deprecated extraction of property mangled names #67658
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
[Compile Time Constant Extraction] Deprecated extraction of property mangled names #67658
Conversation
@swift-ci 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.
Good idea to keep it simple👍.
…mangled names. It can often be more complex than the code can currently handle (e.g. properties whose types include archetypes), and we do not have a good motivating use-case to extract them. Resolves rdar://113039215
9446df7
to
0ea41ef
Compare
@swift-ci test and merge |
@swift-ci test Linux platform |
@swift-ci test Windows platform |
@swift-ci test Linux platform |
@swift-ci test Windows platform |
@swift-ci test Linux platform |
@swift-ci test Windows platform |
@swift-ci test Linux platform |
1 similar comment
@swift-ci test Linux platform |
It can often be more complex than the code can currently handle (e.g. properties whose types include archetypes), and we do not have a good motivating use-case to extract them.
Resolves rdar://113039215