-
Notifications
You must be signed in to change notification settings - Fork 188
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
NameError: uninitialized constant File::SHARE_DELETE #3745
Comments
Yeah, indeed. Thank you!
|
Fixed in 08fdec7 |
I have What is the workaround till 24.2.0 release? |
Looks like the The SHA1 As a workaround I would check other Ruby version managers - whether they provide a way to install a fresher dev build. Dev builds are also available on Github - installation details are described in the following document - https://github.com/oracle/truffleruby/blob/master/doc/user/installing-truffleruby.md. |
@ksr-13 https://github.com/ONLYOFFICE-QA/ooxml_parser/pull/1427/files |
We should add truffleruby to ruby/logger CI and propose a workaround there so it works on the current release. |
A workaround in the logger gem was merged (ruby/logger#114). So the next logger release will work properly on the current TruffleRuby release (24.1) |
Hi there!
logger
gem has been released with support of log file rotation on Windows (ruby/logger@7b6146f) and now CI fails :Backtrace :
It seems that
File::SHARE_DELETE
is only available on Windows in Truffleruby : https://github.com/oracle/truffleruby/blob/master/spec/ruby/core/file/shared/unlink.rb#L51Thank you!
The text was updated successfully, but these errors were encountered: