Eric Kow <[email protected]> writes: > Roll back the getSymbolicLinkStatus workaround, since it constitutes a fd > leak. > ------------------------------------------------------------------------------- >> - -- size <- fileSize `fmap` getSymbolicLinkStatus f >> - -- GHC 6.8.2 returns garbage, workaround: >> - size <- hFileSize =<< openBinaryFile f ReadMode >> + size <- fileSize `fmap` getSymbolicLinkStatus f > > I've applied this. > Does this mean dropping GHC 6.8 support for the next Darcs release? No -- the patch we are rolling back is not part of the 2.3 release either. We simply say that "mmap + 6.8.2" is not supported -- see the beta 2 or so announce, the "What about GHC 6.8" blurb.
Yours, Petr. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
