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

commits at source.squeak.org commits at source.squeak.org
Sun May 8 23:19:53 UTC 2011


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

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

Name: SMBase-cmm.128
Author: cmm
Time: 8 May 2011, 6:19:37.616 pm
UUID: 7035d70b-b46e-4a78-a570-12061d1abc58
Ancestors: SMBase-cmm.127

Fixed comment.

=============== Diff against SMBase-cmm.127 ===============

Item was changed:
  ----- Method: SMSqueakMap>>packageWithName:ifAbsent: (in category 'queries') -----
  packageWithName: aName ifAbsent: aBlock 
+ 	"Look up a package by exact match on name. Answer the value of aBlock if missing."
- 	"Look up a package by exact match on name. Return nil if missing."
  	^ self packages
  		detect: [ : package | package name = aName ]
  		ifNone: aBlock!




More information about the Squeak-dev mailing list