-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Immutable objects detected as mutable when immutable. #2630
Comments
envygeeks
changed the title
Mutable objects detected as immutable when mutable.
Mutable objects detected as immutable when muted.
Jan 13, 2016
envygeeks
changed the title
Mutable objects detected as immutable when muted.
Immutable objects detected as mutable when immutable.
Jan 13, 2016
Wow, I was confused for a second. Either way the error is still valid. |
Now that the frozen string literal stuff is in master, I can try and tackle this. |
Awesome, thanks! |
FYI: this is still a problem unless you set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
master
warns about freezing mutableObject
's but does not detect thefrozen-string-literal: true
comment leading to an invalid warning:The text was updated successfully, but these errors were encountered: