Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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.2.3
Choose a base ref
Loading
...
head repository: ruby-concurrency/concurrent-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
Loading
  • 18 commits
  • 14 files changed
  • 8 contributors

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    606f443 View commit details
    Browse the repository at this point in the history
  2. Fix link label in signpost.md

    eregon authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    95a53a5 View commit details
    Browse the repository at this point in the history
  3. Bump actions/upload-pages-artifact from 1 to 3

    Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 3.
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - [Commits](actions/upload-pages-artifact@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-pages-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and eregon committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e97376a View commit details
    Browse the repository at this point in the history
  4. Bump actions/deploy-pages from 1 to 4

    Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 4.
    - [Release notes](https://github.com/actions/deploy-pages/releases)
    - [Commits](actions/deploy-pages@v1...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/deploy-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and eregon committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5483ac7 View commit details
    Browse the repository at this point in the history
  5. Bump actions/checkout from 3 to 4

    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] <support@github.com>
    dependabot[bot] authored and eregon committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    179d068 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. No continue-on-error for head Rubies

    * It is already a daily job so that would just hide failures needlessly.
    eregon authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2146c34 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    4a037ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9748af View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Add Concurrent.usable_processor_count that is cgroups aware

    Closes: #1035
    
    A running gag since the introduction of containerization is software
    that starts one process per logical or physical core while running
    inside a container with a restricted CPU quota and totally blowing
    up memory usage in containerized environments.
    
    The proper question to ask is how many CPU cores are usable, not how
    many the machine has. To do that we have to read the cgroup info
    from `/sys`. There is two way of doing it depending on the version
    of cgroups used.
    
    Co-Authored-By: usiegl00 <50933431+usiegl00@users.noreply.github.com>
    2 people authored and eregon committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a5f09a5 View commit details
    Browse the repository at this point in the history
  2. Cleanups

    eregon committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fe562f6 View commit details
    Browse the repository at this point in the history
  3. Clarify

    eregon committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    eae2851 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Add 10 minute timeout to GitHub Actions

    bensheldon authored and eregon committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    899621f View commit details
    Browse the repository at this point in the history
  2. Align Java Executor Service behavior for shuttingdown?, shutdown?

    Co-authored-by: Benoit Daloze <eregontp@gmail.com>
    bensheldon and eregon committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8b9b0da View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix a small grammar issue.

    nirvdrum committed May 28, 2024
    Configuration menu
    Copy the full SHA
    83d31a3 View commit details
    Browse the repository at this point in the history
  2. Prepare the 1.3.0 release.

    nirvdrum committed May 28, 2024
    Configuration menu
    Copy the full SHA
    bda72ae View commit details
    Browse the repository at this point in the history
  3. Prepare the 1.3.1 release.

    nirvdrum committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7dab998 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    695be8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5e090b View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.