Skip to content
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

autoload + const_defined? inconsistent with Ruby 2.0+ #3574

Closed
envygeeks opened this issue Dec 31, 2015 · 2 comments
Closed

autoload + const_defined? inconsistent with Ruby 2.0+ #3574

envygeeks opened this issue Dec 31, 2015 · 2 comments
Assignees
Milestone

Comments

@envygeeks
Copy link

On Ruby 2.0+ const_defined? with Autoload does not load a constant, but JRuby does load said constant. While it helped me surface a bug in my source, it also helped me surface an inconsistency with JRuby.

@kares kares self-assigned this Jan 12, 2016
@kares
Copy link
Member

kares commented Jan 14, 2016

expected to be fixed with b216c5d ... MRI's test-suite is testing this and is un-excluded at abbe925

@kares kares closed this as completed Jan 14, 2016
@kares kares added this to the JRuby 9.0.5.0 milestone Jan 14, 2016
@envygeeks
Copy link
Author

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants