FogBugz (Case [Issue]12307) Tools - Adding unload to GroupManager or GroupAbstract

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]12307) Tools - Adding unload to GroupManager or GroupAbstract

Pharo Issue Tracker
FogBugz Notification
avatar
Stephane Ducasse opened Case 12307: Adding unload to GroupManager or GroupAbstract and assigned it to Everyone:
Bug in Project:  Tools: 1. Pharo Image  •  You are subscribed to this case
I do not understand why

{#Nautilus. #PackageTreeNautilus} do: [:each | each asClass resetGroups].
or
GroupManager current "reset" (does not exist) and several 5 timesRepeat:[Smalltalk garbageCollect.].

do not get rid of the registration especially since they are weak

So now what I'm doing instead is

#AbstractGroup asClass allSubInstances do: [ :each | SystemAnnouncer uniqueInstance unsubscribe: each ].

And we should probably define that somewhere.
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo3.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want FogBugz notifications anymore? Update your preferences.

FogBugz

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker