Charles Oliver Nutter
Charles Oliver Nutter
Rebased on master. With recent changes to fibers, we'll see how this goes in CI. It's not something I'd like to drop in an update release, so if we are...
There appears to be several hanging tests, so something is not right here.
I believe that warning is correct. The method from the module causes an instance variable to be assigned on the Java object. I am not sure why it would not...
Well that's peculiar! The logic for detecting unknown properties must not know about this one.
I see the issue: https://github.com/jruby/jruby/blob/0d1730d808569a962333535d2d422a7940b1f17d/core/src/main/java/org/jruby/ext/rbconfig/RbConfigLibrary.java#L373-L374 These properties look like those in our set of supported options, but they do not go through the Options class that we use to aggregate...
Moved these properties to Options in https://github.com/jruby/jruby/pull/8970.
Per discussion in #1091 perhaps this is a "good enough" fix to merge now while we try to figure out a better long-term option?
If my assessment is correct, 7.1 support is pretty solid for SQLite, nearly solid for MySQL, and still needs work for PostgreSQL. We know we need to get these out,...
@RTrampov It's a high priority but we are very resource-limited. 😫 My assessment above has not changed. We will try to get something out soon at least for SQLite and...
> it has proven difficult to maintain on CRuby, JRuby and TruffleRuby Ripper took some work to implement initially but has been no more difficult than the parser to maintain...