The Trunk: Collections-fn.828.mcz

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

The Trunk: Collections-fn.828.mcz

commits-2
Fabio Niephaus uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-fn.828.mcz

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

Name: Collections-fn.828
Author: fn
Time: 29 April 2019, 12:52:37.794699 pm
UUID: a663df49-93bf-413e-a942-29f1d0fa4605
Ancestors: Collections-nice.827

Character shouldNotImplement postCopy.

=============== Diff against Collections-nice.827 ===============

Item was added:
+ ----- Method: Character>>postCopy (in category 'copying') -----
+ postCopy
+ "I will never be copied"
+ ^self shouldNotImplement!