On Tue Dec 04 08:40:12 2007, pmichaud wrote: > Cloning a Hash also causes its values to be cloned. > Perhaps this is the desired behavior, but if so, it's > inconsistent with cloning other aggregates.
After thinking about it a bit more, I'm not sure I want Hash's behavior with clone to change -- perhaps ResizablePMCArray should change to match Hash. Either way, I'm simply going to use this ticket to note the inconsistency between the two and let others decide if anything should be done about it. Thanks, Pm