Nobuyoshi Nakada
Nobuyoshi Nakada
The parser code seems unrelated to the replacement.
Recently, macos-latest seems to have become macos-14 running on M1. CIs using older versions of ruby are failing because they can't be downloaded.
The problem is it must be C89-compliant to support ruby 2.x, which will not reach the EOL one year at least.
I think this can conflict with #55. What do you think?
> > I'm happy to port this feature to https://github.com/ruby/ruby/blob/master/tool/lib/test/unit/testcase.rb > > Thanks. We just need to run tests that use Ractor after other tests that don't use Ractor. The...
`core_assertions.rb` defines `assert_ractor`, that is similar to `assert_separately` but suppress the `Ractor` warning first. This PR removes `$VERBOSE = nil`, and it will show the warning? https://github.com/ruby/pathname/actions/runs/8895915304/job/24427357987?pr=38#step:5:20 > /home/runner/work/pathname/pathname/test/pathname/test_ractor.rb:9: warning:...
Well, it would be a preference matter, like as test-unit shows `omit` messages by default, while ruby/ruby not. Also it's because `assert_ractor` would be too noisy unless suppressing the warning,...
A typo in the commit message, `s/curretnly/currently/`.
Or add links like ?
Why not `prepend Helper`?