Charles Oliver Nutter

Results 989 comments of Charles Oliver Nutter
trafficstars

I'm still having trouble getting the benchmarks to run properly, but the following patch should at least get the benchmarks running on puma. I'd still like clarification as to what...

I have logged into the accounts in question to ensure they had accepted TOS, but I can't confirm that it worked because I have the same issue as @maximuskowalski. Once...

Some clarifications: * JRuby's OpenSSL does not use any system libraries. It is an OpenSSL look-alike that wraps the Bouncy Castle crypto library. * This appears to be a missing...

I don't believe there's been much forward momentum on this, but another motivator to make a move came up recently in the form of a CVE for Xalan: https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-qwq9-89rg-ww72 The...

Are these illegal accesses from using reflection to dig inside Xalan? If so we might be able to reduce these by being less invasive, but perhaps that would hinder compatibility....

I think the flag we'd want is `--add-exports` so that the `java.xml` module exports the internal `com.sun.org.apache.xml.internal` package to external consumers, but you're right... it's still a breaking change. I...

Poking around outside of Xalan, it really seems like Saxon is the only game in town, and for sure if you want XSL 2.0 or 3.0 support. Given the lifecycle...

Hello, thanks for letting me know about this issue! The failure is a bit confusing... the spec that fails is "Ferrum::Browser lists the open windows" but it appears that the...

@jsolomon8080 Thanks for the footwork on jruby/jruby#6218. Your reproduction made it possible to finally investigate this issue. To all: I have diagnosed this problem as being a pretty nasty JDK...

Another run with a 16-thread server and flags provided by @eregon also appears to have crashed. Command line for server: `RUBYOPT='--jvm --experimental-options --cexts-lock=false --engine.CompilerThreads=-1 --engine.SplittingGrowthLimit=10.0 --engine.SplittingMaxNumberOfSplitNodes=200000000' bundle exec puma -e...