The Trunk: Kernel-nice.1127.mcz

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

The Trunk: Kernel-nice.1127.mcz

commits-2
Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.1127.mcz

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

Name: Kernel-nice.1127
Author: nice
Time: 30 November 2017, 11:45:52.543057 pm
UUID: 90232bfa-3c54-41a3-a2cc-bb18baf40ede
Ancestors: Kernel-nice.1126

Object class initializedInstance shall not bark at me.

=============== Diff against Kernel-nice.1126 ===============

Item was added:
+ ----- Method: Metaclass>>initializedInstance (in category 'instance creation') -----
+ initializedInstance
+ thisClass class == self ifFalse: [^self new].
+ ^thisClass!