The Trunk: Kernel-nice.535.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.535.mcz

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

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

Name: Kernel-nice.535
Author: nice
Time: 29 December 2010, 1:23:53.998 pm
UUID: 779b35c6-c256-407f-96f0-17420be3d5e6
Ancestors: Kernel-nice.534

revert last change because MC load order will create an infinite loop.

=============== Diff against Kernel-nice.534 ===============

Item was changed:
  ----- Method: ClassDescription>>isClassSide (in category 'accessing parallel hierarchy') -----
  isClassSide
+ ^self == self classSide!
- ^self isMeta!