Re: [Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-08-04 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Denis. I drag and drop the image on the Pharo.app, but it's is an issue of Pharo8 (and also Pharo7, I downloaded a vm and tested it) because on Pharo6 everything is fine. Davide Denis Kudriashov wrote > It can be a known issue with MacOS, the way how an operating system

Re: [Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-08-03 Thread Denis Kudriashov
It can be a known issue with MacOS, the way how an operating system assigns a working directory for applications. For example starting an app using double click from Finder will use a root directory as a working copy. Davide how did you start the Pharo? Can you try to run it from the command

Re: [Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-08-03 Thread Stéphane Ducasse
I took a Pharo8 image and Metacello new repository: 'github://theseion/Fuel:3.0.2/repository '; baseline: 'Fuel'; load. and run the tests and all the tests are green on my machine. 595 ran, 576 passed, 1 skipped, 19 expected failures, 0 failures, 0 errors, 0 passed unexpected S.

Re: [Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-08-03 Thread Stéphane Ducasse
I still find it strange because Max and Martin are always taking care about fuel and I do not see them publishing a version for a new version with red tests. S > On 27 Jul 2020, at 12:15, Davide Varvello wrote: > > > From: Davide Varvello > Subject: Fuel - FLSerializer tests are not working

Re: [Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-07-28 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi, I discovered why tests are failing. The reason is that Fuel is using root directory as working path instead of the working directory. Unfortunately the root dir is not writeable (of course) and so the failings. I guess the mistake occurs because since Pharo (7?) the

[Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-07-27 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Guys, There is something wrong with Fuel. I got the version for Pharo 8 Metacello new repository: 'github://theseion/Fuel:3.0.2/repository'; baseline: 'Fuel'; load. But tests are red, all tests of FLBinaryFileStreamBasicSerializationTest and others Cheers