Skip to content
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

[WIP] Swift 2.2 #243

Closed
wants to merge 3 commits into from
Closed

[WIP] Swift 2.2 #243

wants to merge 3 commits into from

Commits on Jan 27, 2016

  1. Configuration menu
    Copy the full SHA
    62a0d40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a3c075 View commit details
    Browse the repository at this point in the history
  3. FileString is now always StaticString to match XCTest methods

    Originally brought up in Quick#242, `XCTest` methods now take `StaticString` (see swiftlang/swift#888 for details). Unfortunately this won't compile now because `StaticString` is not available in Objective-C!
    NachoSoto committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    bef818c View commit details
    Browse the repository at this point in the history