Skip to content

[5.0][runtime] Register a hook for class name lookup from libobjc (#20650) #20894

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
Dec 5, 2018

Conversation

gparker42
Copy link
Contributor

libobjc needs to look up classes by name. Some Swift classes, such as
instantiated generics and their subclasses, are created only on demand.
Now a by-name lookup from libobjc counts as a demand for those classes.

rdar://problem/27808571

…ng#20650)

libobjc needs to look up classes by name. Some Swift classes, such as
instantiated generics and their subclasses, are created only on demand.
Now a by-name lookup from libobjc counts as a demand for those classes.

rdar://problem/27808571
@gparker42 gparker42 requested a review from a team as a code owner November 30, 2018 01:12
@gparker42
Copy link
Contributor Author

@swift-ci please test

@gparker42
Copy link
Contributor Author

@apple/swift5-branch-managers Not critical for convergence. This change does not affect ABI directly. It fixes a new regression introduced by resilience, and a related long-standing bug.

@bob-wilson bob-wilson merged commit 1bfaa2f into swiftlang:swift-5.0-branch Dec 5, 2018
@gparker42 gparker42 deleted the rdar27808571-5.0 branch December 7, 2018 20:56
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