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] failing tests in Pharo 7

2018-01-07 Thread Eliot Miranda
Hi All, > On Jan 7, 2018, at 1:30 AM, Alistair Grant wrote: > > Hi Sven. > >> On 6 January 2018 at 22:55, Sven Van Caekenberghe wrote: >> >> >>> On 6 Jan 2018, at 20:08, Alistair Grant wrote: >>> >>> Hi Ben, >>> On 6

Re: [Pharo-dev] Tonel trouble in P7 development branch for collection tests

2018-01-07 Thread Stephane Ducasse
I have the same. I could not understand why some of my selectors get this . Do you think that this is just a bug in the file? I was trying to understand how such period appeared. But indeed they were already like that in Pharo 60. I integrated your PR Stef On Sat, Jan 6, 2018 at 1:06 AM, Torsten

[Pharo-dev] [Pharo 7.0-dev] Build #412: SUCCESS

2018-01-07 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #412 was: SUCCESS. Could not extract further issue information from commit message: https://github.com/pharo-project/pharo/pull/617 https://pharo.fogbugz.com/f/cases/20875/ Build Url:

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.

[Pharo-dev] Pharo 64bit on Ubuntu (was Re: failing tests in Pharo 7)

2018-01-07 Thread Alistair Grant
Hi Ben, On 7 January 2018 at 05:22, Ben Coman wrote: > Ubuntu 16.04 64bit > Build information: > Pharo-7.0+alpha.build.409.sha.bb4eaaf976e3fb148b33b6d87598022b77329768 (64 > Bit) > Virtual Machine: Pharo64/lib/pharo/5.0-201712211450/pharo I've mostly ignored 64 bit Pharo

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] failing tests in Pharo 7

2018-01-07 Thread Sven Van Caekenberghe
> On 7 Jan 2018, at 10:30, Alistair Grant wrote: > > Hi Sven. > > On 6 January 2018 at 22:55, Sven Van Caekenberghe wrote: >> >> >>> On 6 Jan 2018, at 20:08, Alistair Grant wrote: >>> >>> Hi Ben, >>> >>> On 6 January 2018 at

Re: [Pharo-dev] failing tests in Pharo 7

2018-01-07 Thread Alistair Grant
Hi Sven. On 6 January 2018 at 22:55, Sven Van Caekenberghe wrote: > > >> On 6 Jan 2018, at 20:08, Alistair Grant wrote: >> >> Hi Ben, >> >> On 6 January 2018 at 12:09, Ben Coman wrote: >>> It great having a CI system to check all our