Jan. 10, 2010
8:01 a.m.
Respect to this list, and maybe this should be a ticket. Shouldn't be better to have an established message to cleanup the image on release. Something like the cleanUpForImageRelease but generalized and then, the classes that need to do something like this, they implement that message.
So on release a new image version you only call something like
Smalltalk cleanUpForImageRelease.
It is already in ScriptLoader >> cleanUpForRelease
miguel proposes modular cleanUpForRelease solution. Keith in kernel extensions propose that and we should have a look at what he did I remember reading his code and making a report on the wiki.