-
Notifications
You must be signed in to change notification settings - Fork 313
fixed FrozenError caused by frozen-string-literal #390
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I'm helping Alex with maintenance now, and I'll get this merged. I think the problem with the CI is that it's testing on some versions of ruby that are now end of life, so I may remove the changes in 0e6e626, but they do help for now.
Linking this up: #374 also tried to address this. Neither PR is a superset of the other, so I'm not sure either one addressed the issue fully, but it is probably all still helping. I think the best way forward is to get rubocop up to date and enforce the |
https://github.com/Invoca/magic_frozen_string_literal I think this gem can help you to add the magic comment. |
Hi,
I got FrozenError when I used rubyzip gem with
--enable-frozen-string-literal
option.This PR is to fix the above error.