The Trunk: Monticello-ar.336.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.336.mcz

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

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

Name: Monticello-ar.336
Author: ar
Time: 12 December 2009, 12:59:28 pm
UUID: f29081d1-6541-ee49-8f48-60621d234bb1
Ancestors: Monticello-ul.335

Repairing the confusion about MethodReference>>category: Put it back into Monticello temporarily so that we can transfer it properly to the System package

=============== Diff against Monticello-ul.335 ===============

Item was added:
+ ----- Method: MethodReference>>category (in category '*monticello') -----
+ category
+ ^ category ifNil: [category := self actualClass organization categoryOfElement: methodSymbol]!