-
-
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
Incompatible method lookup under Kernel.load(file,true), aka wrap, on 9.x #3609
Comments
Hmm. I'll have a look. |
@dekellum Thanks for the additional case. Perhaps you could turn it into a spec for https://github.com/ruby/spec? There's nothing testing this situation. |
FWIW, I can confirm that https://travis-ci.org/dekellum/syncwrap/jobs/103912187#L210 Thanks! |
@dekellum Thanks for the confirmation! |
Passing, awesome! https://travis-ci.org/dekellum/syncwrap/jobs/103931391#L241 |
This problem is exposed on 9.x, as of 9.0.5.0-SNAPSHOT (7109a23) with its specific fix for #3180 in place. As the former was closed, opening this new issue. Using the test setup of:
https://github.com/dekellum/test-load-wrap (dekellum/test-load-wrap@44d50f9)
Note the NameError only on 9.0.5.0-SNAPSHOT in the output below:
The text was updated successfully, but these errors were encountered: