|
|
|
|
|
by neallindsay
342 days ago
|
|
Ruby has been extremely slow and deliberate in rolling out frozen string literals. They added a magic comment to opt in to them on a per-file basis all the way back in Ruby 2.3—almost a decade ago. https://www.ruby-lang.org/en/news/2015/12/25/ruby-2-3-0-rele... Most linting setups I've seen since then have required this line. I don’t expect many libraries to run afoul of this, and this warning setting will make finding them easy and safe. This will be nothing like the headache Python users faced transitioning to 3. |
|
I agree it has been a well advertised and loudly migration path and timeframe for it