Jeremy Evans 04eb7c7e46 Call initialize_clone with freeze: false if clone called with freeze: false
This makes it possible to initialize_clone to correctly not freeze
internal state if the freeze: false keyword is passed to clone.

If clone is called with freeze: true or no keyword, do not pass
a second argument to initialize_clone to keep backwards
compatibility.

This makes it so that external libraries that override
initialize_clone but do not support the freeze keyword will fail
with ArgumentError if passing freeze: false to clone.  I think that
is better than the current behavior, which succeeds but results in
an unfrozen object with frozen internals.

Fix related issues in set and delegate in stdlib.

Fixes [Bug #14266]
2020-01-03 20:13:09 -08:00
..
2019-12-20 12:19:45 +09:00
2019-12-23 00:47:41 -05:00
2019-12-12 09:14:09 +09:00
2019-12-20 12:19:45 +09:00
2019-12-04 13:36:41 +09:00
2019-12-20 12:19:45 +09:00
2019-12-30 23:19:31 -08:00
2019-12-09 13:46:23 +09:00
2019-12-06 16:03:16 +09:00