2009/12/30 Stéphane Ducasse <stephane.ducasse@inria.fr>:
Igor I push the latest bit out. I did not remove trailerClass because the classVariable was still there. Let me know if it should be there or not (not time to check - wife shouting for diner :)
Once you remove #new, you can remove everything else in any order you prefer, including trailerClass & classvar.
Stef On Dec 30, 2009, at 6:10 PM, Stéphane Ducasse wrote:
I'm back from christmas shpping mess. ok I will do it.
On Dec 30, 2009, at 5:20 PM, Igor Stasenko wrote:
2009/12/30 Stéphane Ducasse <stephane.ducasse@inria.fr>:
hi igor
up to 11125 it works well and after when I was trying to do the last two cs using MC
in 11125 I get
new    ^ self trailerClass basicNew initialize trailerClass    ^ TrailerClass ifNil: [ OldMethodTrailer ]
in 11126 when I try to load these packages.
I get  CompiledMethodTrailer new             does understand trailerClass
You seem stepped on same trap as Andreas did. Â :) MC minds own method removal order, and removes #trailerClass before #new, which then leads to DNU.
Split cleanup into two stages: - in first update, remove just #new - in second , remove #trailerClass and the rest of stuff
so, MC will have no chances to interfere with removal order.
-- Best regards, Igor Stasenko AKA sig.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.