March 10, 2010
7:51 a.m.
It seems there is a problem as cleanUp or cleanUp: are implemented in SmalltalkImage but not in SystemDictionary...so evaluating
Smalltalk cleanUp. Smalltalk cleanUp: true.
gives a DNU.
Another question....wouldn't be a good idea to add at least a "Smalltalk cleanUp. " in ScriptLoader >> cleanUpForRelease ??? or similar....
Yes. And when we adopt the cleanUp protocol, the stuff in cleanUpForRelease should be moved into the appropriate classes. Cheers, Adrian