[Swift-devel] file URLs

Mihael Hategan hategan at mcs.anl.gov
Tue May 20 10:23:04 CDT 2008


On Tue, 2008-05-20 at 15:18 +0000, Ben Clifford wrote:
> 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)

So what would you like it to do?

> 




More information about the Swift-devel mailing list