[Pkg] The Trunk: PackageInfo-Base-nice.36.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jan 3 14:51:16 UTC 2010


Nicolas Cellier uploaded a new version of PackageInfo-Base to project The Trunk:
http://source.squeak.org/trunk/PackageInfo-Base-nice.36.mcz

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

Name: PackageInfo-Base-nice.36
Author: nice
Time: 3 January 2010, 3:51:13 am
UUID: bce33ead-36be-4e71-b7b9-6ee8b334b092
Ancestors: PackageInfo-Base-nice.35

remove some #or:or: #and:and: sends

=============== Diff against PackageInfo-Base-nice.35 ===============

Item was changed:
  ----- Method: PackageInfo>>methods (in category 'listing') -----
  methods
  	^ (self extensionMethods, self coreMethods) select: [:method |
  		method isValid
+ 			and: [method isLocalSelector
+ 			and: [method methodSymbol isDoIt not]]]!
- 			and: [method isLocalSelector]
- 			and: [method methodSymbol isDoIt not]]!



More information about the Packages mailing list