Uh oh!
There was an error while loading. Please reload this page.
run rustfmt on librustc_passes folder - #33951
Conversation
rust-highfive
commented
May 29, 2016
(rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
I didn't find an existing rustfmt issue, so I filed rust-lang/rustfmt#1026 -- @nagisa, is that what you meant?
nikomatsakis
commented
May 31, 2016
I'd be happy to r+ but for this tidy failure: https://travis-ci.org/rust-lang/rust/builds/133743527#L1234 seems like a bug in rustfmt? |
srinivasreddy
commented
Jun 7, 2016
@nikomatsakis I roll up please. I removed that line manually. |
nikomatsakis
commented
Jun 8, 2016
@srinivasreddy did you file some sort of bug in rustfmt repo? |
srinivasreddy
commented
Jun 9, 2016
nope.AFAIK, Not required. rustfmt does not panic when it crosses 100 chars limit in a line and goes on formatting, And it just gives you sorry message on console. I guess it is an expected behaviour. Let's confirm with what @nrc says. |
nikomatsakis
commented
Jun 27, 2016
@srinivasreddy seems like this bug rust-lang/rustfmt#1080 fits the bill, sort of. |
nikomatsakis
commented
Jun 27, 2016
@bors r+ rollup |
bors
commented
Jun 27, 2016
📌 Commit faa039f has been approved by |
… r=nikomatsakis run rustfmt on librustc_passes folder
bors
commented
Jun 28, 2016
☔ The latest upstream changes (presumably #34424) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Jul 1, 2016
🔒 Merge conflict |
There was a problem hiding this comment.
All of these are due to the same reason and all should be fixed up manually.
bors
commented
Jul 28, 2016
☔ The latest upstream changes (presumably #34907) made this pull request unmergeable. Please resolve the merge conflicts. |
nikomatsakis
commented
Jul 29, 2016
Just in general my feeling is that if there is "suboptimal" formatting we should certainly make issues about it and discuss it as rustfmt guidelines get hammered out, but in general we want to adopt automated formatting just because it everyone's life easier -- even if there are some corner cases where hand-formatting might improve things. (Most of the examples raised here I personally could go either way, I admit.) |
nikomatsakis
commented
Aug 3, 2016
@srinivasreddy want to rebase this? |
srinivasreddy
commented
Aug 4, 2016
@nikomatsakis Done. |
bors
commented
Aug 4, 2016
☔ The latest upstream changes (presumably #35015) made this pull request unmergeable. Please resolve the merge conflicts. |
srinivasreddy
commented
Aug 5, 2016
@nikomatsakis Done. |
nikomatsakis
commented
Aug 5, 2016
@bors r+ |
bors
commented
Aug 5, 2016
📌 Commit a6c9404 has been approved by |
bors
commented
Aug 6, 2016
⌛ Testing commit a6c9404 with merge 1fd8b88... |
…akis run rustfmt on librustc_passes folder
… r=nikomatsakis run rustfmt on librustc_passes folder
bors
commented
Aug 6, 2016
⛄ The build was interrupted to prioritize another pull request. |
bors
commented
Aug 6, 2016
bors
commented
Aug 6, 2016
⛄ The build was interrupted to prioritize another pull request. |
No description provided.