The Trunk: Kernel-ar.364.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-ar.364.mcz

commits-2
Andreas Raab uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ar.364.mcz

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

Name: Kernel-ar.364
Author: ar
Time: 3 January 2010, 1:13:39 am
UUID: f6172dc5-a959-eb46-b8da-6ce5ba6d9742
Ancestors: Kernel-ar.363

Add Behavior>>allTraits as another backstop for traits unloading.

=============== Diff against Kernel-ar.363 ===============

Item was added:
+ ----- Method: Behavior>>allTraits (in category 'traits') -----
+ allTraits
+ "Backstop. When traits are unloaded there are no traits hiding here."
+ ^#()!