-
Notifications
You must be signed in to change notification settings - Fork 185
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
dead handle with mongoid #3577
Comments
I completely overlooked that Mongoid is only officially compatible with https://www.mongodb.com/docs/mongoid/current/reference/compatibility/#ruby-compatibility |
|
I was able to produce an example of a (maybe?) related issue:
The last line results in
|
Thank you for the report, could you try with |
Using the latest dev version yields the same result |
I recently had a similar error in Nokogiri's test suite: log snippet
This was on |
@flavorjones That seems the same as #3503 |
Yikes, apologies for the noise, I forgot I had opened that one. |
We previously started experimenting with moving a large Rails application to Truffleruby but hit several walls so far. We are on
truffleruby-jvm-24.0.01
. Please find the stacktrace belowUnfortunately, I was not able to come up with a minimal example that reproduces the error.
Ruby version:
truffleruby-jvm-24.0.01
Rails version:
rails-6.1.7.7
Mongoid version:
mongoid-7.4.0
The text was updated successfully, but these errors were encountered: