Uh oh!
There was an error while loading. Please reload this page.
Rustfmt librustc resolve - #29387
Conversation
rust-highfive
commented
Oct 26, 2015
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @arielb1 (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. |
little-dude
commented
Oct 26, 2015
r? @nrc |
nrc
commented
Oct 26, 2015
re the 9th commit - when the function decl needs multiple lines we always split the args, I think this is fine - once a function decl gets this long the readability benefits of argument per line outweigh the benefits of keeping things on a few lines. |
nrc
commented
Nov 3, 2015
ping @little-dude Can you rebase this branch please? Did you need any more help with the comments? |
little-dude
commented
Nov 3, 2015
@nrc sorry, it's just lack of time (getting married in a few days :D). I'll try to do this later today. |
little-dude
commented
Nov 3, 2015
seems like github removed all you comments after I rebased... In one of them you were asking about the version of rustfmt I'm using: |
nrc
commented
Nov 3, 2015
@little-dude no worries - not trying to rush you, just checking you didn't need anything from me. And congrats! |
nrc
commented
Nov 3, 2015
lib.rs:2484 - comments are misaligned I think that is the only thing that needs fixing up now. |
little-dude
commented
Nov 3, 2015
thanks, I'll fix this.
thank you! |
bors
commented
Nov 4, 2015
☔ The latest upstream changes (presumably #29547) made this pull request unmergeable. Please resolve the merge conflicts. |
little-dude
commented
Nov 10, 2015
@nrc I rebased against master and fixed the indentation of the comments that were misaligned. See last two commits. If this is good for you I'll squash everything. |
nrc
commented
Nov 10, 2015
@little-dude looks goo, thanks! r+ with a squash |
bors
commented
Nov 11, 2015
☔ The latest upstream changes (presumably #29778) made this pull request unmergeable. Please resolve the merge conflicts. |
little-dude
commented
Nov 12, 2015
Arf. I'll rebase again. |
little-dude
commented
Nov 14, 2015
@nrc: I rebased, could you review again please? |
nrc
commented
Nov 15, 2015
@bors: r+ |
bors
commented
Nov 15, 2015
📌 Commit 889b0e9 has been approved by |
Another rustfmt PR. I ran rustfmt, then split the changes in multiple commits. First commit are the non-problematic changed. The others are all the little weirdness that caught my attention and could be discussed.
Another rustfmt PR.
I ran rustfmt, then split the changes in multiple commits. First commit are the non-problematic changed. The others are all the little weirdness that caught my attention and could be discussed.