Charles Oliver Nutter

Results 310 issues of Charles Oliver Nutter

I have been experimenting with EC and concerned about the size of the jar. My use cases currently only require the object-based classes. So I started wondering and chatting with...

Warbler currently generates a single fat jar with nested jars for JRuby, JRuby's stdlib, and any other libraries needed. Those jars then get unpacked or loaded into custom classloaders at...

I was experimenting with warbling a Sidekiq jar but because it had Rails and Rack in its dependencies the "war" trait activated automatically. Currently, the "war" trait activates if it...

With the new modularized set-up of the JDK, it is generally discouraged to have any classes in the default package (i.e. no package, root of jar). We need to modify...

We currently build `lib/warbler_jar.jar` as part of this gem, even though most of it is not necessary for the execution of the gem. Two classes in this jar are used...

There are at least three cases from jruby/jruby#8345 where an interaction between an `each_with_index` Enumerator and an Enumerable method was or is broken in JRuby: * to_h * uniq *...

This feature leaked out without much discussion, but there's many reasons why it should not be supported: * Each instance of an anonymous Data in the stream will cause a...

I was recently reminded of a patch I threw together 15 years ago to support documenting Java classes with `ri` in JRuby. Today I found that patch: https://gist.github.com/headius/276803 This is...

The linear timing test "test_read_directive_linear_performance" occasionally times out on JRuby. This does not likely indicate a failure to run the example in linear time as much as it reflects a...

Hello to @ymnk and anyone else who might be out there! As this repository seems to have been abandoned for a very long time, the JRuby team now maintains and...