Charles Oliver Nutter

Results 310 issues of Charles Oliver Nutter

This could be a racy test or something we are doing wrong. ``` 1) Failure: TestProcess#test_popen_exit [/home/runner/work/jruby/jruby/test/mri/ruby/test_process.rb:1848]: Expected /\A\d+\Z/ to match "18562\n" + "Exception in thread \"Ruby-0-Thread-1: -:1\" java.lang.AssertionError\n" +...

The Dir.glob logic did not use the normalized URI form when calling glob internals, and since those internals do not support "classpath:" it ended up raising an IllegalArgumentException as reported...

In #5662 we see that the eventual source name used by e.g. `__FILE__` should not be the canonicalized name, and should reflect the original load name more closely. On Windows,...

load/require

When enabling the "shared" mode for the `jit.loader.mode` property, intended to load all JIT bytecode into the same classloader, I see the following `jit.logging` output for a script with two...

I'm trying to get all suites running on Java 11 but having trouble with jruby-jars. It ends up with the old "No password supplied for PKCS#12 keystore" error, which I...

java modules

Many users forget to call `super` from `initialize`, which can lead to tricky bugs if the superclass needs to initialize its own state. Perhaps this should be in the style...

Approved

I am playing with the Rails Simple Benchmark to get some performance information across Ruby impls. Running TruffleRuby 20.2 today I had the server crash with a segv. The app...

bug

This affects ARJDBC 1.3 only. Versions 50+ were already patched as described below. Transplanted from https://github.com/jruby/jruby/issues/6191#issuecomment-624282547 I believe the ArgumentError may be a bug in ar-jdbc 1.3.x exposed by indy....

This is transferred from jruby/jruby#3398 by @chuckremes. The original issue seems to be that the jdbc-sqlite3 driver is compiled with a very conservative threading model, which prevents even isolated databases...

sqlite3
performance

While attempting to write a spec for jruby/jruby#7267 I ran into various issues and questions... 1. There are no specs testing that GC eventually finalizes objects. This is obviously difficult...