The Trunk: Traits-nice.247.mcz

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

The Trunk: Traits-nice.247.mcz

commits-2
Nicolas Cellier uploaded a new version of Traits to project The Trunk:
http://source.squeak.org/trunk/Traits-nice.247.mcz

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

Name: Traits-nice.247
Author: nice
Time: 24 December 2009, 3:18:36 am
UUID: 79feaefa-d26b-4ae1-8191-c3cccf8f4f1b
Ancestors: Traits-nice.246

Use scaledIdentityHash for hashing

=============== Diff against Traits-nice.246 ===============

Item was changed:
  ----- Method: LocatedMethod>>hash (in category 'comparing') -----
  hash
+ ^ self method scaledIdentityHash!
- ^ self method identityHash!