[commit: packages/directory] Mistuke-bump-win32-version-bounds, bgamari-patch-1, master: canonicalizePath: Use GetFinalPathName when available (1e8bb7c)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:34:56 UTC 2017


Repository : ssh://git@git.haskell.org/directory

On branches: Mistuke-bump-win32-version-bounds,bgamari-patch-1,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1e8bb7cd81c73cf4d87c9e08d56a0a359874e19b/directory

>---------------------------------------------------------------

commit 1e8bb7cd81c73cf4d87c9e08d56a0a359874e19b
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Tue Nov 29 06:48:57 2016 -0500

    canonicalizePath: Use GetFinalPathName when available
    
    GetFinalPathName can be used to remove symbolic link indirections in
    paths.  It has been available since Windows Vista.


>---------------------------------------------------------------

1e8bb7cd81c73cf4d87c9e08d56a0a359874e19b
 System/Directory.hs                   | 72 +++++++++++++++++++++------------
 System/Directory/Internal/Prelude.hs  |  8 +++-
 System/Directory/Internal/Windows.hsc | 76 +++++++++++++++++++++++++++++++++++
 changelog.md                          |  2 +
 configure.ac                          |  1 +
 tests/CanonicalizePath.hs             | 23 ++++++++++-
 tests/TestUtils.hs                    |  9 +++--
 7 files changed, 160 insertions(+), 31 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 1e8bb7cd81c73cf4d87c9e08d56a0a359874e19b


More information about the ghc-commits mailing list