[Pkg] The Trunk: Kernel-fbs.773.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jun 29 21:26:44 UTC 2013


Frank Shearar uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-fbs.773.mcz

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

Name: Kernel-fbs.773
Author: fbs
Time: 29 June 2013, 10:25:59.798 pm
UUID: ab25943a-ccea-0b40-b616-a299a93acd04
Ancestors: Kernel-fbs.772

Break a strand in the Kernel -> System dependency by moving MethodReference references into System-Support.

=============== Diff against Kernel-fbs.772 ===============

Item was removed:
- ----- Method: ClassDescription>>methodReferencesInCategory: (in category 'organization') -----
- methodReferencesInCategory: aCategoryName
- 	^(self organization listAtCategoryNamed: aCategoryName)
- 		collect: [:ea | MethodReference new
- 						setClassSymbol: self theNonMetaClass name
- 						classIsMeta: self isMeta
- 						methodSymbol: ea
- 						stringVersion: '']
- !

Item was removed:
- ----- Method: CompiledMethod>>methodReference (in category 'accessing') -----
- methodReference
- 	| class selector |
- 	class := self methodClass ifNil: [^nil].
- 	selector := self selector ifNil: [^nil].
- 	^MethodReference class: class selector: selector.
- 	!



More information about the Packages mailing list