-
Notifications
You must be signed in to change notification settings - Fork 13.3k
std: Consider directory junctions as directories #26929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cc @retep998 |
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
fe48561
to
b612d3b
Compare
@bors r+ dammit windows |
📌 Commit b612d3b has been approved by |
☔ The latest upstream changes (presumably #26751) made this pull request unmergeable. Please resolve the merge conflicts. |
Sorry for the merge conflicts 😛 |
Previously on Windows a directory junction would return false from `is_dir`, causing various odd behavior, specifically calls to `create_dir_all` might fail when they would otherwise continue to succeed. Closes rust-lang#26716
b612d3b
to
72750c7
Compare
⌛ Testing commit 72750c7 with merge 30aeaba... |
💔 Test failed - auto-mac-64-opt |
@bors: retry On Fri, Jul 10, 2015 at 5:01 PM, bors notifications@github.com wrote:
|
Previously on Windows a directory junction would return false from `is_dir`, causing various odd behavior, specifically calls to `create_dir_all` might fail when they would otherwise continue to succeed. Closes #26716
Previously on Windows a directory junction would return false from
is_dir
,causing various odd behavior, specifically calls to
create_dir_all
might failwhen they would otherwise continue to succeed.
Closes #26716