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 uptest-tidy command now ignores files in subdirectories of ignored dirs #12313
Conversation
highfive
commented
Jul 7, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @SimonSapin (or someone else) soon. |
highfive
commented
Jul 7, 2016
|
Heads up! This PR modifies the following files:
|
|
Could you put invalid syntax in the |
|
No, that shouldn't be a problem. The existing unittest checks for this. |
|
Ah ok, forget what I mentioned. |
|
Looks good to me! Thanks for doing this :) @bors-servo r+ |
|
|
|
I'm curious...what would happen if someone pushed new commits in the time between the PR was approved and when it gets merged by the bot...since users aren't notified when new commits are pushed to the branch. Are there any checks to prevent this from happening? |
|
Homu would reject the previously accepted PR and a reviewer would have to r+ again in order to instruct homu to rebuild the PR and accept it. |
|
Ah, I see. |
test-tidy command now ignores files in subdirectories of ignored dirs <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #12225 . I did not add a test for this, instead I added a directory with an empty file inside the ignored directory, and checked whether this file was being ignored or not. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12313) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
test-tidy command now ignores files in subdirectories of ignored dirs <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #12225 . I did not add a test for this, instead I added a directory with an empty file inside the ignored directory, and checked whether this file was being ignored or not. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12313) <!-- Reviewable:end -->
|
|
cynicaldevil commentedJul 7, 2016
•
edited
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsI did not add a test for this, instead I added a directory with an empty file inside the ignored directory, and checked whether this file was being ignored or not.
This change is