New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update RubyGems to 3.0.6. #5996
Conversation
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.