[MLton] Windows ports and paths

Wesley W. Terpstra wesley@terpstra.ca
Mon, 2 May 2005 17:32:25 +0200


On Mon, May 02, 2005 at 05:12:43PM +0200, Andreas Rossberg wrote:
> >I also special-cased concat (_, "") to behave as before.
> Mh, why is that preferable, when it deviates from the spec?

It doesn't deviate..?
The previous version didn't keep a "/" on the end.

ie: joinDirFile ("foo", "") = "foo" instead of "foo/"
That was an accidental consequence of my first patch, the one that is now 
in CVS again outputs "foo/" as MLton did before. As I understood it, you 
said that "foo/" was correct... no?

-- 
Wesley W. Terpstra