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: Quick/Nimble
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.7.1
Choose a base ref
...
head repository: Quick/Nimble
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.8.0
Choose a head ref
  • 9 commits
  • 19 files changed
  • 4 contributors

Commits on Dec 17, 2024

  1. Update CI actions (#1184)

    * Bump CI actions
    
    Github retired macos 12 runners, so upgrade to more recent versions
    
    * Exclude the MixedSwiftTestingXCTestSupport test from building on non-darwin platforms
    
    * Specify the container to build documentation on
    younata authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    23903e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Allow multiple async polling expectations (#1189)

    This partially solves the issue of swift testing's concurrent test runner tripping the 'nested polling expectation' error.
    Solving this for synchronous polling expectations will be much more involved.
    As synchronous polling expectations actually run all the test code on the main runloop.
    younata authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    ab84b2f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    28970fa View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Configuration menu
    Copy the full SHA
    0d5588c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Bump rexml from 3.3.9 to 3.4.2 (#1198)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.9 to 3.4.2.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.3.9...v3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-version: 3.4.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    4cde9c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae0648d View commit details
    Browse the repository at this point in the history
  3. Fix linux cfrunloop build (#1200)

    * Revert "Remove duplicated runloop code (#1193)"
    
    This reverts commit ae0648d.
    
    * Re-remove duplicated runloop code
    younata authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    15106f1 View commit details
    Browse the repository at this point in the history
  4. Do not fail on timeout for toAlways and toNever (#1192)

    * Prevent failures on heavy load when doing continuous tests
    
    * Add tests
    
    * Fix typo
    
    ---------
    
    Co-authored-by: Rachel Brindle <you@subluminal.net>
    bnickel and younata authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    1ee0178 View commit details
    Browse the repository at this point in the history
  5. [v13.8.0] Update podspec

    younata committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    cc945f7 View commit details
    Browse the repository at this point in the history
Loading