Uh oh!
There was an error while loading. Please reload this page.
Clarify interfaction between File::set_len and file cursor - #48480
Conversation
rust-highfive
commented
Feb 23, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @bluss (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
retep998
commented
Feb 24, 2018
Has this behavior been verified on both Linux and Windows? |
jethrogb
commented
Feb 24, 2018
I did look at the documentation of SetFileInformationByHandle but it isn't clear about how setting |
shepmaster
commented
Mar 2, 2018
Ping from triage, @bluss! |
retep998
commented
Mar 3, 2018
Confirmed with local testing on Windows that changing the length of the file does not update the cursor, even when it causes the cursor to be past the end. |
emilyalbini
commented
Mar 12, 2018
Ping from triage! This PR has yet to be reviewed, can someone from @rust-lang/libs do it? |
alexcrichton
commented
Mar 12, 2018
@bors: r+ |
bors
commented
Mar 12, 2018
📌 Commit cfad25e has been approved by |
bors
commented
Mar 12, 2018
⌛ Testing commit cfad25e with merge 327f43edf82d38752a076ea97c7930471e7cfa1f... |
kennytm
commented
Mar 12, 2018
@bors rollup |
bors
commented
Mar 12, 2018
💔 Test failed - status-appveyor |
kennytm
commented
Mar 12, 2018
52 minutes to compile stage1-rustc, which is ridiculous. Timing breakdown/proc/cpuinfo of this build (Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz)/proc/cpuinfo of the previous build (Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz)/proc/meminfo of this build (1.8 GiB total)/proc/meminfo of previous build (1.7 GiB total) |
Clarify interfaction between File::set_len and file cursor
No description provided.