The Trunk: Graphics-pre.386.mcz

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

The Trunk: Graphics-pre.386.mcz

commits-2
Patrick Rein uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-pre.386.mcz

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

Name: Graphics-pre.386
Author: pre
Time: 27 November 2017, 5:15:20.018723 pm
UUID: edc4e679-010f-c24c-b74e-3fe17fbefe4d
Ancestors: Graphics-nice.385

Improves comment and code of veryDeepCopy code in Color (very minor change)

=============== Diff against Graphics-nice.385 ===============

Item was changed:
  ----- Method: Color>>veryDeepCopyWith: (in category 'copying') -----
  veryDeepCopyWith: deepCopier
+ "I am immutable in the Morphic world. Do not record me."
+ ^ self!
- "Return self.  I am immutable in the Morphic world.  Do not record me."!