Skip to content

Add tests to ensure backward compatibilities - #29

Merged
nobu merged 5 commits into
masterfrom
test
Aug 20, 2026
Merged

Add tests to ensure backward compatibilities#29
nobu merged 5 commits into
masterfrom
test

Conversation

@nobu

@nobu nobu commented Aug 20, 2026

Copy link
Copy Markdown
Member

No description provided.

nobu added 5 commits August 20, 2026 12:21
`Regexp#match?` was introduced at ruby 2.4.
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.

ruby/ruby@0ca3eed
@nobu
nobu merged commit c53ddda into master Aug 20, 2026
76 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants