Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReport lines starting with && in tidy #10751
Conversation
highfive
commented
Apr 20, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @Ms2ger (or someone else) soon. |
highfive
commented
Apr 20, 2016
|
Heads up! This PR modifies the following files:
|
|
I see the CI is blocking on tidy returning 0. What should be the next step now? Should I go and clean up the instances? I am reluctant to do that since it will mess up blame (by replacing relevant info with irrelevant indentation changes). |
|
If you change tidy you'll need to make tidy pass as well. You might make git blame slightly harder, but I think we all know how to follow history to get the real blame, so it's not a big concern. |
|
And it's not even 20 lines, so shrug |
|
Anything else? |
|
|
| @@ -61,6 +61,7 @@ def test_rust(self): | |||
| self.assertEqual('extra space before :', errors.next()[2]) | |||
| self.assertEqual('use &[T] instead of &Vec<T>', errors.next()[2]) | |||
| self.assertEqual('use &str instead of &String', errors.next()[2]) | |||
| self.assertEqual('operators should go at the end of the first line', errors.next()[2]) | |||
This comment has been minimized.
This comment has been minimized.
wafflespeanut
Apr 22, 2016
Member
Now that #10758 has landed, we should ensure that there are no more errors.
This comment has been minimized.
This comment has been minimized.
|
I've rebased it on current master and reordered the commits so that the check is enabled only after the files had been fixed. |
|
Thanks for doing this! :) @bors-servo r+ |
|
|
Report lines starting with && in tidy Partial implementation of the issue #10692 (the easy part). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10751) <!-- Reviewable:end -->
|
|
zwn commentedApr 20, 2016
Partial implementation of the issue #10692 (the easy part).
This change is