Charles Oliver Nutter

Results 1018 comments of Charles Oliver Nutter
trafficstars

I believe this must be a bug in the native launcher on Windows.

Hmm, the options appear to be pushed separately by the launcher, based on this code: https://github.com/jruby/jruby-launcher/blob/7366acf974255c68fc55b6a1f600362005a0eec1/argparser.cpp#L338-L342 @laumacirule Can you provide a bit more context here... how was this whole job...

Ok, this may be a bug in how Bundler determines the command-line to `exec` as a subprocess. It's probably taking all those JVM arguments and slamming them together as one,...

Bump this up in priority... seems more users have been seeing it lately with JRuby 9.4.12.0. Has anyone managed to get an isolated reproduction of this issue?

It should not require significant changes to JRuby to support rbs type information for core classes. The information is all available in the JRuby .class files and .jar file. In...

@st0012 The last few comments on that issue describe the path forward more clearly. You are correct that JRuby does not support the rbs native extension (JRuby does not support...

This may not be the right approach. The select methods called are frequently called in a loop until they produce an error or return a true result. In the cast...

I was unable to reproduce this with JRuby 10.0.1.0-SNAPSHOT (master): ``` [] tmp $ gradle rubocop > Task :rubocop Inspecting 1 file W Offenses: foo.rb:1:1: W: Lint/EmptyFile: Empty file detected....

Ah ok I remember the original issue and followup discussion now. The fact that installing prism works ok for you dries up most of my theories. I figured it was...

I tried Gradle 8.13 on JDK 21.