[squeak-dev] The Trunk: Monticello-eem.498.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 1 21:31:17 UTC 2012


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!



More information about the Squeak-dev mailing list