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

Incorrect frozen value for interpolated string #2661

Closed
kddnewton opened this issue Apr 2, 2024 · 1 comment
Closed

Incorrect frozen value for interpolated string #2661

kddnewton opened this issue Apr 2, 2024 · 1 comment
Labels
bug Something isn't working compiler

Comments

@kddnewton
Copy link
Collaborator

# frozen_string_literal: true

p "#{'foo'}".frozen?

should not be frozen

@kddnewton kddnewton added bug Something isn't working compiler labels Apr 2, 2024
@kddnewton kddnewton added this to the CRuby unblocked milestone Apr 2, 2024
@kddnewton
Copy link
Collaborator Author

Fixed by ruby/ruby#10454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler
Projects
None yet
Development

No branches or pull requests

1 participant