[squeak-dev] The Trunk: System-dtl.138.mcz

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

[squeak-dev] The Trunk: System-dtl.138.mcz

commits-2
David T. Lewis uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.138.mcz

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

Name: System-dtl.138
Author: dtl
Time: 29 August 2009, 3:15:27 am
UUID: 766e5fa8-0bee-4613-b450-082151567a9d
Ancestors: System-ar.137

Use #identityHash rather than #asOop in MessageTally>>Hash

=============== Diff against System-ar.137 ===============

Item was changed:
  ----- Method: MessageTally>>hash (in category 'comparing') -----
  hash
  "Hash is reimplemented because = is implemented."
 
+ ^method identityHash!
- ^method asOop!

Item was removed: