-
-
Notifications
You must be signed in to change notification settings - Fork 924
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
Symbol#to_s
returns a frozen String
#7481
Milestone
Comments
mshibuya
added a commit
to railsadminteam/rails_admin
that referenced
this issue
Nov 26, 2022
mshibuya
added a commit
to railsadminteam/rails_admin
that referenced
this issue
Nov 26, 2022
pcai
pushed a commit
to pcai/rails_admin
that referenced
this issue
Nov 26, 2022
flavorjones
added a commit
to sparklemotion/mechanize
that referenced
this issue
Feb 7, 2023
until jruby/jruby#7481 is in a release
flavorjones
added a commit
to sparklemotion/mechanize
that referenced
this issue
Feb 7, 2023
until jruby/jruby#7481 is in a release
flavorjones
added a commit
to sparklemotion/mechanize
that referenced
this issue
Mar 5, 2023
jruby/jruby#7481 is fixed in 9.4.1.0
flavorjones
added a commit
to sparklemotion/mechanize
that referenced
this issue
Mar 5, 2023
jruby/jruby#7481 is fixed in 9.4.1.0
flavorjones
added a commit
to sparklemotion/mechanize
that referenced
this issue
Mar 5, 2023
jruby/jruby#7481 is fixed in 9.4.1.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Symbol#to_s
returns a frozen String on JRuby 9.4, but under CRuby 3.1 it returns a new unfrozen String.Environment Information
jruby 9.4.0.0 (3.1.0) 2022-11-23 95c0ec159f OpenJDK 64-Bit Server VM 17.0.5+8 on 17.0.5+8 +jit [x86_64-linux]
Expected Behavior
# => false
Actual Behavior
# => true
The text was updated successfully, but these errors were encountered: