Dec. 29, 2010
10:49 a.m.
Comment #8 on issue 2130 by marianopeck: cleanUpForRelease and friends should use new cleanUp protocol http://code.google.com/p/pharo/issues/detail?id=2130 Excellent Adiran. Now I was thinking that maybe it is not a good idae to call #cleanUp: and #cleanUp in Smalltalk image. Because maybe that cclass has its own cleaning. Maybe we can put the self allClassesDo: [:each | each cleanUp: flag] in another method like #cleanUpAllClasses or something like that. Finally, check on Squeak, implementors of #cleanUp and #cleanUp: because they did much more.