Thomas E Enebo
Thomas E Enebo
@headius those few errors have always been on 50 and 51. @dr-itz has actually fixed some but we have largely been just moving forward at this point. 5.0 and 5.1...
@kares I am not sure most users would agree with you though. If I use something which is meant to be giving a particular feel (e.g. AR clone), then I...
@kares I am still a little confused about this. I only saw the linked issue over there yesterday (which really looks like wontfix from the comments) but this morning I...
@kares I wonder if we could just go back one version until the next one is out. I don't think we updated this driver before 5.x work for several years....
On a related question. MRI runs rubyspec in GHA right? Is there some option we can provide to run the job with a pty/tty?
Any chance we can get this in a release? Having to have a C tool chain on windows for JRuby to install one gem is pretty inconvenient.
@headius This seems like a good idea to me. There could still need to be some level of coordination but it will decouple some amount of coordination for both impls...
@marcandre I noticed in GHA that JRuby is not run with --dev. JRUBY_OPTS=--dev on my machine drops spec runs from 25s to 15s. Hopefully takes a little sting out of...
If set as an ENV this will also speed up the bundle install as well.
@marcandre I also submitted https://github.com/ruby/setup-ruby/pull/164 which should remove 10s of installing bundler on jruby-head (I noticed truffle ruby already does this and MRI 2.7+).