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 upImplement Ellipse Canvas 2D API #18242
Conversation
highfive
commented
Aug 25, 2017
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @emilio (or someone else) soon. |
highfive
commented
Aug 25, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Aug 25, 2017
|
Is it okay to add a test case: tests/wpt/web-platform-tests/offscreen-canvas/path-objects/2d.path.ellipse.html? |
|
@bors-servo try |
Implement Ellipse Canvas 2D API This patch needs to update rust-azure to 0.21.0. - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #17598 <!-- Either: --> - [] There are tests for these changes OR - [] These changes do not require tests because _____ <!-- 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/18242) <!-- Reviewable:end -->
|
|
|
|
I'm fixing the build break: servo/rust-azure#273 |
|
@stshine My fix landed in rust-azure. Can you run build bots again? |
|
@bors-servo try |
Implement Ellipse Canvas 2D API This patch needs to update rust-azure to 0.21.0. - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #17598 <!-- Either: --> - [] There are tests for these changes OR - [] These changes do not require tests because _____ <!-- 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/18242) <!-- Reviewable:end -->
|
This doesn't look good:
|
|
|
|
@jdm Can you run build bots? |
|
I think you need to run |
|
@jdm Done, Thanks! |
|
@bors-servo try |
|
@bors-servo r+ |
|
|
Implement Ellipse Canvas 2D API This patch needs to update rust-azure to 0.21.0. - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #17598 <!-- Either: --> - [] There are tests for these changes OR - [] These changes do not require tests because _____ <!-- 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/18242) <!-- Reviewable:end -->
|
|
|
@jdm Here is a log from linux-rel-wpt: Hmm, I fixed this problem by adding the ini file. |
|
@jdm Do you mean that we don't need the new ini file and we have to remove the following line from interface.ini file? |
|
We still need the new ini file, but I gave you the wrong directory previously. And yes, we need to remove the lines that I linked from interfaces.html.ini. |
|
@jdm can you take a look at the error? |
|
@bors-servo: r+ |
|
|
Implement Ellipse Canvas 2D API This patch needs to update rust-azure to 0.21.0. - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #17598 <!-- Either: --> - [] There are tests for these changes OR - [] These changes do not require tests because _____ <!-- 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/18242) <!-- Reviewable:end -->
|
|
|
@jdm Thanks for the review! |
joone commentedAug 25, 2017
•
edited by SimonSapin
This patch needs to update rust-azure to 0.21.0.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is