The Trunk: Monticello-eem.498.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-eem.498.mcz

commits-2
Eliot Miranda uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-eem.498.mcz

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

Name: Monticello-eem.498
Author: eem
Time: 1 April 2012, 2:30:52.298 pm
UUID: 91626449-2662-4dc4-baf0-ef7cf2071efb
Ancestors: Monticello-eem.497

Move asMethodDefinition snafu back into Monticello.
Dyslexia on my part (I read asMethodReference).

=============== Diff against Monticello-eem.497 ===============

Item was added:
+ ----- Method: ChangeRecord>>asMethodDefinition (in category '*monticello') -----
+ asMethodDefinition
+ ^ MCMethodDefinition
+ className: class
+ classIsMeta: meta
+ selector: self methodSelector
+ category: category
+ timeStamp: stamp
+ source: self string!

Item was added:
+ ----- Method: MethodReference>>asMethodDefinition (in category '*monticello') -----
+ asMethodDefinition
+ ^ MCMethodDefinition forMethodReference: self!