Charles Oliver Nutter
Charles Oliver Nutter
There's an arity error in the drb tests when running on JRuby 10 (have not tested 9.4): ``` $ bundle exec ruby -Ilib:test/lib test/drb/test_drb.rb -n test_bug16634 Loaded suite test/drb/test_drb Started...
Builds of GraalVM contain a release file with an unquoted, json-formatted `COMMIT_INFO` line that cannot be evaluated by a shell. This leads to the following output when attempting to use...
This will be a series of commits to deprecate and replace all public APIs referencing classes from the Joda Time library and providing new versions based on java.time. We will...
Ongoing work to make @ChrisBr's open-addressing hash impl thread-safe (enough) to merge.
This is a work in progress. It uses the upcoming jruby-async-profiler gem to implement `--sample`, which originally used the `-Xprof` flag removed as of Java 10.
This is the start of experiments in making Thread.current, among other things, pretend that a Fiber is equivalent to its master thread, rather than being its own thread. This work...
Summary ======= This is an experiment in using invokedynamic for global variable storage. In the old logic for invokedynamic global variable access, there were a number of challenges to maintaining...
This only implements it for a couple forms of read and for Socket#connect. Other places still need to be wired up.
Ruby 3.3 or 3.4 now displays the method's class when printing a backtrace, if it is not a singleton class or otherwise unprintable. This PR will add the same feature...