Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.342.mcz==================== Summary ====================
Name: Kernel-nice.342
Author: nice
Time: 24 December 2009, 3:09:11 am
UUID: 18953e6e-7722-49c9-9247-4606de701531
Ancestors: Kernel-Igor.Stasenko.341
Use scaledIdentityHash for hashing
=============== Diff against Kernel-Igor.Stasenko.341 ===============
Item was changed:
----- Method: FutureMaker>>hash (in category 'comparing') -----
hash
+ ^self scaledIdentityHash!
- ^self identityHash!