July 23, 2010
8:19 a.m.
clone was a shallow copy and we replaced it by shallowCopy, copy copy
^ self shallowCopy postCopy
We removed clone from pharo because tired to have three times the same half way done. because only some parts of the system used clone and other shallow
IE, the correct action would be to replace #clone calls with #shallowCopy (alternatively copy, if that makes more sense) calls in the PharoSound package?
yes