Re: [Pharo-users] Fail on condense when image name is drgeo.image

2019-03-07 Thread Hilaire
Thanks Alistair. Great! I can now build DrGeo with the P7.0.1 image. I will check with the P7.0.2, but should be fine. Now the OS X DrGeo build behave much more gently, but I need to test a bit further. Hilaire Le 06/03/2019 à 08:53, Alistair Grant a écrit : > For future reference: > > Issue: h

Re: [Pharo-users] Fail on condense when image name is drgeo.image

2019-03-05 Thread Alistair Grant
On Tue, 5 Mar 2019 at 22:11, Alistair Grant wrote: > > Hi Hilaire, > > On Tue, 5 Mar 2019 at 21:16, Hilaire wrote: > > > > Alistair, > > > > I checked, the error shows under this specific situation I described in > > my previous email. > > I figured out the environment that caused the primtiveFai

Re: [Pharo-users] Fail on condense when image name is drgeo.image

2019-03-05 Thread Alistair Grant
Hi Hilaire, On Tue, 5 Mar 2019 at 21:16, Hilaire wrote: > > Alistair, > > I checked, the error shows under this specific situation I described in > my previous email. I figured out the environment that caused the primtiveFailure and can see how my modified code avoids the issue. > Yes, your co

Re: [Pharo-users] Fail on condense when image name is drgeo.image

2019-03-05 Thread Hilaire
Alistair, I checked, the error shows under this specific situation I described in my previous email. Yes, your code fixes this condition, the condense does not hit this error anymore. Thanks Hilaire Le 05/03/2019 à 17:59, Alistair Grant a écrit : > I've attached a change-set that fixes #nextVe

Re: [Pharo-users] Fail on condense when image name is drgeo.image

2019-03-05 Thread Alistair Grant
Hi Hilaire, On Tue, 5 Mar 2019 at 15:09, HilaireFernandes wrote: > > The problem seems to happen when there is the following conditions, in the > folder containing the image: > > - there is a drgeo file, in my situation it is a link to the DrGeo > repository > - the image name is drgeo.image, ...

Re: [Pharo-users] Fail on condense when image name is drgeo.image

2019-03-05 Thread HilaireFernandes
The problem seems to happen when there is the following conditions, in the folder containing the image: - there is a drgeo file, in my situation it is a link to the DrGeo repository - the image name is drgeo.image, ... - PharoCondense is executed, then FileRefrence>>nextVersion seems confused by t

Re: [Pharo-users] Fail on condense when image name is drgeo.image

2019-03-04 Thread Alistair Grant
Hi Hilaire, On Mon, 4 Mar 2019 at 22:18, Hilaire wrote: > > Hi, > > When I use the stable P7, drgeo build fails. > > There is an obscure error in File>>nextVersion, with negative index > which are not catch, although it looks like it should be. > > This same build was working on alpha P7 of June.