[squeak-dev] The Trunk: PackageInfo-Base-fbs.65.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 21 21:50:19 UTC 2013


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

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

Name: PackageInfo-Base-fbs.65
Author: fbs
Time: 21 May 2013, 10:49:34.4 pm
UUID: b3074ae0-547c-4e9c-a7ff-b2f220574a37
Ancestors: PackageInfo-Base-bf.64

MethodReference new setStandardClass: foo methodSymbol: bar -> MethodReference class: foo selector: bar.

=============== Diff against PackageInfo-Base-bf.64 ===============

Item was changed:
  ----- Method: PackageInfo>>referenceForMethod:ofClass: (in category 'testing') -----
  referenceForMethod: aSymbol ofClass: aClass
+ 	^ MethodReference class: aClass selector: aSymbol!
- 	^ MethodReference new setStandardClass: aClass methodSymbol: aSymbol!



More information about the Squeak-dev mailing list