Thanks to visit codestin.com
Credit goes to github.com

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: ruby-concurrency/concurrent-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.5
Choose a base ref
...
head repository: ruby-concurrency/concurrent-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 11 files changed
  • 5 contributors

Commits on Jan 15, 2025

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

Commits on Jan 27, 2025

  1. Fix guards in specs using C extension classes

    * Fixes #1080
    eregon committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    855a6dc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    870abda View commit details
    Browse the repository at this point in the history
  2. Add 3.4 in CI

    eregon committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    6e2bd8a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Fix typo

    danieldiekmeier authored and eregon committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    2aa6f64 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Correct word in readme

    wwahammy authored and eregon committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    c8f0bae View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Fix mistakes in MVar documentation

    trinistr authored and eregon committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    52f0ee4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Bump actions/upload-pages-artifact from 3 to 4

    Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - [Commits](actions/upload-pages-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-pages-artifact
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and eregon committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    8d8a29c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and rafaelfranca committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    4eb01b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Avoid creating a Fiber while loading the gem

    * Since creating a Fiber can be quite expensive
      and might not work on some platforms (though those are bugs):
      https://bugs.ruby-lang.org/issues/20085
      https://bugs.ruby-lang.org/issues/21607
    * spec/concurrent/atomic/lock_local_var_spec.rb already checks
      that the shortcut is correct and matches the reality.
    eregon committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    05523c0 View commit details
    Browse the repository at this point in the history
Loading