Uh oh!
There was an error while loading. Please reload this page.
Implement read_exact for the Read trait - #27588
Conversation
rust-highfive
commented
Aug 7, 2015
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @huonw (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. 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. |
There was a problem hiding this comment.
Might want to say "unspecified" instead of "undefined" here to avoid conflating with undefined behavior.
alexcrichton
commented
Aug 10, 2015
Looking good to me, thanks @cesarb! Just one minor nit and I think this is good to go |
huonw
commented
Aug 10, 2015
alexcrichton
commented
Aug 24, 2015
Oh oops, sorry for the delay @cesarb! Feel free to ping a PR whenever it's updated as unfortunately github doesn't send out notifications for force-pushes or new commits. As one final thing, could you squash these commits together? Thanks! |
This implements the proposed "read_exact" RFC (rust-lang/rfcs#980).
cesarb
commented
Aug 24, 2015
Done. Do you need me to also rebase this on top of a more recent master?
Sorry, I hadn't noticed that. I'll make sure to write a dummy comment whenever I update a pull request from now on. |
sfackler
commented
Aug 24, 2015
@bors r=alexcrichton |
bors
commented
Aug 24, 2015
📌 Commit ff81920 has been approved by |
bors
commented
Aug 25, 2015
⌛ Testing commit ff81920 with merge 20ffe32... |
bors
commented
Aug 25, 2015
💔 Test failed - auto-mac-64-nopt-t |
sfackler
commented
Aug 25, 2015
Looks like |
cesarb
commented
Aug 27, 2015
There seems to be a catch-22 here:
What should be done to break this deadlock? |
alexcrichton
commented
Aug 27, 2015
Ah feel free to use the RFC tracking issue, #27585, for the issue number |
cesarb
commented
Aug 29, 2015
I made a commit adding the issue number to the unstable declarations, and it seems to have been accepted by travis-ci. |
alexcrichton
commented
Aug 29, 2015
bors
commented
Aug 29, 2015
⌛ Testing commit 73e7a72 with merge 29da43e... |
bors
commented
Aug 30, 2015
💔 Test failed - auto-linux-64-nopt-t |
sfackler
commented
Aug 30, 2015
@bors retry |
bors
commented
Aug 30, 2015
⌛ Testing commit 73e7a72 with merge abe5dd0... |
bors
commented
Aug 30, 2015
💔 Test failed - auto-linux-64-nopt-t |
sfackler
commented
Aug 30, 2015
@bors retry |
bors
commented
Aug 30, 2015
This implements the proposed "read_exact" RFC (rust-lang/rfcs#980). Tracking issue: #27585
This implements the proposed "read_exact" RFC (rust-lang/rfcs#980).
Tracking issue: #27585