Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.503.mcz==================== Summary ====================
Name: Kernel-nice.503
Author: nice
Time: 1 October 2010, 10:41:05.264 pm
UUID: 23d5be4d-c5ff-4b77-97f7-fb925e59be1f
Ancestors: Kernel-eem.502
Remove #hashMappedBy: and #identityHashMappedBy:
=============== Diff against Kernel-eem.502 ===============
Item was removed:
- ----- Method: Magnitude>>hashMappedBy: (in category 'comparing') -----
- hashMappedBy: map
- "My hash is independent of my oop."
-
- ^self hash!
Item was changed:
----- Method: MethodFinder>>initialize (in category 'initialize') -----
(excessive size, no diff calculated)
Item was removed:
- ----- Method: Object>>hashMappedBy: (in category 'comparing') -----
- hashMappedBy: map
- "Answer what my hash would be if oops changed according to map."
-
- ^map newHashFor: self!
Item was removed:
- ----- Method: Object>>identityHashMappedBy: (in category 'comparing') -----
- identityHashMappedBy: map
- "Answer what my hash would be if oops changed according to map."
-
- ^map newHashFor: self!
Item was removed:
- ----- Method: SmallInteger>>identityHashMappedBy: (in category 'comparing') -----
- identityHashMappedBy: map
-
- ^ self!