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/test-unit-ruby-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.11
Choose a base ref
...
head repository: ruby/test-unit-ruby-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.12
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 10, 2025

  1. assert_separately: Suppress experimental warnings

    test-unit depends on power_assert that the recent versions require
    ruby 3.1 or later.  While test-unit rescues syntax error at loading
    power_assert for old ruby versions, warnings for experimental features
    are not suppressed, and `assert_separately` fails because stderr is
    not empty, by default.  Since adding `required_ruby_version` to
    power_assert causes the installation with old rubygems to fail, we
    just ignore warnings for experimental features totally.
    nobu committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    c2dd855 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from nobu/ignore-experimental-warnings

    assert_separately: Suppress experimental warnings
    nobu authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    110a54f View commit details
    Browse the repository at this point in the history
  3. Bump up to 1.0.12

    nobu committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    6e16458 View commit details
    Browse the repository at this point in the history
Loading