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/timeout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.4
Choose a base ref
...
head repository: ruby/timeout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 14 commits
  • 6 files changed
  • 6 contributors

Commits on Nov 10, 2025

  1. Suppress warnings in two tests

    Failed build in #70.
    
    Pre-3.0 versions of Ruby didn't support pattern matching, and power_assert warned.
    olleolleolle committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    983cbf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Revert "Suppress warnings in two tests"

    This reverts commit 983cbf6, that is
    fixed by test-unit 3.7.3.
    nobu committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    095207f View commit details
    Browse the repository at this point in the history
  2. Bump step-security/harden-runner from 2.13.1 to 2.13.2

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.1 to 2.13.2.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@f4a75cf...95d9a5d)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.13.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and nobu committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    45b9db0 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v5...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] <[email protected]>
    dependabot[bot] authored and nobu committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    56d5305 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Configuration menu
    Copy the full SHA
    cd51eac View commit details
    Browse the repository at this point in the history
  2. support Ractor

    1. Introduce State to store all status.
    2. Store State instance to the Ractor local storage if possible
    3. Make `GET_TIME` (Method object) shareable if possible
    
    3 is supporeted Ruby 4.0 and later, so the Rator support is works
    only on Ruby 4.0 and later.
    ko1 authored and eregon committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    54ff671 View commit details
    Browse the repository at this point in the history
  3. Minor tweaks

    eregon committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    daab9a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82fb6f6 View commit details
    Browse the repository at this point in the history
  5. Fix logic for Ractor support

    * Fix indentation to stay a multiple of 2 spaces.
    eregon committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    a1d784c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    281b250 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45816b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

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

Commits on Dec 8, 2025

  1. Configuration menu
    Copy the full SHA
    eb2d447 View commit details
    Browse the repository at this point in the history
  2. v0.5.0

    hsbt committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    5dc2cd1 View commit details
    Browse the repository at this point in the history
Loading