Etoys: Etoys-kfr.55.mcz

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

Etoys: Etoys-kfr.55.mcz

commits-2
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.!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev