[Swift-devel] file URLs
Ben Clifford
benc at hawaga.org.uk
Tue May 20 10:18:17 CDT 2008
This:
messagefile outfile <"file://localhost/145-url.out">;
creates a file in `pwd` (see tests/language-behaviour/145-url)
This:
messagefile outfile <"file:///146-url.out">;
creates a file in /
This seems undesirably inconsistent.
(the latter is the behaviour that I'd expect from almost any URL
processing code apart from CoG; the latter is consistent with my
understanding of CoG's interpretation of the woefully inadequate file:
URI spec)
--
More information about the Swift-devel
mailing list