[etoys-dev] Etoys: Etoys-kfr.55.mcz

commits at source.squeak.org commits at source.squeak.org
Mon May 16 17:03:38 EDT 2011


Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.55.mcz

==================== Summary ====================

Name: Etoys-kfr.55
Author: kfr
Time: 16 May 2011, 11:02:53 pm
UUID: 68eef8e4-23ba-3542-bc1a-dab5b8e70a56
Ancestors: Etoys-kfr.54

Fixes http://tracker.squeakland.org/browse/SQ-884

I'm a little unsure about the use of the deep copier and when you do weak copies etc...

=============== Diff against Etoys-kfr.54 ===============

Item was added:
+ ----- Method: WatcherWrapper>>veryDeepInner: (in category 'copying') -----
+ veryDeepInner: deepCopier
+ 	"Copy all of my instance variables.  Some need to be not copied at all, but shared.  	Warning!!!!  Every instance variable defined in this class must be handled.  We must also implement veryDeepFixupWith:.  See DeepCopier class comment."
+ 	super veryDeepInner: deepCopier.
+ 	player := player.
+ 	variableName := variableName.!



More information about the etoys-dev mailing list