Oct. 2, 2015
9:50 a.m.
Hi, The method doing the copying could take into account the type of variable used and not recurse it when copying. In addition, with first class variables one could attach meta data for object copying and have some annotation âskip this when duplicatingâ. Marcus
On 02 Oct 2015, at 11:26, Stephan Eggermont <stephan@stack.nl> wrote:
If a morph holds onto another morph in an instVar, it often shouldn't be copied when doing a duplicate. Is that something that a MorphSlot variant could support?
Stephan