-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Tracking issue for write_all_at/read_exact_at convenience methods #51984
Comments
if this is a tracking issue, maybe it should have the C-tracking-issue label |
We should eventually add similar methods to |
@tomaka I know nothing about developing on Windows so I can't do it myself but I guess a PR would be accepted. @alexcrichton Can we stabilize this? Is there anything that still needs to be done? |
Seems reasonable to me! @rfcbot fcp merge |
Team member @alexcrichton has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. Once a majority of reviewers approve (and none object), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
The final comment period, with a disposition to merge, as per the review above, is now complete. |
What's the next step? Should I make a PR to stabilize? Sorry but I don't fully understand how things work yet. |
@drrlvn indeed that should be all that's necessary! If you'd like to make the PR you're also more than welcome to do so! |
Stabilize FileExt::read_exact_at/write_all_at r? alexcrichton Closes #51984.
The
Read
andWrite
traits contain convenience methodsread_exact
andwrite_all
wrappingread
andwrite
. This issue tracks addition of similar methods tostd::os::unix::fs::FileExt
trait'sread_at
andwrite_at
.This is implemented in #51809.
The text was updated successfully, but these errors were encountered: