You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this @mtasaka.
However, we currently do not have plans to run our CI on ruby-head and will therefore wait for the upcoming release and subsequent complaints from our users.
You are welcome to submit a pull request to update our CI workflow (with necessary fixes to lib / test files) once Ruby 3.4 releases. I will give your pull request submission higher priority over another that makes the same proposal in case there is a delay in you submitting a pull request owing to the festive season.
That said, I feel this particular test failure is going to need a clunky fix (like result = RUBY_VERSION <= "3.4" ? something : something_else). If you can propose a better fix, all the more welcome.
Testing with
ruby 3.4.0dev (2024-11-29 master 84b14c0385) +PRISM [x86_64-linux]
ruby/ruby@84b14c0
On jekyll git head 0e4182a
minitest testsuite fails like:
This is most likely due to
https://github.com/ruby/ruby/blob/f9d0bc22f5ca019f3c517b42ea4a50867fe56700/NEWS.md?plain=1#L240-L243
https://bugs.ruby-lang.org/issues/20433
The text was updated successfully, but these errors were encountered: