Skip to content

[closure-specializer] Fix closure argument index computation #10010

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

Conversation

swiftix
Copy link
Contributor

@swiftix swiftix commented May 31, 2017

Add a test to check that closure specialization can handle cases where the full closure type may have unsupported address type arguments (e.g. @in or @out), but the partial_apply has only supported address type arguments, i.e. @inout or @inout_aliasable.

Add a test to check that closure specialization can handle cases where the full closure type may have unsupported address type arguments (e.g. @in or @out), but the partial_apply has only supported address type arguments, i.e. @inout or @inout_aliasable.
@swiftix swiftix force-pushed the closure-specializer-improvements3 branch from 0e4549a to 4f57305 Compare May 31, 2017 22:18
@swiftix
Copy link
Contributor Author

swiftix commented May 31, 2017

@swift-ci please smoke test and merge

@swift-ci swift-ci merged commit 169ffae into swiftlang:master May 31, 2017
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