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 upReplaced ZERO_POINT with Point2D::zero() #8796
Conversation
highfive
commented
Dec 3, 2015
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @mbrubeck (or someone else) soon. |
highfive
commented
Dec 3, 2015
|
@bors-servo r+ Looks good, thanks! By the way, related changes like #8795 and this can be made with multiple commits in the same PR. You can also add commits to a PR after opening it. (No need to change these now, though.) |
|
|
|
@SimonSapin Thanks for the tip. |
|
|
|
Not sure why bors says it’s unmergeable, Github seems fine with it. @bors-servo r+ |
|
|
|
Oh, you’ve already rebased :) There’s no email notification when new commits are pushed in a PR, so feel free to add a comment when you do. |
Replaced ZERO_POINT with Point2D::zero() This is a proposed in #8792 clean up. Fixes #8792. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8796) <!-- Reviewable:end -->
|
|
|
|
@bors-servo retry |
|
|
|
|
|
|
@bors-servo: retry |
Replaced ZERO_POINT with Point2D::zero() This is a proposed in #8792 clean up. Fixes #8792. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8796) <!-- Reviewable:end -->
|
|
Will do. Is this OK for tests to pass only after multiple retries? |
|
Some of our tests are known to have "intermittent" results. This is a bug, but it’s sometimes hard to track down. When it gets bad we sometimes disable some tests. To avoid bloking everything, it’s acceptable to retry when linking to an issue like #8815 about the relevant test, opening one if necessary. |
pointlessone commentedDec 3, 2015
This is a proposed in #8792 clean up.
Fixes #8792.