[MLton] Re: Windows ports and paths

Wesley W. Terpstra wesley@terpstra.ca
Sun, 1 May 2005 05:26:29 +0200


On Sat, Apr 30, 2005 at 10:41:31PM +0200, Wesley W. Terpstra wrote:
> The first, slash_not_absolute.patch lets ["", "foo"] be allowed under
> windows. The second, slash_is_absolute.patch considers "\" to be absolute
> and "E:\" simply the same as "\" with a volume.

Both patches have a bug:
Char.toString was used instead of String.str, oops!

-- 
Wesley W. Terpstra