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

Compiling from source yields syntax errors in various files due to deprecated method File.exists. #646

Open
atarax42 opened this issue Feb 11, 2025 · 3 comments
Assignees

Comments

@atarax42
Copy link

Found in version 0.8.0rc3

The Ruby method File.exists is no longer supported. It was changed to File.exist. Thus Rubyripper terminates on execution.

See https://ruby-doc.org/core-2.5.0/File.html#method-c-exist-3F

@FabioLolix
Copy link

Hi seems a duplicate of #639, fixed in 0b8dced

Thanks to your message I applied the fix for AUR users

@atarax42
Copy link
Author

Will there be a new official release, so users of other distros can benefit from the updated source, too?

@bleskodev
Copy link
Owner

Hello, yes this has been fixed.
I created a new tag (rc4) that marks a new 'release'.
I hope this will help with solving your problem.
Cheers!

@bleskodev bleskodev self-assigned this Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants