The Trunk: Collections-topa.662.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Collections-topa.662.mcz

commits-2
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
+ !