Skip to content

[WIP] SE-0066: Standardize Function Type Syntax #2433

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

Closed
wants to merge 2 commits into from

Conversation

harlanhaskins
Copy link
Contributor

@harlanhaskins harlanhaskins commented May 6, 2016

What's in this pull request?

Implements SE-0066: Standardize Function Type Syntax

Still needs test and stdlib migration.

Resolved bug number: (SR-1434)


Before merging this pull request to apple/swift repository:

  • Test pull request on Swift continuous integration.

Triggering Swift CI

The swift-ci is triggered by writing a comment on this PR addressed to the GitHub user @swift-ci. Different tests will run depending on the specific comment that you use. The currently available comments are:

Smoke Testing

Platform Comment
All supported platforms @swift-ci Please smoke test
OS X platform @swift-ci Please smoke test OS X platform
Linux platform @swift-ci Please smoke test Linux platform

Validation Testing

Platform Comment
All supported platforms @swift-ci Please test
OS X platform @swift-ci Please test OS X platform
Linux platform @swift-ci Please test Linux platform

Note: Only members of the Apple organization can trigger swift-ci.

@harlanhaskins
Copy link
Contributor Author

Let's see how many tests fail!

@harlanhaskins
Copy link
Contributor Author

@swift-ci Please test

@lattner
Copy link
Contributor

lattner commented May 7, 2016

Hi Harlan,

I'm sorry I didn't know that you were working on this. I just landed the full test suite adaptation and a patch to implement this...

@lattner lattner closed this May 7, 2016
@harlanhaskins
Copy link
Contributor Author

Haha, no worries! Definitely wanted to get it landed. 👍

@harlanhaskins
Copy link
Contributor Author

What about XCTest and Foundation? Are those gonna build properly now?

@lattner
Copy link
Contributor

lattner commented May 7, 2016

I didn't try them, right now, they will only get a warning about this. I'll upgrade it to an error in a week or two.

@modocache
Copy link
Contributor

modocache commented May 7, 2016

XCTest builds fine for now. The new warnings are resolved in swiftlang/swift-corelibs-xctest#104.

@harlanhaskins
Copy link
Contributor Author

@modocache Thanks! 👍

@briancroom
Copy link
Contributor

Here's one cleaning up Foundation as well: swiftlang/swift-corelibs-foundation#351

@harlanhaskins harlanhaskins deleted the se-0066 branch May 9, 2016 16:44
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.

4 participants