Charles Oliver Nutter

Results 310 issues of Charles Oliver Nutter

In 2019 part of monitor.rb was moved into an extension. https://github.com/ruby/ruby/pull/2576 We need to evaluate that work and make our own extension if it would help.

This test has been intermittently failing only when invokedynamic is enabled. I have disabled the test on master and this branch will find and fix the issue and restore the...

As reported in https://github.com/jruby/jruby/issues/6613#issuecomment-2357326234

This should fix issues with the polyglot extension not loading pom.rb-formatted files at the root of the filesystem (or anywhere else).

Our Set implementation has been a Java-based extension for some time. In order to remain compatible with CRuby, we allocate an internal Hash for it to provide to consumers that...

This avoids using reflection to access Process internals on JDK versions 9 and higher, reducing our our requirements for opening core JDK classes. In JRuby 10, we will remove all...

RubyGems warns if an extension gem in JRuby is built for one Java version and then the user switches to another Java version. ``` Ignoring io-console-0.5.6 because its extensions are...

RubyGems

See original issue at jruby/jruby#8352. The following YAML fails to parse in SnakeYAML-Engine, used by the JRuby Psych extension: ```yaml --- &1 !ruby/object:Set hash: :one: true :two: true *1: true...

In jruby/jruby#8682 we discovered that the use of IOOutputStream in GeneratorState.generate (for wrapping an IO-like object) is impacted by jruby/jruby#6588, poor handling of encodings in the implementation of byte[]-only OutputStream...

jruby

Inspired by @samyron's work in #730, I'd like to explore the potential of Java's Vector API in Psych. https://openjdk.org/jeps/489 The API has been gestating for many years, but can be...

new feature
jruby