> Experimenting with that I found Object>>veryDeepCopy with DeepCopier, and > that lot of classes implements veryDeepCopyWith: deepCopier > Also it seems that it handles several cases without hanging ... > Do you have any opinion or advices on that ? > Did you use it ?
I would do a recursive copy with a fixed amount of recursion. So, this is not a shallowCopy, and not a deepCopy, but somewhere in between. And the end user can decide. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
