-
-
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
Frozen String error message different from MRI #1907
Milestone
Comments
alexfalkowski
added a commit
to alexfalkowski/rfunk
that referenced
this issue
Aug 15, 2014
alexfalkowski
added a commit
to alexfalkowski/rfunk
that referenced
this issue
Aug 15, 2014
alexfalkowski
added a commit
to alexfalkowski/rfunk
that referenced
this issue
Aug 15, 2014
alexfalkowski
added a commit
to alexfalkowski/rfunk
that referenced
this issue
Aug 15, 2014
This is incorrect still in JRuby 1.7.21 but has been fixed in 9k:
So I'm going to go ahead and close it out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Team,
There seems to be a bit of inconsistency with the error messages when we try to modify frozen object.
In Ruby MRI:
In JRuby:
The difference here is the casing.
If we have a custom class
In Ruby MRI:
In JRuby:
In this example we are missing the name of the class.
The text was updated successfully, but these errors were encountered: