On 03 Mar 2015, at 08:06, Marcus Denker <marcus.denker@inria.fr> wrote:


On 02 Mar 2015, at 18:29, Marcus Denker <marcus.denker@inria.fr> wrote:



Other things TODO to make it even smaller:

- Hunt down that one GTPlayground instance that is hanging around

This is *strange*. I was able to get it down to 1

Smalltalk garbageCollect.
Smalltalk garbageCollect.
Smalltalk garbageCollect.
GTPlayground allInstances size.

and then I saved that and uploaded it the build server. Now all the Undeclareds are gone.
Yet, when I download the last build, open *one* GTPlayground:

GTPlayground allInstances size ==> 2.
There is something happening that I don���t understand.

I think we found it:

https://pharo.fogbugz.com/f/cases/15044/GTSpotterGlobalShortcut-class-needs-to-have-cleanUp

Marcus