[GHC] #1278: filepath’s makeRelative does not work for relative directories
Joachim Breitner
mail at joachim-breitner.de
Mon Apr 16 10:55:17 EDT 2007
Hi,
Am Montag, den 16.04.2007, 14:53 +0000 schrieb GHC:
> hmm, looking at it, makeRelative has no generalised QuickCheck properties,
> and all the specific instances are on absolute paths. I'll try and come up
> with a patch for this that does the right thing in this situation.
I’d expect something like this:
org </> makeRelative org x == x
or at least something like
normalise (org </> makeRelative org x) == normalise x
at least on a best effort basis.
Thanks,
Joachim
--
Joachim Breitner
e-Mail: mail at joachim-breitner.de
Homepage: http://www.joachim-breitner.de
ICQ#: 74513189
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list