-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[4.2] IRGen: Add nil checks to scalarCheckedCasts #15789
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
[4.2] IRGen: Add nil checks to scalarCheckedCasts #15789
Conversation
We claim to handle optional input types but not all paths of this function actually do. rdar://39195672 (cherry picked from swiftlang#15772)
@swift-ci Please test |
Build failed |
Build failed |
@shahmishal Howdy, pretty please |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci Please smoke test macos |
@swift-ci Please smoke test |
The linux error is certainly unrelated. Merging.
|
@shahmishal Thanks for setting up the bot! |
We claim to handle optional input types but not all paths of this function
actually do.
rdar://39195672
(cherry picked from #15772)