'.' asFileReference absolutePath isAbsolute ===> false Is that desirable? It seems wrong to me. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Which OS? for windows: '.' asFileReference absolutePath isAbsolute -> true 2014-04-10 9:44 GMT+02:00 Damien Cassou <damien.cassou@gmail.com>:
'.' asFileReference absolutePath isAbsolute ===> false
Is that desirable? It seems wrong to me.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
on Mac OS '.' asFileReference absolutePath isAbsolute -> true
'.' asFileReference absolutePath isAbsolute
On 10 Apr 2014, at 09:59, Nicolai Hess <nicolaihess@web.de> wrote:
Which OS?
for windows: '.' asFileReference absolutePath isAbsolute -> true
2014-04-10 9:44 GMT+02:00 Damien Cassou <damien.cassou@gmail.com>: '.' asFileReference absolutePath isAbsolute ===> false
Is that desirable? It seems wrong to me.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
#30814 on Gentoo GNU/Linux: '.' asFileReference absolutePath isAbsolute -> true Are you running it on OS/2 or something? ;-) Cheers, Sergi 2014-04-10 9:19 GMT+01:00 Pharo4Stef <pharo4Stef@free.fr>:
on Mac OS
'.' asFileReference absolutePath isAbsolute -> true
'.' asFileReference absolutePath isAbsolute
On 10 Apr 2014, at 09:59, Nicolai Hess <nicolaihess@web.de> wrote:
Which OS?
for windows: '.' asFileReference absolutePath isAbsolute -> true
2014-04-10 9:44 GMT+02:00 Damien Cassou <damien.cassou@gmail.com>:
'.' asFileReference absolutePath isAbsolute ===> false
Is that desirable? It seems wrong to me.
or⦠which version of pharo are you using? I remember that was a bug, but fixed already some months ago. Esteban On 10 Apr 2014, at 14:01, Sergi Reyner <sergi.reyner@gmail.com> wrote:
#30814 on Gentoo GNU/Linux:
'.' asFileReference absolutePath isAbsolute -> true
Are you running it on OS/2 or something? ;-)
Cheers, Sergi
2014-04-10 9:19 GMT+01:00 Pharo4Stef <pharo4Stef@free.fr>: on Mac OS
'.' asFileReference absolutePath isAbsolute -> true
'.' asFileReference absolutePath isAbsolute
On 10 Apr 2014, at 09:59, Nicolai Hess <nicolaihess@web.de> wrote:
Which OS?
for windows: '.' asFileReference absolutePath isAbsolute -> true
2014-04-10 9:44 GMT+02:00 Damien Cassou <damien.cassou@gmail.com>: '.' asFileReference absolutePath isAbsolute ===> false
Is that desirable? It seems wrong to me.
sorry, I was using a very old version On Thu, Apr 10, 2014 at 10:19 AM, Pharo4Stef <pharo4Stef@free.fr> wrote:
on Mac OS
'.' asFileReference absolutePath isAbsolute -> true
'.' asFileReference absolutePath isAbsolute
On 10 Apr 2014, at 09:59, Nicolai Hess <nicolaihess@web.de> wrote:
Which OS?
for windows: '.' asFileReference absolutePath isAbsolute -> true
2014-04-10 9:44 GMT+02:00 Damien Cassou <damien.cassou@gmail.com>:
'.' asFileReference absolutePath isAbsolute ===> false
Is that desirable? It seems wrong to me.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
-- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
At least we should add a testcase. Shouldnt we?
Gesendet: Donnerstag, 10. April 2014 um 15:15 Uhr Von: "Damien Cassou" <damien.cassou@gmail.com> An: "Pharo Development List" <pharo-dev@lists.pharo.org> Betreff: Re: [Pharo-dev] Absolute and relative directories
sorry, I was using a very old version
On Thu, Apr 10, 2014 at 10:19 AM, Pharo4Stef <pharo4Stef@free.fr> wrote:
on Mac OS
'.' asFileReference absolutePath isAbsolute -> true
'.' asFileReference absolutePath isAbsolute
On 10 Apr 2014, at 09:59, Nicolai Hess <nicolaihess@web.de> wrote:
Which OS?
for windows: '.' asFileReference absolutePath isAbsolute -> true
2014-04-10 9:44 GMT+02:00 Damien Cassou <damien.cassou@gmail.com>:
'.' asFileReference absolutePath isAbsolute ===> false
Is that desirable? It seems wrong to me.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
is probably there, along with the fix (but not sure) On 10 Apr 2014, at 15:32, Torsten Bergmann <astares@gmx.de> wrote:
At least we should add a testcase. Shouldnt we?
Gesendet: Donnerstag, 10. April 2014 um 15:15 Uhr Von: "Damien Cassou" <damien.cassou@gmail.com> An: "Pharo Development List" <pharo-dev@lists.pharo.org> Betreff: Re: [Pharo-dev] Absolute and relative directories
sorry, I was using a very old version
On Thu, Apr 10, 2014 at 10:19 AM, Pharo4Stef <pharo4Stef@free.fr> wrote:
on Mac OS
'.' asFileReference absolutePath isAbsolute -> true
'.' asFileReference absolutePath isAbsolute
On 10 Apr 2014, at 09:59, Nicolai Hess <nicolaihess@web.de> wrote:
Which OS?
for windows: '.' asFileReference absolutePath isAbsolute -> true
2014-04-10 9:44 GMT+02:00 Damien Cassou <damien.cassou@gmail.com>:
'.' asFileReference absolutePath isAbsolute ===> false
Is that desirable? It seems wrong to me.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (6)
-
Damien Cassou -
Esteban Lorenzano -
Nicolai Hess -
Pharo4Stef -
Sergi Reyner -
Torsten Bergmann