Re: [Pharo-dev] #renameTo: and #moveTo:

2017-04-23 Thread Stephane Ducasse
Yes we should improve the primitive information return back to the image. On Fri, Apr 21, 2017 at 10:08 AM, Alistair Grant wrote: > On Thu, Apr 20, 2017 at 09:21:01PM +0200, Nicolas Cellier wrote: > > 2017-04-20 9:53 GMT+02:00 Alistair Grant : > > > > > What? Google this: man stat The first

Re: [Pharo-dev] #renameTo: and #moveTo:

2017-04-21 Thread Alistair Grant
On Thu, Apr 20, 2017 at 09:21:01PM +0200, Nicolas Cellier wrote: > 2017-04-20 9:53 GMT+02:00 Alistair Grant : > > > What? Google this: man stat The first field of stat structure is > > a device ID, so deciding if two files are on same file system or > > not is doable by checking this f

Re: [Pharo-dev] #renameTo: and #moveTo:

2017-04-20 Thread Nicolas Cellier
2017-04-20 9:53 GMT+02:00 Alistair Grant : > On Wed, Apr 19, 2017 at 09:57:41PM +0200, Nicolas Cellier wrote: > > 2017-04-19 21:41 GMT+02:00 Alistair Grant : > > > > Hi All, > > > > While recently running the test suite I've been getting failures in > > FileLocatorTest>>testMoveTo if t

Re: [Pharo-dev] #renameTo: and #moveTo:

2017-04-20 Thread Alistair Grant
Hi Stef, On Thu, Apr 20, 2017 at 08:11:31PM +0200, Stephane Ducasse wrote: > Thanks for looking at this. We should really improve this part. No problem. I've just finished coding and testing. The one part I'm not completely happy with is what I mentioned earlier: I'm not aware of any way withi

Re: [Pharo-dev] #renameTo: and #moveTo:

2017-04-20 Thread Stephane Ducasse
Thanks for looking at this. We should really improve this part. On Wed, Apr 19, 2017 at 9:41 PM, Alistair Grant wrote: > Hi All, > > While recently running the test suite I've been getting failures in > FileLocatorTest>>testMoveTo if the working directory when the test > is run is on a different

Re: [Pharo-dev] #renameTo: and #moveTo:

2017-04-20 Thread Alistair Grant
On Wed, Apr 19, 2017 at 09:57:41PM +0200, Nicolas Cellier wrote: > 2017-04-19 21:41 GMT+02:00 Alistair Grant : > > Hi All, > > While recently running the test suite I've been getting failures in > FileLocatorTest>>testMoveTo if the working directory when the test > is run is on a

Re: [Pharo-dev] #renameTo: and #moveTo:

2017-04-19 Thread Nicolas Cellier
2017-04-19 21:41 GMT+02:00 Alistair Grant : > Hi All, > > While recently running the test suite I've been getting failures in > FileLocatorTest>>testMoveTo if the working directory when the test > is run is on a different unix file system to the user's home directory. > > The failing primitive is