Skip to content

[ClangImporter] swift_wrapper: transfer inherited synthesized protos #14254

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
Jan 30, 2018

Conversation

jrose-apple
Copy link
Contributor

@jrose-apple jrose-apple commented Jan 30, 2018

That is, if the wrapped type conforms to special known protocol X via synthesized conformance to protocol Y which inherits from X, the wrapper should conform to X as well. A missed spot in 20d834c.

SR-6842 / rdar://problem/36591294

That is, if the wrapped type conforms to special known protocol X via
synthesized conformance to protocol Y which inherits from X, the
wrapper should conform to X as well.

https://bugs.swift.org/browse/SR-6842
@jrose-apple
Copy link
Contributor Author

@swift-ci Please test

@rjmccall
Copy link
Contributor

LGTM.

@jrose-apple jrose-apple merged commit 75dcf27 into swiftlang:master Jan 30, 2018
@jrose-apple jrose-apple deleted the synth-base branch January 30, 2018 16:48
jrose-apple added a commit to jrose-apple/swift that referenced this pull request Jan 30, 2018
…wiftlang#14254)

That is, if the wrapped type conforms to special known protocol X via
synthesized conformance to protocol Y which inherits from X, the
wrapper should conform to X as well.

https://bugs.swift.org/browse/SR-6842
jrose-apple added a commit to jrose-apple/swift that referenced this pull request Jan 30, 2018
…wiftlang#14254)

That is, if the wrapped type conforms to special known protocol X via
synthesized conformance to protocol Y which inherits from X, the
wrapper should conform to X as well.

https://bugs.swift.org/browse/SR-6842
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