[squeak-dev] Re: Algernon issues with sq3.10-7159dev08.05.2

Igor Stasenko siguctua at gmail.com
Wed May 28 19:19:52 UTC 2008


2008/5/28 Igor Stasenko <siguctua at gmail.com>:
> A todo list how to uninstall it.
>
> First, add a

Small correction , do this first:

Algernon allInstances first deactivate.
Algernon allInstances first delete.


>
> Algernon class>>clearTems
>        DefaultAlgertems := nil
>
> then do:
>
> Algernon clearTems.
>
> SystemChangeNotifier uniqueInstance noMoreNotificationsFor: Algernon
> allInstances first.
> Algernon allInstances first delete.
> Smalltalk garbageCollect.
> self assert: Algernon allInstances size = 0.
>
> Installer unload: 'Algernon'
>
> but still OB keeps referencing ObsoleteMessyThings. Don't know how to
> flush this.
>
> Also i noticed that my dev image constantly grows and grows no matter
> what i do..
> Need some advice how to flush OB weak refs and history etc.
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>



-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list