Charles Oliver Nutter

Results 310 issues of Charles Oliver Nutter

For #216 and #217, @jemc modified Hash and String serialization to only include instance vars for subclasses. However, this still causes problems with Rubinius, since the subclass would still appear...

The official image pages generated from this repository show clickable tag search links for platforms the image does not support. For example, for JRuby: I have been unable to find...

JRuby has its own bigdecimal library based on the JDK's built-in BigDecimal. We also do not support C extensions, which means this gem can't be installed at all on JRuby....

The following commit added an additional rescue for EOPNOTSUPP: https://github.com/ruby/fileutils/commit/4c4edf49150725d71534c8fe04274a2427b7c5fa This appears to have been applied directly to CRuby's copy of fileutils.rb, resulting in the shipped version of fileutils there...

Some tests seem much slower lately and some are outright hanging. This PR is to investigate them, and possibly move more slow tests to a slow run.

This is discussed in detail in https://github.com/ruby/timeout/pull/21. I will be disabling the `testTimeoutCleanup` test in our `ScriptingContainerTest` temporarily until we can get a fix merged and released.

As part of investigating #7106 we ran into a new issue where a call to one of the registry functions in registry.rb produced the following trace: ``` >bin\jruby -e "require...

windows
ffi

It might be nice to include JRuby, since we appear to be faster than all recent CRuby versions. On my system (using OpenJDK 11): ``` [] ~/projects/raytracer/ruby $ rvm ruby-2.7.0...

For https://github.com/jruby/jruby/issues/4835 we are trying to modularize JRuby. This requires most dependencies to also be modularized. We are willing to help jzlib add at least an automatic module name, or...

I could not find a way to get the compression level of a given incoming gzip-compressed data stream. Perhaps I missed something? ``` java io = new GzipInputStream(my data); io.readHeader();...