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 upupdate the version of cssparser to 0.12.2 #16343
Conversation
highfive
commented
Apr 11, 2017
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @wafflespeanut (or someone else) soon. |
|
@bors-servo try |
update the version of cssparser to 0.12.2 <!-- Please describe your changes on the following line: --> Update cssparser to 0.12.2. It supports new hsla() syntax defined in [CSS Color Module Level 4](https://drafts.csswg.org/css-color-4/#the-hsl-notation). --- <!-- 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 <!-- Either: --> - [X] These changes do not require tests because the test cases already in cssparser. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/16343) <!-- Reviewable:end -->
|
@bors-servo r+ |
|
|
|
@bors-servo r- |
|
@kuoe0 said it will break the build, so r- |
|
Yes, I expect that this will affect some test results, so I used try to see how exactly. |
|
@SimonSapin I think it will make stylo build failed. |
|
Gecko does not use |
|
Oh, I see. Thanks! |
|
@bors-servo try |
update the version of cssparser to 0.12.2 <!-- Please describe your changes on the following line: --> Update cssparser to 0.12.2. It supports new hsla() syntax defined in [CSS Color Module Level 4](https://drafts.csswg.org/css-color-4/#the-hsl-notation). --- <!-- 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 <!-- Either: --> - [X] These changes do not require tests because the test cases already in cssparser. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/16343) <!-- Reviewable:end -->
|
|
|
|
|
|
Oops, I forgot about this one when I submitted #16589 which basically does the same. Sorry! |
|
Ha, it's ok! I also focus on stylo, and not spend much time on it. |
kuoe0 commentedApr 11, 2017
•
edited by larsbergstrom
Update cssparser to 0.12.2. It supports new hsla() syntax defined in CSS Color Module Level 4.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is