Re: [Pharo-dev] 1.0 largeIdentityHash fails on 64-bit Linux

2018-01-07 Thread Nicolas Cellier
Known problem https://pharo.manuscript.com/f/cases/20119/basicIdentityHash-and-only-basicIdentityHash-MUST-be-defined-in-every-immediate-class https://pharo.manuscript.com/f/cases/20649/basicIdentityHash-and-only-basicIdentityHash-MUST-be-defined-in-every-immediate-class I thought it was resolved?

Re: [Pharo-dev] 1.0 largeIdentityHash fails on 64-bit Linux

2018-01-07 Thread Stephane Ducasse
https://github.com/pharo-project/pharo/pull/653 On Sun, Jan 7, 2018 at 3:14 PM, Stephane Ducasse wrote: > Tx I added the discussion to > https://pharo.fogbugz.com/f/cases/20936/64bit-primitiveFailure-for-1-0-largeIdentityHash > > Stef > > On Sun, Jan 7, 2018 at 11:18

Re: [Pharo-dev] 1.0 largeIdentityHash fails on 64-bit Linux

2018-01-07 Thread Stephane Ducasse
Tx I added the discussion to https://pharo.fogbugz.com/f/cases/20936/64bit-primitiveFailure-for-1-0-largeIdentityHash Stef On Sun, Jan 7, 2018 at 11:18 AM, Max Leske wrote: > That seems to fix it. SmallFloat64 needs to implement #basicIdentityHash > with primitive 171.

Re: [Pharo-dev] 1.0 largeIdentityHash fails on 64-bit Linux

2018-01-07 Thread Max Leske
That seems to fix it. SmallFloat64 needs to implement #basicIdentityHash with primitive 171. Thanks Eliot. On 7 January 2018 at 06:19:18, Eliot Miranda (eliot.mira...@gmail.com) wrote: Hi Ben, On Sat, Jan 6, 2018 at 8:47 PM, Ben Coman wrote: > With Linux 64 bit image >

Re: [Pharo-dev] 1.0 largeIdentityHash fails on 64-bit Linux

2018-01-06 Thread Eliot Miranda
Hi Ben, On Sat, Jan 6, 2018 at 8:47 PM, Ben Coman wrote: > With Linux 64 bit image > TestRunner running FLBinaryFileStreamSerializationTest > produces error "PrimitiveFailed: primitive #basicIdentityHash in > SmallFloat64 failed" > I suspect the SmallFloat64

[Pharo-dev] 1.0 largeIdentityHash fails on 64-bit Linux

2018-01-06 Thread Ben Coman
With Linux 64 bit image TestRunner running FLBinaryFileStreamSerializationTest produces error "PrimitiveFailed: primitive #basicIdentityHash in SmallFloat64 failed" The same error occurs evaluating... 1.0 largeIdentityHash which works fine on 32-bit.