Benoit Daloze
Benoit Daloze
I spoke too soon, it still fails for jruby-head: https://github.com/ruby/jruby-dev-builder/runs/7697355232?check_suite_focus=true I think it's simply because https://github.com/jruby/jruby/pull/7281 wasn't merged to master, only to [jruby-9.3](https://github.com/jruby/jruby/tree/jruby-9.3)
I ported the fix to master: 58fffdfe1dd2babf913352159c8788fb7183a7f8
This still doesn't work on master, probably it needs more fixes: https://github.com/ruby/jruby-dev-builder/runs/7715080311?check_suite_focus=true ``` Run ruby -ropen-uri -e 'puts URI.send(:open, %{[https://rubygems.org/})](https://rubygems.org/%7D)) { |f| f.read(1024) }' ArgumentError: cannot convert parameter to native...
@headius @enebo Could you take another look at this? It means `jruby-head` is very outdated due to this issue (failing since April 27).
> @eregon Could this be somehow related to the way JRuby is set up on GH-Actions? There is nothing special about it, so I think not. Of course the packages...
Will JRuby 9.4 target Ruby 2.7 or Ruby 3.0? https://rubyconf.org/program/sessions#session-1222 sounds like 3.0. Is there an issue to track progress towards Ruby 3.0 compatibility?
I think you can also copy it from https://github.com/ruby/spec/issues/823 where you have write permissions.
Issue for Ruby 3.0 support is https://github.com/jruby/jruby/issues/6878
It runs daily automatically but fails since April because of https://github.com/jruby/jruby/issues/7106
https://github.com/jruby/jruby/issues/7308 got fixed, so now there is a recent build of jruby-head for setup-ruby.