[squeak-dev] The Trunk: Collections-topa.662.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 7 21:13:39 UTC 2015


Tobias Pape uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-topa.662.mcz

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

Name: Collections-topa.662
Author: topa
Time: 7 October 2015, 11:13:28.941 pm
UUID: 6d4a71bf-33fb-4f9e-826e-e8703447be63
Ancestors: Collections-topa.661

Make Text more polymorphic with String (again)

=============== Diff against Collections-topa.661 ===============

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 Squeak-dev mailing list