Jan. 8, 2011
5:02 p.m.
+1 If you accept a two phase approach (as I understood Seaside may be heavily impacted): 1) Let's add add copyFrom: in Sequenceable as self copyFrom: a to: self size; 1.1) Test for issues with Seaside/Mondrian, etc., i.e., all production environments, if they come green from this mod, commit. 2) Do the deprecation protocol in Object>>copyFrom: (adding Object>>copyStateFrom:). 3) Remove Object>>copyFrom: Regards, -- Cesar Rabak Em 08/01/2011 12:22, Stéphane Ducasse < stephane.ducasse@inria.fr > escreveu: What we will do is deprecate copyFrom: from Object -> copyStateFrom: add copyFrom: in Sequenceable as self copyFrom: a to: self size Stef