This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
TempDir affected by remove_dir_all unreliability on windows #15
Labels
Comments
To fix this I'd suggest extracting the robust remove_dir_all impl from this unmerged PR, along with its test cases, and publishing it to crates.io, then updating TempDir to use that. @alexcrichton does that sound reasonable to you? |
Sounds reasonable to me! |
I'd like to take this one on if that's alright? |
@Aaronepower Yes! |
There's an open but unfinished PR for this. What I'd like to happen yet:
|
Yeah sorry, I had a winapi implementation however it was wrong, it failed the tests. And then I moved my main development over to macOS so it fell by the wayside. I plan to see if I can finish this over the weekend. |
Thanks @Aaronepower ! 😍 |
opilar
pushed a commit
to opilar/tempdir
that referenced
this issue
Sep 22, 2017
…ymlink Fix bug reading root symlink.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have test cases where TempDir fails to remove the directory mysteriously and irregularly.
cc rust-lang/rust#29497
The text was updated successfully, but these errors were encountered: