[squeak-dev] Relative paths on windoze: fail.

Igor Stasenko siguctua at gmail.com
Sun Aug 15 09:09:39 UTC 2010


FileDirectory default / '../'

Prints:

DosFileDirectory on 'F:\projects\squeak\!trunk\..#'


FileDirectory default / '../vvv'

DosFileDirectory on 'F:\projects\squeak\!trunk\..#vvv'

i wonder, where this '#' getting from. Looks like some code trying to
convert subpath into a symbol (for whatever reason),
and then using #printString.
Otherwise, i have no idea, how else this noise can appear.

Or, maybe i'm unlucky?

I discovered it when tried to generate sources for Cog, from doit in
Cog-vmmaker image.
(VMMaker
		generate: CoInterpreter
		to: (FileDirectory default / '../src') fullName
		platformDir: (FileDirectory default / '../platforms') fullName
		excluding:#(BrokenPlugin IA32ABIPluginSimulator SlangTestPlugin TestOSAPlugin
					FFIPlugin ReentrantARMFFIPlugin ReentrantFFIPlugin
ReentrantPPCBEFFIPlugin))

I am also checked other 4.1 image i have - same problem.

-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list