Project

General

Profile

« Previous | Next » 

Revision a1403fb7

Added by tenderlovemaking (Aaron Patterson) 4 months ago

Interpolated strings must not be frozen

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.

https://github.com/ruby/prism/pull/3606

[Bug #21187]