-
Notifications
You must be signed in to change notification settings - Fork 29
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
[jruby] fails to start due lookup issue with handles #112
Comments
Hmm that should be falling back on a different version of the method. I'll look into it. |
Ah yeah this stupid I'll push a PR and you can confirm it @kares. |
headius
added a commit
to headius/stringio
that referenced
this issue
Feb 11, 2025
publicLookup seems to have trouble when there are multiple versions of a signature class in the classloader hierarchy. Fixes ruby#112
LGTM, thanks. |
headius
added a commit
to headius/stringio
that referenced
this issue
Feb 13, 2025
publicLookup seems to have trouble when there are multiple versions of a signature class in the classloader hierarchy. Fixes ruby#112
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproducable with an embedded use-case, simply booting JRuby (e.g. in Gradle) and trying to run some RubyGems code.
Cause seems to be same as with jruby/jruby-rack#268
The text was updated successfully, but these errors were encountered: