Skip to content

Make ImplicitlyUnwrappedOptional<T> an unavailable typealias. #14364

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
Feb 3, 2018
Merged

Make ImplicitlyUnwrappedOptional<T> an unavailable typealias. #14364

merged 1 commit into from
Feb 3, 2018

Conversation

rudkx
Copy link
Contributor

@rudkx rudkx commented Feb 2, 2018

Also remove the decl from the known decls and remove a
bunch of code referencing that decl as well as a bunch of other
random things including deserialization support.

This includes removing some specialized diagnostics code that
matched the identifier ImplicitlyUnwrappedOptional, and tweaking
diagnostics for various modes and various issues.

Fixes most of rdar://problem/37121121, among other things.

Also remove the decl from the known decls and remove a
bunch of code referencing that decl as well as a bunch of other
random things including deserialization support.

This includes removing some specialized diagnostics code that
matched the identifier ImplicitlyUnwrappedOptional, and tweaking
diagnostics for various modes and various issues.

Fixes most of rdar://problem/37121121, among other things.
@rudkx
Copy link
Contributor Author

rudkx commented Feb 2, 2018

@swift-ci Please smoke test

@rudkx
Copy link
Contributor Author

rudkx commented Feb 2, 2018

Ahh, LLDB.

@vedantk
Copy link
Contributor

vedantk commented Feb 2, 2018

@rudkx The lldb/stable branch is in bad shape at the moment. We also recently enabled gated commits to the stable branch...

I'll talk to some folks about changing the lldb bot configuration. If we run the same subset of lldb tests run during smoke testing, you should be able to merge your lldb change.

@vedantk
Copy link
Contributor

vedantk commented Feb 2, 2018

(See rdar://37034568 for context on why the stable branch is in bad health -- we're working on it.)

@vedantk
Copy link
Contributor

vedantk commented Feb 3, 2018

@swift-ci Please smoke test

@rudkx rudkx merged commit 393eae2 into swiftlang:master Feb 3, 2018
@rudkx rudkx deleted the typealias-for-iuo branch February 3, 2018 01:47
adrian-prantl pushed a commit to apple/swift-lldb that referenced this pull request Feb 10, 2018
As of swiftlang/swift#14299, we should effectively
no longer see this decl since we no longer generate IUO types.

A follow-on PR actually removes this API completely:
  swiftlang/swift#14364
adrian-prantl pushed a commit to apple/swift-lldb that referenced this pull request Feb 10, 2018
As of swiftlang/swift#14299, we should effectively
no longer see this decl since we no longer generate IUO types.

A follow-on PR actually removes this API completely:
  swiftlang/swift#14364

(cherry picked from commit 9fac2e9)
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