The Trunk: Monticello-ar.343.mcz

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

The Trunk: Monticello-ar.343.mcz

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

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

Name: Monticello-ar.343
Author: ar
Time: 28 December 2009, 1:37:41 am
UUID: 869b076e-188c-a847-b63c-57eb46d7e8b7
Ancestors: Monticello-nice.342

NanoTraits preparations: Vector traits creation through ClassDescription protocol so that we can replace Berne traits.

=============== Diff against Monticello-nice.342 ===============

Item was changed:
  ----- Method: MCTraitDefinition>>createClass (in category 'visiting') -----
  createClass
+ ^ClassDescription
+ newTraitNamed: name
- ^Trait
- named: name
  uses: (Compiler evaluate: self traitCompositionString)
  category: category
 
  !