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 upUpgrade cssparser to 0.15 #17345
Upgrade cssparser to 0.15 #17345
Conversation
|
@bors-servo try |
Upgrade cssparser to 0.15 Depends on servo/rust-cssparser#159
highfive
commented
Jun 15, 2017
|
Heads up! This PR modifies the following files:
|
|
|
|
@bors-servo try |
Upgrade cssparser to 0.15 Depends on servo/rust-cssparser#159 <!-- 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/17345) <!-- Reviewable:end -->
|
|
|
linux-rel-css, mac-rel-wpt1, and mac-rel-wpt3 also had unexpected results. |
| @@ -2351,7 +2352,8 @@ pub extern "C" fn Servo_DeclarationBlock_SetFontFamily(declarations: | |||
| let string = unsafe { (*value).to_string() }; | |||
| let mut input = ParserInput::new(&string); | |||
| let mut parser = Parser::new(&mut input); | |||
| if let Ok(family) = FontFamily::parse(&mut parser) { | |||
| let result = FontFamily::parse(&mut parser); | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
SimonSapin
Jun 16, 2017
Author
Member
something something borrow checker something temporaries created in the last statement of a block live as long as the block something. No idea why that didn’t occur before, though.
|
@bors-servo try |
Upgrade cssparser to 0.15 Depends on servo/rust-cssparser#159 <!-- 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/17345) <!-- Reviewable:end -->
|
|
|
@bors-servo try |
Upgrade cssparser to 0.15 Depends on servo/rust-cssparser#159 <!-- 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/17345) <!-- Reviewable:end -->
|
Homu somehow didn’t get the memo, but this try run is all green on http://build.servo.org/grid. |
|
Waiting on #17355 because serde-1.0-in-cssparser landed before token-shrink did. |
|
|
Upgrade cssparser to 0.15 Depends on servo/rust-cssparser#159 <!-- 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/17345) <!-- Reviewable:end -->
|
Nice! @bors-servo r+ |
|
|
|
|
|
|
SimonSapin commentedJun 15, 2017
•
edited
Depends on servo/rust-cssparser#159This change is