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: v12.2.0
Choose a base ref
...
head repository: Quick/Nimble
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.3.0
Choose a head ref
  • 5 commits
  • 194 files changed
  • 2 contributors

Commits on Aug 24, 2023

  1. Bump activesupport from 7.0.4.3 to 7.0.7.2 (#1080)

    Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.3 to 7.0.7.2.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md)
    - [Commits](rails/rails@v7.0.4.3...v7.0.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: activesupport
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    76fe8d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump actions/checkout from 3 to 4 (#1081)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8e562c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Implement the async variant of toEventually using structured concurre…

    …ncy (#1079)
    
    * Implement the async variant of toEventually using structured concurrency
    
    ... mostly.
    
    This replaces the Dispatch-based version of async toEventually with one that uses native Swift Concurrency components
    This was done to eliminate the chance that the matcher could be polled more than one at a time, and to also make
    way for future Sendable requirements.
    
    * NSLocking.withLock is not available in earlier versions of the OS
    
    * Remove NimbleTimeInterval+Duration
    
    * Reimplement AsyncTimerSequence to use a simplified form of the Clock protocol
    
    This allows us to longer have to verify time intervals in test, removing a source of test flakiness
    
    * Fix swiftlint errors
    younata authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3f9773e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Fix all swiftlint warnings (#1085)

    * Fix all swiftlint warnings
    
    * Fix race condition caused by me not having a full mental model of how Actors work
    younata authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9f3afda View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

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