Re: [Pharo-project] Problem with FileHandle >> open [WAS] Re: FileReference should throw error when deleting unexisting files?

2012-06-13 Thread Mariano Martinez Peck
On Tue, Jun 12, 2012 at 11:55 PM, Camillo Bruni wrote: > > > Update to the last image 20129 there are 4 failing tests and I come to > this conclusion. > > ok but these are whitebox tests which have to be adapted... (apparently my > changes got lost there) > > FileSystem-Tests-Core-CamilloBruni.9 >

Re: [Pharo-project] Problem with FileHandle >> open [WAS] Re: FileReference should throw error when deleting unexisting files?

2012-06-12 Thread Camillo Bruni
> Update to the last image 20129 there are 4 failing tests and I come to this > conclusion. ok but these are whitebox tests which have to be adapted... (apparently my changes got lost there) FileSystem-Tests-Core-CamilloBruni.9 in PharoInbox fixes this :) (by changing the tests)

Re: [Pharo-project] Problem with FileHandle >> open [WAS] Re: FileReference should throw error when deleting unexisting files?

2012-06-12 Thread Mariano Martinez Peck
On Tue, Jun 12, 2012 at 10:49 PM, Camillo Bruni wrote: > > > In the broken imagen: > > > > FileHandle >> open > > self flag: 'TODO: for now we solely rely on the old FileStreams' > > "id := self basicOpen. > > id ifNil: [ > > reference exists ifFalse: [FileDoesNotExist sign

Re: [Pharo-project] Problem with FileHandle >> open [WAS] Re: FileReference should throw error when deleting unexisting files?

2012-06-12 Thread Camillo Bruni
> In the broken imagen: > > FileHandle >> open > self flag: 'TODO: for now we solely rely on the old FileStreams' > "id := self basicOpen. > id ifNil: [ > reference exists ifFalse: [FileDoesNotExist signalWith: reference]. > self error: 'Unable to open file ' , ref

Re: [Pharo-project] Problem with FileHandle >> open [WAS] Re: FileReference should throw error when deleting unexisting files?

2012-06-12 Thread Stéphane Ducasse
Camillo > So what was the idea beheind this change? > camillo? > Yes We should stabilize his cool effort to use FS and there were some bug in the FIlePlugin just to make things more complex

[Pharo-project] Problem with FileHandle >> open [WAS] Re: FileReference should throw error when deleting unexisting files?

2012-06-12 Thread Mariano Martinez Peck
On Tue, Jun 12, 2012 at 7:55 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > Hi sean. It's time you update your image ;) > the tests in latest images: > > works with > Pharo2.0a > Latest update: #20119 > > does not work with > Pharo2.0a > Latest update: #20129 > > > problem is that (in