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: 4941e8c
Choose a base ref
...
head repository: ruby/timeout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e1b2448
Choose a head ref
  • 10 commits
  • 3 files changed
  • 5 contributors

Commits on Jan 11, 2023

  1. Add Ruby 3.2 to CI matrix

    tricknotes committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cb37a1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from tricknotes/ruby-3.2

    Add Ruby 3.2 to CI matrix
    amatsuda authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1415dd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Don't move the timer_thread when it's enclosed

    Don't move the timer_thread to ThreadGroup::Default, when it's
    created in an enclosed ThreadGroup.
    Prevents the exception: "add" can't move from the enclosed thread group"
    gamecreature authored and eregon committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    eb889d2 View commit details
    Browse the repository at this point in the history
  2. Simplify test

    eregon committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    db017da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    097e895 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. rename appropriate job name

    hsbt committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d7dbcbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e1d2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f953e96 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26 from ruby/improve-actions

    Improve actions
    hsbt authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6918935 View commit details
    Browse the repository at this point in the history
  5. bump up 0.3.2

    hsbt committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e1b2448 View commit details
    Browse the repository at this point in the history
Loading