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

commits at source.squeak.org commits at source.squeak.org
Sat Mar 31 18:19:10 UTC 2012


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

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

Name: Monticello-eem.497
Author: eem
Time: 31 March 2012, 11:18:47.052 am
UUID: 08de8544-c397-4e0d-a14d-6f4eb5716ca5
Ancestors: Monticello-bf.496

Move generally useful parts of MethodReference into base
System.

=============== Diff against Monticello-bf.496 ===============

Item was added:
+ SystemOrganization addCategory: #'Monticello-Base'!
+ SystemOrganization addCategory: #'Monticello-Chunk Format'!
+ SystemOrganization addCategory: #'Monticello-Loading'!
+ SystemOrganization addCategory: #'Monticello-Merging'!
+ SystemOrganization addCategory: #'Monticello-Modeling'!
+ SystemOrganization addCategory: #'Monticello-Patching'!
+ SystemOrganization addCategory: #'Monticello-Repositories'!
+ SystemOrganization addCategory: #'Monticello-Storing'!
+ SystemOrganization addCategory: #'Monticello-UI'!
+ SystemOrganization addCategory: #'Monticello-Versioning'!

Item was removed:
- SystemOrganization addCategory: #Monticello!
- SystemOrganization addCategory: #'Monticello-Base'!
- SystemOrganization addCategory: #'Monticello-Chunk Format'!
- SystemOrganization addCategory: #'Monticello-Loading'!
- SystemOrganization addCategory: #'Monticello-Merging'!
- SystemOrganization addCategory: #'Monticello-Modeling'!
- SystemOrganization addCategory: #'Monticello-Patching'!
- SystemOrganization addCategory: #'Monticello-Repositories'!
- SystemOrganization addCategory: #'Monticello-Storing'!
- SystemOrganization addCategory: #'Monticello-UI'!
- SystemOrganization addCategory: #'Monticello-Versioning'!
- SystemOrganization addCategory: #'Monticello-Mocks'!
- SystemOrganization addCategory: #'Monticello-Utilities'!

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

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

Item was removed:
- ----- Method: MethodReference>>compiledMethod (in category '*monticello') -----
- compiledMethod
- 	^ self actualClass compiledMethodAt: methodSymbol!

Item was removed:
- ----- Method: MethodReference>>source (in category '*monticello') -----
- source
- 	^ (self actualClass sourceCodeAt: methodSymbol) asString withSqueakLineEndings!

Item was removed:
- ----- Method: MethodReference>>timeStamp (in category '*monticello') -----
- timeStamp
- 	^ self compiledMethod timeStamp!



More information about the Squeak-dev mailing list