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: amphp/parallel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.3
Choose a base ref
...
head repository: amphp/parallel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.x
Choose a head ref
  • 20 commits
  • 37 files changed
  • 5 contributors

Commits on May 6, 2026

  1. Fix NAN to string coercion

    Happens on PHP 8.5: Warning: unexpected NAN value was coerced to string in ... on line 3
    kelunik committed May 6, 2026
    Configuration menu
    Copy the full SHA
    34abd36 View commit details
    Browse the repository at this point in the history
  2. Add depandabot config

    kelunik committed May 6, 2026
    Configuration menu
    Copy the full SHA
    8561f55 View commit details
    Browse the repository at this point in the history
  3. Add PHP 8.5 to test matrix

    kelunik committed May 6, 2026
    Configuration menu
    Copy the full SHA
    75a1d3f View commit details
    Browse the repository at this point in the history
  4. Remove nick-invision/retry

    kelunik committed May 6, 2026
    Configuration menu
    Copy the full SHA
    5d703fb View commit details
    Browse the repository at this point in the history
  5. Bump actions/checkout from 4 to 6 (#228)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2026
    Configuration menu
    Copy the full SHA
    0ba895e View commit details
    Browse the repository at this point in the history
  6. Bump actions/cache from 4 to 5 (#227)

    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2026
    Configuration menu
    Copy the full SHA
    cd0b2b3 View commit details
    Browse the repository at this point in the history
  7. Fix pipeline syntax error

    kelunik committed May 6, 2026
    Configuration menu
    Copy the full SHA
    13d8e36 View commit details
    Browse the repository at this point in the history
  8. Add standard PHP 8.5 build

    kelunik committed May 6, 2026
    Configuration menu
    Copy the full SHA
    b5a198c View commit details
    Browse the repository at this point in the history
  9. Fix code style

    kelunik committed May 6, 2026
    Configuration menu
    Copy the full SHA
    b42c3ee View commit details
    Browse the repository at this point in the history
  10. Update to psalm 6

    kelunik committed May 6, 2026
    Configuration menu
    Copy the full SHA
    8b9dfa5 View commit details
    Browse the repository at this point in the history
  11. Skip psalm on PHP 8.1

    kelunik committed May 6, 2026
    Configuration menu
    Copy the full SHA
    4e6a2f0 View commit details
    Browse the repository at this point in the history
  12. Skip psalm on PHP 8.2

    kelunik committed May 6, 2026
    Configuration menu
    Copy the full SHA
    3ad45d1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

  1. Configuration menu
    Copy the full SHA
    d66b802 View commit details
    Browse the repository at this point in the history
  2. Add ForkContext (#212)

    Co-authored-by: Daniil Gentili <daniil@daniil.it>
    trowski and danog authored May 16, 2026
    Configuration menu
    Copy the full SHA
    c0a0a96 View commit details
    Browse the repository at this point in the history
  3. Add #[Override] attributes

    trowski committed May 16, 2026
    Configuration menu
    Copy the full SHA
    37f5b27 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. Return prior join result

    trowski committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    9e4bd13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291dde3 View commit details
    Browse the repository at this point in the history
  3. Push worker if submit throws

    Submit *shouldn't* throw, but just in case an implementation does throw, push the worker back into the pool.
    trowski committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    5f814b1 View commit details
    Browse the repository at this point in the history
  4. Use Interval

    Disable watcher if list of deferreds is empty.
    trowski committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    41c5ebd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d48899 View commit details
    Browse the repository at this point in the history
Loading