-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix several incorrect uses of ApplySite::getArgumentConvention. #18315
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
Conversation
@swift-ci test. |
Build failed |
DARWIN_SIMULATOR failure. |
@swift-ci test OSX Platform |
@swift-ci test OS X Platform. |
At least most of these were latent bugs since the code was unreachable in the PartialApply case. But that's no excuse to misuse the API. Also, whenever referring to an integer index, be explicit about whether it is an applied argument or callee argument.
@swift-ci test. |
Build failed |
Build failed |
@eeckstein please review. |
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.
btw this LGTM
@gottesmm thanks! |
Looks like this regressed |
At least most of these were latent bugs since the code was
unreachable in the PartialApply case. But that's no excuse to misuse
the API.
Also, whenever referring to an integer index, be explicit about
whether it is an applied argument or callee argument.