[Pharo-project] chasing AnObsoleteFlaps
I tried this to get rid of AnObsoleteFlaps Preferences dictionaryOfPreferences: (Preferences dictionaryOfPreferences reject: [:e | e value isObsolete]). Unfortunately, RequiredSelectors still has some references... Just too bad.
I imagine that we can flush the caches. Stef On Nov 5, 2009, at 10:36 PM, Nicolas Cellier wrote:
I tried this to get rid of AnObsoleteFlaps
Preferences dictionaryOfPreferences: (Preferences dictionaryOfPreferences reject: [:e | e value isObsolete]).
Unfortunately, RequiredSelectors still has some references... Just too bad.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yes, but given all the Weak* things used, shouldn't they auto-flush ? 2009/11/6 Stéphane Ducasse <stephane.ducasse@inria.fr>:
I imagine that we can flush the caches.
Stef
On Nov 5, 2009, at 10:36 PM, Nicolas Cellier wrote:
I tried this to get rid of AnObsoleteFlaps
Preferences dictionaryOfPreferences: (Preferences dictionaryOfPreferences reject: [:e | e value isObsolete]).
Unfortunately, RequiredSelectors still has some references... Just too bad.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Nicolas Cellier -
Stéphane Ducasse