Update process encountered Halted, log is attached. Image is Trunk-091128.zip
On Tue, Dec 1, 2009 at 6:42 AM, <
[hidden email]> wrote:
> Andreas Raab uploaded a new version of Kernel to project The Trunk:
>
http://source.squeak.org/trunk/Kernel-ul.313.mcz>
> ==================== Summary ====================
>
> Name: Kernel-ul.313
> Author: ul
> Time: 1 December 2009, 4:22:35 am
> UUID: 46ec2793-b46f-fa4c-9149-63e980f5625f
> Ancestors: Kernel-ul.312
>
> Part 2 of updating Object >> #hash.
>
> =============== Diff against Kernel-ul.312 ===============
>
> Item was changed:
> ----- Method: Object>>hash (in category 'comparing') -----
> hash
> "Answer a SmallInteger whose value is related to the receiver's identity.
> May be overridden, and should be overridden in any classes that define = "
>
> - CollectionRehashingUtility quickRehashBecause: #objectHashChanged.
> ^self scaledIdentityHash!
>
>
>