-
-
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
Requiring Sequel triggers false warnings already initialized constant
#2975
Comments
could you mention the JRuby version used, please. |
Ticket updated |
Sigh, seems like there may still be some double-loading issues. |
@deepj I could not reproduce on master. Can you try a jruby-head build and see if it fixes the problem for you? If you still see the issue, gist the result of running with -Xdebug.loadService=true to show the load searching in action. |
In this version it is gone. I'm closing it now. |
Thanks! |
Oddly enough, I'm getting these errors in RSpec specs with Ruby '2.3' |
@bilus You're getting the Sequel errors under CRuby 2.3? |
Yes, MRI. And only when running specs which, on the whole, is odd. I also made sure Sequel is included only once ever. |
Used JRuby:
The problem:
How to reproduce:
The text was updated successfully, but these errors were encountered: