Re: [Pharo-dev] Issue that may break Epicea

2017-08-17 Thread Guillermo Polito
Ahh!! Yes, there is a test that fails from time to time, but nothing to do with that PR I think. Actually, Martin if you have some time to check, there is a cyclothymic test that fails randomly on the CI. Maybe the test needs to be more robust. On Thu, Aug 17, 2017 at 5:03 PM, Stephane Ducasse

Re: [Pharo-dev] Issue that may break Epicea

2017-08-17 Thread Stephane Ducasse
I do not know but tests broke when I integrated the changes. On Thu, Aug 17, 2017 at 10:59 AM, Guillermo Polito < guillermopol...@gmail.com> wrote: > Why would it break epicea? > > There is no major change in API. Only the method #createDirectory is > removed, but the only users are internal to

Re: [Pharo-dev] Issue that may break Epicea

2017-08-17 Thread Martin Dias
Hm, I'll take it into account anyway, thanks. I miss coding in Pharo! I have to reserve some aftenoon to work in some epicea open issues. Cheers, Martin On Thu, Aug 17, 2017 at 5:59 AM, Guillermo Polito wrote: > Why would it break epicea? > > There is no major change

Re: [Pharo-dev] Issue that may break Epicea

2017-08-17 Thread Guillermo Polito
Why would it break epicea? There is no major change in API. Only the method #createDirectory is removed, but the only users are internal to the library. In my latest image there are no Epicea users of it. On Wed, Aug 16, 2017 at 8:59 PM, Stephane Ducasse wrote: > Hi