Added a comment
This commit is contained in:
parent
1ad3c1b2b3
commit
8dea272dfb
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.199"
|
||||
subject="comment 4"
|
||||
date="2014-01-29T19:48:51Z"
|
||||
content="""
|
||||
Ok, what's happening is that code path calls System.PosixCompat.Files.rename, and on unix that maps to regular rename() which can rename files or directories, but on windows, it's a compatability stub that calls haskell's renameFile, which oddly refuses to rename directories.
|
||||
|
||||
I remember testing my fix to the parent bug originally, but I don't know how. Possibly I changed something afterwards that exposed this new problem.
|
||||
|
||||
Need to use System.Win32.File.moveFile, which actually can move directories too. Made this change in git, and you can download an windows autobuild of it already if you'd like.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue