Charles Oliver Nutter

Results 1033 comments of Charles Oliver Nutter

With latest psych master (using latest SnakeYAML) the failing tests are gone! I had to commit a small patch to mimic @tenderlove's changes in #580 but with that fixed we...

Shouldn't this be enforced at the libyaml level? For the JRuby extension, we could enable this strict behavior by setting options to the SnakeYAML library we use: https://www.javadoc.io/doc/org.yaml/snakeyaml/1.20/org/yaml/snakeyaml/LoaderOptions.html It seems...

@tenderlove That's a good point... it appears the LoaderOptions are applied when loading YAML into an in-memory graph of Java objects (maps, lists, etc). From what I can read in...

The main reason to do this merge is that folks are going to start depending on the gem 'openssl' in their applications. By having jruby-openssl pushed as the java version...

This never happened but I have a proposal for a simpler path forward: just release a -java openssl gem that depends on our jruby-openssl. We will be responsible for maintaining...

Pinging @kares and @enebo to chime in here. Adding a -java gem that does not ship any C code and depends on our jruby-openssl should be a pretty simple PR...

I would like to point out that the only real problem here is that the name "openssl" is currently only associated with the CRuby gem, which makes it impossible for...

"default gems" are slightly different than "installed by default". The latter is often referred to as "bundled" gems to be clear about the distinction. "default gems" are gems that get...

@deivid-rodriguez That is EXACTLY what I want, and I added a +1000 comment there to support you. Let me know if I can do anything else to make this happen.