[Pharo-project] Current Jenkins Pharo 2.0 images broken on Windows
Hi, please note that for Windows Users the latest Jenkins images for 2.0 are currently unusable due to the latest FS changes. I found the cause last night and described the details in http://code.google.com/p/pharo/issues/detail?id=6097 Here is the red test that should be made green: testWindowsAbsolutePathName self assert: (AbsolutePath from: 'c:\test') isAbsolute by fixing Path>>from:delimiter. Currently this method only takes Unix root "/" into account and returns a relative path instead of an absolute one on Windows. This causes a lot of other FS-related stuff to fail. It has to be fixed by someone on a non-Windows platform since I can not be fixed in the broken image itself on a Win system. There is also a bug in WindowsStore>>pathFromString:, all details in #6097. Would be nice if this could be fixed quickly - maybe Camillo is already looking... Bye T. -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
yes, I'm on it On Jun 21, 2012, at 10:58 AM, Torsten Bergmann wrote:
Hi,
please note that for Windows Users the latest Jenkins images for 2.0 are currently unusable due to the latest FS changes.
I found the cause last night and described the details in
http://code.google.com/p/pharo/issues/detail?id=6097
Here is the red test that should be made green:
testWindowsAbsolutePathName self assert: (AbsolutePath from: 'c:\test') isAbsolute
by fixing Path>>from:delimiter.
Currently this method only takes Unix root "/" into account and returns a relative path instead of an absolute one on Windows. This causes a lot of other FS-related stuff to fail.
It has to be fixed by someone on a non-Windows platform since I can not be fixed in the broken image itself on a Win system.
There is also a bug in WindowsStore>>pathFromString:, all details in #6097.
Would be nice if this could be fixed quickly - maybe Camillo is already looking...
Bye T. -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
participants (2)
-
Esteban Lorenzano -
Torsten Bergmann