Skip to content

Fix cast that is disallowed by SE-0054. #1300

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
Nov 6, 2017
Merged

Fix cast that is disallowed by SE-0054. #1300

merged 1 commit into from
Nov 6, 2017

Conversation

rudkx
Copy link
Contributor

@rudkx rudkx commented Nov 6, 2017

SE-0054 (Abolish ImplicitlyUnwrappedOptionalType) substantially reduced
the number of places that '!' can be used, but the implementation missed
certain cases like this one. That implementation is being overhauled to
catch all the illegal cases.

SE-0054 (Abolish ImplicitlyUnwrappedOptionalType) substantially reduced
the number of places that '!' can be used, but the implementation missed
certain cases like this one. That implementation is being overhauled to
catch all the illegal cases.
@rudkx
Copy link
Contributor Author

rudkx commented Nov 6, 2017

@swift-ci Please test Linux platform

@rudkx rudkx merged commit 3a74bac into swiftlang:master Nov 6, 2017
@rudkx rudkx deleted the fix-iuo-cast branch November 6, 2017 21:49
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