-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Fixes #28528 #31630
Fixes #28528 #31630
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
(*info).SubstituteNameOffset / 2, | ||
(*info).SubstituteNameLength / 2, | ||
(*info).Flags & c::SYMLINK_FLAG_RELATIVE != 0) | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stylistically we don't indent over the match body an extra indent
Thanks @pitdicker! Just a few stylistic nits, but otherwise looks good to me. Does all metadata on Windows go through |
Ah and also can you expand the commit message to explain what's going on as well? |
I am not completely sure what you mean about metadata. There are now only two points that call into WinAPI for metadata: |
Thanks for the review! An other question. Many tests and private functions now have Unix names like |
I don't think there is much refactoring we can do for metadata, but will think about it. |
⌛ Testing commit 6403f91 with merge ebfe867... |
💔 Test failed - auto-win-msvc-32-opt |
This looks like a timeout, the other Windows builds succeeded |
@bors: retry On Sun, Feb 14, 2016 at 7:41 AM, pitdicker [email protected] wrote:
|
Since the minimum supported rustc version has this fix[1] we can remove the reference. [1] rust-lang/rust#31630
No description provided.