-
-
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
[9.2.0.0] uninitialized constant FileUtils::EISDIR #5201
Comments
Tested with current master and I can not reproduce. Can you maybe provide a full script? And also the platform & java version? |
@ChrisBr - yes, sorry, should have noted:
I'm not sure I'll be able to create a reproduction easily. Will try in the next few days. |
this seems weird - all working fine (on Ubuntu Linux), for me as well :
|
I see. Well, then I will have to create a reproduction at some point. A bit more context until that time - this happens in an |
JRuby is using the fileutils gem now in 9.2, which should include all JRuby-specific bits. But EISDIR has been defined for some time, so I'm not sure why it would be missing. Double check if you are running with an earlier fileutils gem perhaps? I'm not sure what else to look for. |
@boris-petrov If you are able to get a reproduction, feel free to reopen or otherwise let us know. I don't have any theories for you, and this works ok for us and others, so I'm going to close it for now. |
Calling
FileUtils.remove_entry_secure(some_dir)
fails withNameError: uninitialized constant FileUtils::EISDIR
. This didn't happen on9.1.17.0
.The text was updated successfully, but these errors were encountered: