On Wed, Mar 10, 2010 at 8:51 AM, Adrian Lienhard
<adi@netstyle.ch> wrote:
>> 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