Issue status update for
http://smalltalk.gnu.org/project/issue/87
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/87
Project: GNU Smalltalk
Version: <none>
Component: Base classes
Category: bug reports
Priority: normal
-Assigned to: Unassigned
+Assigned to: bonzinip
Reported by: elmex
Updated by: bonzinip
-Status: active
+Status: reviewed
Attachment:
http://smalltalk.gnu.org/files/issues/gst-dictionary-deepcopy.patch (736 bytes)
Fixed with the attached patch. It copies both keys and values. Do you
reckon it would be better to only copy values?
st> (Dictionary from: {'a' -> 1}) deepCopy keys anyOne == 'a'
false
st> (Dictionary from: {'a' -> 1}) deepCopy keys anyOne = 'a'
true
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk