Charles Oliver Nutter

Results 1069 comments of Charles Oliver Nutter

@aycabta Ok thank you. I will look into why the FFI io-console doesn't behave properly on JRuby.

I can't reproduce that locally on Darwin: ``` $ ruby -v console_bug.rb jruby 9.3.0.0-SNAPSHOT (2.6.5) 2021-06-01 f960869395 OpenJDK 64-Bit Server VM 11.0.4+11 on 11.0.4+11 +jit [darwin-x86_64] 13 4 ``` Still...

We are willing (and eager) to make improvements to JRuby's fiddle impl! Some of these seem like things we should fix at the source. Great work!

JRuby has used jruby-bin-version and jruby-src-version for many years, so that's my vote.

Or instead of removed, marked for just the "ruby" platform.

This seems like it's trying to install the native extension psych rather than the JRuby version that has no native code. I'm not sure why this would happen unless a...

> Also, I think it's extremely unlikely for RSpec users to hit this bug, since it's a pretty limited situation in which users would hit this Yes, I agree. And...

Auditing old issues that mention me... This code still exists but could now be replaced with `autoload` on Ruby versions 2.6 and higher, since that now redispatches to `require` and...

JRuby has since 2009 implemented Tempfile natively as a subclass of File, because it made sense to us to do so and because at the time the tempfile.rb library was...