[Pkg] The Trunk: Collections-cmm.663.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 8 15:19:32 UTC 2015


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

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

Name: Collections-cmm.663
Author: cmm
Time: 8 October 2015, 10:19:13.283 am
UUID: 8e6500e4-15d6-43a8-8b85-0c8cb36f5a82
Ancestors: Collections-mt.657

>From Tobias:  Make Text more polymorphic with String.

=============== Diff against Collections-mt.657 ===============

Item was added:
+ ----- Method: Text>>hashWithInitialHash: (in category 'comparing') -----
+ hashWithInitialHash: initialHash 
+ 	"Implemented to be polymorphic with String"
+ 	^ self string hashWithInitialHash: initialHash
+ !



More information about the Packages mailing list