Skip to content

[SE-0066] Adapt to new function type syntax #104

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

modocache
Copy link
Contributor

@modocache modocache commented May 7, 2016

SE-0066, which standardizes the function type argument syntax to require parentheses, was landed in Swift master as of swiftlang/swift@3d2b5bc. The change results in warnings when compiling XCTest and its test suite. Enclose the function types in parentheses to fix the warning.

SE-0066, which standardizes the function type argument syntax to
require parentheses, was landed in Swift master as of swiftlang/swift@3d2b5bc.
The change results in warnings when compiling XCTest and its test suite.
Enclose the function types in parentheses to fix the warning.
@modocache
Copy link
Contributor Author

@swift-ci please test

@modocache modocache merged commit d06b865 into swiftlang:master May 7, 2016
@modocache modocache deleted the se-0066-standardize-function-syntax branch May 7, 2016 13:53
@briancroom
Copy link
Contributor

Great! Thanks @modocache.

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