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: next-coder/Nimble
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0f494fe
Choose a base ref
...
head repository: next-coder/Nimble
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7a46a5f
Choose a head ref
  • 17 commits
  • 10 files changed
  • 1 contributor

Commits on May 17, 2020

  1. [8.x] Add -Xlinker -no_application_extension to OTHER_LDFLAGS at …

    …project level
    
    This silences the "linking against a dylib which is not safe for use in application extensions: ..." linker warning for all targets.
    ikesyo committed May 17, 2020
    Configuration menu
    Copy the full SHA
    ddb0bc6 View commit details
    Browse the repository at this point in the history
  2. Bumping version to 8.0.9

    ikesyo committed May 17, 2020
    Configuration menu
    Copy the full SHA
    72f5a90 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Fix CI builds

    ikesyo committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    15cd7ba View commit details
    Browse the repository at this point in the history
  2. Tweak CI

    ikesyo committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    274c141 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Quick#790 from Quick/8.x-fix-ci-builds

    [8.x] Fix CI builds
    ikesyo authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    763425d View commit details
    Browse the repository at this point in the history
  4. [8.x] Tweak CI

    ikesyo committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    813ae38 View commit details
    Browse the repository at this point in the history
  5. bundle update --bundler && bundle update

    Let's use bundler 2.x.
    ikesyo committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    00c7833 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Quick#791 from Quick/8.x-tweak-ci

    [8.x] Tweak CI
    ikesyo authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    d117c12 View commit details
    Browse the repository at this point in the history
  7. Rename postNotifications(_:fromNotificationCenter:) to `postNotific…

    …ations(_:from:)`
    
    `postNotifications(_:fromNotificationCenter:)` is deprecated and will be removed.
    
    ref: https://swift.org/documentation/api-design-guidelines
    ikesyo committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8ef6d12 View commit details
    Browse the repository at this point in the history
  8. Merge pull request Quick#789 from Quick/8.x-rename-postNotifications

    [8.x] Rename `postNotifications(_:fromNotificationCenter:)` to `postNotifications(_:from:)`
    ikesyo authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8f57007 View commit details
    Browse the repository at this point in the history
  9. Bumping version to 8.1.0

    ikesyo committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    4870c1e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    d394c39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Quick#793 from Quick/8.x-disambiguate-postnotifica…

    …tions-overloads
    
    [8.x] Disambiguate `postNotifications` overloads
    ikesyo authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    ba4d4f3 View commit details
    Browse the repository at this point in the history
  3. Bumping version to 8.1.1

    ikesyo committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    2b18090 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Switch back to use +[NSObject load] for registering CurrentTestCase…

    …Tracker
    
    This would fix a static linking issue.
    ikesyo committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    1ef9e59 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Merge pull request Quick#802 from Quick/8.x-fix-static-linking-issue

    [8.x] Switch back to use `+[NSObject load]` for registering CurrentTestCaseTracker
    ikesyo authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    95c28dd View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Bumping version to 8.1.2

    ikesyo committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    7a46a5f View commit details
    Browse the repository at this point in the history
Loading