[Pkg] Monticello Public: PackageInfo-Base-mtf.56.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Oct 4 17:18:24 UTC 2008


A new version of PackageInfo-Base was added to project Monticello Public:
http://www.squeaksource.com/mc/PackageInfo-Base-mtf.56.mcz

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

Name: PackageInfo-Base-mtf.56
Author: mtf
Time: 4 October 2008, 10:18:21 am
UUID: ea7fa2e0-3be1-4482-be7c-fc040b5caf32
Ancestors: PackageInfo-Base-mtf.55

Make use of Mantis fix 7205: use the category ivar of MethodReference to speed up MC snapshotting

Removed an unused extension method from MethodReference

=============== Diff against PackageInfo-Base-mtf.55 ===============

Item was changed:
  ----- Method: PackageInfo>>methodsInClass:category:do: (in category 'single-pass') -----
  methodsInClass: aClass category: aCategory do: aBlock
  "Enumerate the methods in the given class and category"
  
  	(aClass organization listAtCategoryNamed: aCategory) do: [:selector |
+ 		aBlock value: ((self referenceForMethod: selector ofClass: aClass) category: aCategory)]!
- 		aBlock value: (self referenceForMethod: selector ofClass: aClass)]!

Item was removed:
- ----- Method: MethodReference>>sourceCode (in category '*packageinfo-base') -----
- sourceCode
- 	^ self actualClass sourceCodeAt: methodSymbol!



More information about the Packages mailing list