2008/5/28 Igor Stasenko <
[hidden email]>:
> 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.