--- 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 File* and Stream*
classes changed.
Cheers
Davide



Pharo Smalltalk Users mailing list wrote
> 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
> Davide
> 
> 
> 
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html





--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html


--- End Message ---

Reply via email to