The Trunk: Kernel-fbs.799.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-fbs.799.mcz

commits-2
Frank Shearar uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-fbs.799.mcz

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

Name: Kernel-fbs.799
Author: fbs
Time: 6 August 2013, 5:49:04.874 pm
UUID: b2c45906-a80b-3542-a0b0-4abce3c7c1d8
Ancestors: Kernel-fbs.798

Move #allTraits, #traitCompisition and similar methods to Traits.

=============== Diff against Kernel-fbs.798 ===============

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

Item was removed:
- ----- Method: Behavior>>hasTraitComposition (in category 'traits') -----
- hasTraitComposition
- "Backstop. When traits are unloaded we never have a trait composition"
- ^false!

Item was removed:
- ----- Method: Behavior>>traitComposition (in category 'traits') -----
- traitComposition
- "Backstop. When traits are unloaded we never have a trait composition"
- ^#()!

Item was removed:
- ----- Method: Behavior>>traitCompositionString (in category 'traits') -----
- traitCompositionString
- "Backstop. Monticello needs a traitCompositionString even with traits unloaded"
- ^'{}'!