The Trunk: EToys-dtl.230.mcz

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

The Trunk: EToys-dtl.230.mcz

commits-2
David T. Lewis uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-dtl.230.mcz

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

Name: EToys-dtl.230
Author: dtl
Time: 4 September 2016, 12:50:29.050862 pm
UUID: 9298ab92-7fcb-46f8-b39d-2b242fda0f2f
Ancestors: EToys-nice.229

Remove the Character>>setValue: EToys extension because it is unreferenced in Spur and it breaks Character in a V3 image.

=============== Diff against EToys-nice.229 ===============

Item was removed:
- ----- Method: Character>>setValue: (in category '*Etoys-Squeakland-private') -----
- setValue: newValue
- ^self error:'Characters are immutable'
- !