-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Roll back a portion of SE-0110 #10414
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
Roll back a portion of SE-0110 #10414
Conversation
@swift-ci Please test |
Build failed |
(cherry picked from commit 1c9f85f)
As described in: https://lists.swift.org/pipermail/swift-evolution-announce/2017-June/000386.html Specifically allow an N-ary argument function to be passed as an argument in a place where a function of a single N-tuple is expected. Fixes: rdar://problem/32875953 (cherry picked from commit 0ba4a31)
@swift-ci Please test |
Build failed |
Build failed |
Is this going into master as well? |
Already there: 706922d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and thank you for pulling in the examples from my e-mail.
@swift-ci test source compatibility |
1 similar comment
@swift-ci test source compatibility |
As described in:
Specifically allow an N-ary argument function to be passed as an
argument in a place where a function of a single N-tuple is expected.
Fixes: rdar://problem/32875953
(cherry picked from commit 0ba4a31)