Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ole/SortedArray
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ole/SortedArray
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: swiftcheck
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 8, 2018

  1. Add SwiftCheck via Carthage

    ole committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    ec667a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e5b01a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    319de96 View commit details
    Browse the repository at this point in the history
  4. No need to copy dsym file if we add framework path to Runpath Search …

    …Paths
    
    Without this setting I get an error that code coverage data can't be generated. The dsym file isn't necessary because we're only talking about the test target
    ole committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    77d4658 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c1c232 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Configuration menu
    Copy the full SHA
    0a6287e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    960463e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd1ee83 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Add SwiftCheck dependency to SwiftPM manifest

    This requires us to drop Swift 3.1 compatibility because only the Swift 4.0 manifest syntax supports target-specific dependencies (only the test target should depend on SwiftCheck).
    ole committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    49a4a32 View commit details
    Browse the repository at this point in the history
  2. Add GITHUB_ACCESS_TOKEN to Travis config

    This should fix rate limit errors when downloading dependencies from GitHub.
    ole committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    e305511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b162ba View commit details
    Browse the repository at this point in the history
Loading