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 09:32:42 +09:00
2019-11-18 01:00:25 +02:00
2019-11-18 01:00:25 +02:00
2019-12-20 09:32:42 +09:00
2019-11-12 17:24:48 +09:00
2019-12-11 12:35:51 +09:00
2019-11-06 11:17:09 +09:00
2019-10-26 12:52:50 +09:00
2019-09-21 16:10:37 -07:00
2019-11-13 15:36:58 +09:00
2019-11-23 01:57:19 +09:00
2019-09-25 11:18:49 -07:00
2019-09-09 20:24:03 +09:00
2019-11-18 01:00:25 +02:00
2019-12-03 08:51:50 +09:00
2019-11-19 15:35:14 -06:00
2019-12-03 23:18:28 +02:00
2019-11-30 23:26:09 -05:00
2020-01-03 20:13:09 -08:00
2020-01-02 18:40:45 -08:00
2019-11-13 09:38:22 -08:00
2019-12-23 11:54:25 +09:00
2019-12-18 13:35:58 +09:00
2019-08-29 11:10:45 +09:00
2019-07-31 14:35:54 +09:00
2019-10-01 19:19:56 +09:00
2019-12-31 19:43:36 +09:00
2019-11-07 12:46:14 -08:00
2019-11-08 12:41:05 -08:00
2019-12-26 15:50:34 +09:00
2019-10-21 21:24:21 +09:00
2019-12-15 23:13:16 +09:00
2020-01-02 18:40:45 -08:00
2019-11-18 10:24:38 +09:00
2019-12-01 10:53:59 -08:00
2020-01-02 18:40:45 -08:00
2019-12-21 09:08:52 -05:00
2019-12-11 04:59:56 +02:00
2019-09-25 11:18:49 -07:00
2019-11-18 01:00:25 +02:00
2020-01-02 18:40:45 -08:00
2020-01-03 20:13:09 -08:00
2020-01-03 20:13:09 -08:00
2019-12-31 19:43:36 +09:00
2019-12-31 19:43:36 +09:00
2020-01-02 18:40:45 -08:00
2020-01-03 20:13:09 -08:00
2019-12-23 15:04:56 +09:00
2019-11-18 01:00:25 +02:00
2019-11-18 01:00:25 +02:00
2019-11-14 16:37:25 +09:00
2019-12-23 11:54:25 +09:00
2019-12-21 10:06:14 +09:00
2020-01-02 18:40:45 -08:00
2019-12-17 00:44:53 +09:00
2019-12-15 14:47:36 +09:00
2019-12-25 13:36:23 +09:00
2019-11-28 19:57:04 +09:00
2019-12-04 06:40:54 +09:00
2019-12-06 00:12:58 +09:00
2019-12-11 12:35:51 +09:00
2019-12-20 23:51:17 +09:00
2019-09-26 16:28:34 +09:00
2019-12-04 21:02:21 -05:00
2019-11-18 01:00:25 +02:00
2019-12-20 15:09:23 +09:00
2020-01-02 18:40:45 -08:00
2019-12-12 15:50:19 +09:00
2019-12-04 06:40:54 +09:00
2020-01-02 18:40:45 -08:00
2019-12-30 23:19:31 -08:00
2019-12-22 06:29:52 +09:00
2019-12-17 11:53:30 +09:00
2019-10-17 12:21:47 -07:00
2019-11-18 01:00:25 +02:00
2019-11-29 20:32:03 +02:00
2019-08-29 20:40:52 +09:00