[squeak-dev] The Trunk: SMBase-cmm.120.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Feb 12 22:47:35 UTC 2011


Chris Muller uploaded a new version of SMBase to project The Trunk:
http://source.squeak.org/trunk/SMBase-cmm.120.mcz

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

Name: SMBase-cmm.120
Author: cmm
Time: 7 February 2011, 5:50:57.243 pm
UUID: bb8baafe-529f-4463-b4d5-9fcda5d4a3ce
Ancestors: SMBase-cmm.119

- Added SMCategorizableObject>>communitySupportedCategory.

=============== Diff against SMBase-cmm.119 ===============

Item was added:
+ ----- Method: SMCategorizableObject>>communitySupportedCategory (in category 'accessing') -----
+ communitySupportedCategory
+ 	^ self categories
+ 		detect: [:each | each name = 'Community Supported']
+ 		ifNone: []!

Item was changed:
  ----- Method: SMCategorizableObject>>isCommunitySupported (in category 'testing') -----
  isCommunitySupported
+ 	^ self communitySupportedCategory notNil!
- 	| csCat |
- 	csCat := self categories detect: [ : each | each name = 'Community Supported' ] ifNone: [ nil ].
- 	^ csCat notNil!




More information about the Squeak-dev mailing list