[#70257] [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI — ko1@...

Issue #11420 has been reported by Koichi Sasada.

11 messages 2015/08/06

[ruby-core:70524] [Ruby trunk - Feature #11473] Immutable String literal in Ruby 3

From: mame@...
Date: 2015-08-21 17:15:53 UTC
List: ruby-core #70524
Issue #11473 has been updated by Yusuke Endoh.


Objection, unless a bailout is provided.

`""` as a StringBuilder is acutally useful.  `"".dup` is too tiring.

For example, how about make `String#+@` an alias to `String#dup`?

`+""` is also tiring, but better than nothing at all.

I have to insist that the bailout be one character.

-- 
Yusuke Endoh <mame@ruby-lang.org>

----------------------------------------
Feature #11473: Immutable String literal in Ruby 3
https://bugs.ruby-lang.org/issues/11473#change-53928

* Author: Koichi Sasada
* Status: Open
* Priority: Normal
* Assignee: Yukihiro Matsumoto
----------------------------------------
Matz said "All String literals are immutable (frozen) on Ruby 3".

This ticket is place holder to discuss about that.




-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next