Balloon3D refactored

Brian Keefer mgomes21 at cox.net
Mon Nov 18 23:42:28 UTC 2002


Ned Konz wrote:
> 

> or the perhaps less drastic:
> 
> B3DSceneMorph allInstancesDo: [ :ea | ea become: Morph new ].

I consider that to be more drastic. Doesn't morphic get mad when you break
the subMorph<->owner relationship? 
I once did that to kill a ReallyBrokenMorph, and I noticed that #become:
doesn't seem to touch weak references. Since I really wanted my borken
Morph dead, I followed it up with a GC.
> 
> --
> Ned Konz
> http://bike-nomad.com
> GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list