summaryrefslogtreecommitdiff
path: root/Build/DesktopFile.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-07 17:10:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-07 17:15:18 -0400
commita45c6f8173910364b69d77c1765cd7afd1431028 (patch)
tree1110891580fb279d7af7f1242b771d59d54eef27 /Build/DesktopFile.hs
parent7343c02bcd6cbb40718e142be3d9bf99cc9c11bd (diff)
eliminating absNormPath
git-annex has been using MissingH's `abdNormPath` forever, but that's unmaintained and possibly buggy, and doesn't work on Windows. I've been wanting to get rid of it for some time, and finally did today, writing a `simplifyPath` that does the things git-annex needs and will work with all the Windows filename craziness, and takes advantage of the more modern System.FilePath to be quite a simple peice of code. A QuickCheck test found no important divergences from absNormPath. A good first step to making git-annex not depend on MissingH at all. And it fixed some weird behaviors on Windows like `git annex add ..\subdir\file` not working. Note that absNormPathUnix has been left alone for now.
Diffstat (limited to 'Build/DesktopFile.hs')
0 files changed, 0 insertions, 0 deletions