Charles Oliver Nutter

Results 1431 comments of Charles Oliver Nutter

Actually it could be the syntax error causes the autoload to fail silently.

Thank you for the rest case. We will try to prioritize getting this fixed.

Runs ok on JRuby master. Probably fixed by #8852. Will be in JRuby 10.0.1.0 in the next week or two.

FWIW the psych backend for JRuby is SnakeYAML Engine, which does allow preserving comments in the parser graph. We could probably enable this for JRuby pretty easily.

@SamSaffron Oh I'm sure it will! But we can will enable native support for comments in the JRuby extension for better performance. Fwiw calling it "Native Ruby" is a little...

This could be a behavior difference in JRuby, but without looking into how the json library `jsonifies` floats, I figured it best to file here.

Likely caused by this line, which uses Java's default formatting options for floats: https://github.com/ruby/json/blob/c079793b7655b749a4d85f5c8e6bd2649fd31c0c/java/src/json/ext/Generator.java#L408 Naive fix would be to just call RubyFloat.to_s but that will create some transient garbage: https://github.com/jruby/jruby/blob/166d1426e26329458dde1fa930992f088ee6f69d/core/src/main/java/org/jruby/RubyFloat.java#L270-L302...

I believe this repository has been abandoned. JRuby depends on jzlib, so we have continued to maintain and release it from https://github.com/jruby/jzlib. We would love to have you as a...

@norrisjeremy Oh very nice! I'd find that easier to maintain. Could you do a PR to jruby/jzlib to switch the tests? Ideally we could settle on one library. Perhaps we...