-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Compile of method call with block return results is "is not compiled Ruby; use java_import to load normal classes" #3651
Comments
this reproduced with any block/proc/lambda, for example |
I've run into this in both 9.0.4.0 and 9.0.5.0, and I have not been able to find any workable workarounds. |
…ading regressions e.g. jruby#3651
@kares is there a workaround or backport for those of us using a stable version like 9.0.5.0? |
@abecciu no "backport" its a change with jruby's dist artifacts, also can not use 9.0.5 to compile and than 9.1 at runtime. there's only the possibility to setup Bundler to use a 9.1 SNAPSHOT (or do not compile). |
test.rb:
affected both jruby-9.0.5.0 and jruby-9.1.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: