Uh oh!
There was an error while loading. Please reload this page.
fix the docs and simplify the implementation of unsigned wrapping ops - #30820
Conversation
rust-highfive
commented
Jan 11, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @steveklabnik (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. |
steveklabnik
commented
Jan 11, 2016
The Travis failure looks legit here. |
05e078e to
6bae76dCompareoli-obk
commented
Jan 11, 2016
whoops. |
There was a problem hiding this comment.
This comment makes no sense to me, why is it 'complete' to include something that doesn't make sense?
There was a problem hiding this comment.
Yea, I should probably word that differently. Wrapped division on unsigned types is just normal division. There's no way wrapping could ever happen. So this function is here, so all operations are accounted for in the wrapping operations.
There was a problem hiding this comment.
Yeah, that sounds very reasonable, gotta find a better way to say that :)
alexcrichton
commented
Jan 11, 2016
We may want to coordinate with #30466, looks like these are all touching similar surface area? (I'll try to get around to rebasing and approving that today or tomorrow) |
oli-obk
commented
Jan 12, 2016
I'll just rebase after that PR, looks like just minor overlaps |
alexcrichton
commented
Jan 12, 2016
Sure, sounds good to me |
6bae76d to
a2e7b7bCompareoli-obk
commented
Jan 14, 2016
apparently there was no overlap |
a2e7b7b to
84a5790Compareoli-obk
commented
Jan 19, 2016
I changed the wording, this is ready now. |
steveklabnik
commented
Jan 19, 2016
So, I am confused here with how said coordination went or should go, so r? @alexcrichton |
r? @steveklabnik