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 cssparser #15766
Update cssparser #15766
Conversation
highfive
commented
Feb 28, 2017
|
Heads up! This PR modifies the following files:
|
|
Do not merge yet, I’ll remove the |
|
@bors-servo try |
Update cssparser <!-- Please describe your changes on the following line: --> servo/rust-cssparser#123 In particular, `match_ignore_ascii_case` now supports the full `match` syntax. --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/15766) <!-- Reviewable:end -->
|
|
| @@ -14,3 +14,6 @@ opt-level = 3 | |||
| # Uncomment to profile on Linux: | |||
| # debug = true | |||
| # lto = false | |||
|
|
|||
| [replace] | |||
| "cssparser:0.11.0" = {git = "https://github.com/servo/rust-cssparser", rev = "lol-replace"} | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
SimonSapin
Feb 28, 2017
Author
Member
Yes, this was only to be able to run on try before servo/rust-cssparser#123 landed, which conversely I didn’t land before making sure the Servo PR was ready, in order to avoid a deadlock where further cssparser changes would be blocked.
|
r+ with the replace removed |
|
@bors-servo r=Manishearth |
|
|
Update cssparser <!-- Please describe your changes on the following line: --> servo/rust-cssparser#123 In particular, `match_ignore_ascii_case` now supports the full `match` syntax. --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/15766) <!-- Reviewable:end -->
|
|
SimonSapin commentedFeb 28, 2017
•
edited by larsbergstrom
servo/rust-cssparser#123
In particular,
match_ignore_ascii_casenow supports the fullmatchsyntax../mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is