Skip to content

Interpolated strings must not be frozen#13966

Merged
tenderlove merged 1 commit intoruby:masterfrom
tenderlove:prism-node
Jul 22, 2025
Merged

Interpolated strings must not be frozen#13966
tenderlove merged 1 commit intoruby:masterfrom
tenderlove:prism-node

Conversation

@tenderlove
Copy link
Member

Strings concatenated with backslash may end up being frozen when they shouldn't be. This commit fixes the issue. It required a change upstream in Prism, but also a change to the Prism compiler in CRuby.

ruby/prism#3606

[Bug #21187]

Strings concatenated with backslash may end up being frozen when they
shouldn't be.  This commit fixes the issue.  It required a change
upstream in Prism, but also a change to the Prism compiler in CRuby.

  ruby/prism#3606

[Bug #21187]
@tenderlove tenderlove merged commit a1403fb into ruby:master Jul 22, 2025
84 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant