[MLton-user] OS.FileSys.realPath bug
Niklas Höglund
su99-nho@nada.kth.se
Wed, 10 Sep 2003 16:35:32 +0200
Stephen Weeks wrote:
>>The following program:
>>
>>val _ = print (OS.FileSys.fullPath "/usr/src/linux/drivers" ^ "\n")
>>
>>prints "/usr/src/kernel-source-2.4.19"
>>[...]
>
> Thanks for the bug report. I have checked in a fix to the MLton
> sources that will go out with the next release. In the meantime, you
> can get the corrected version of fullPath by prefixing the following
> to your program.
>
> [snip fullPath implementation]
Thanks. Great support!
In this case, I don't really need to use fullPath, so I have already
made a workaround, but thanks anyway.
--
Niklas