Conversation
006fa0d to
5cef712
Compare
|
The errors are some stack overflow likely caused by some super or define_method bug. I'm not sure of the cause. I am going to disable the |
|
The JRuby test failure appears to be some behavioral change in RG that's interfering with its use from within a jar file. |
|
Here are the failures currently. MRI suite: JRuby suite: The stack overflow issue in the MRI suite seems to only happen when |
It turns out MRI runs this way, which avoids running into the stack overflow in jruby#5997. We are actually doing the fixed logic correctly, but in the presence of that RubyGems warn patch, all versions of MRI also fail.
|
We are opting to disable the tests broken by this update and fix the issue for 9.3. I don't think putting a jar file directly as GEM_PATH or requiring a jar containing a GEM_PATH layout are common use cases. |
No description provided.