Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade cssparser to 0.15 #17345

Merged
merged 1 commit into from Jun 16, 2017
Merged

Upgrade cssparser to 0.15 #17345

merged 1 commit into from Jun 16, 2017

Conversation

@SimonSapin
Copy link
Member

SimonSapin commented Jun 15, 2017

Depends on servo/rust-cssparser#159


This change is Reviewable

@SimonSapin
Copy link
Member Author

SimonSapin commented Jun 15, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Jun 15, 2017

Trying commit c056305 with merge 7129e4e...

bors-servo added a commit that referenced this pull request Jun 15, 2017
Upgrade cssparser to 0.15

Depends on servo/rust-cssparser#159
@highfive
Copy link

highfive commented Jun 15, 2017

Heads up! This PR modifies the following files:

  • @bholley: components/style/stylesheets/viewport_rule.rs, components/style/servo/selector_parser.rs, components/style/values/specified/calc.rs, components/style/stylesheets/rule_parser.rs, components/style/values/specified/length.rs and 18 more
  • @KiChjang: components/script/dom/bindings/str.rs
  • @fitzgen: components/script/dom/bindings/str.rs
  • @emilio: components/style/stylesheets/viewport_rule.rs, components/style/servo/selector_parser.rs, components/style/values/specified/calc.rs, components/style/stylesheets/rule_parser.rs, components/style/values/specified/length.rs and 19 more
@bors-servo
Copy link
Contributor

bors-servo commented Jun 15, 2017

💔 Test failed - linux-dev

@SimonSapin
Copy link
Member Author

SimonSapin commented Jun 15, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Jun 15, 2017

Trying commit e6fc497 with merge 922a2b8...

bors-servo added a commit that referenced this pull request Jun 15, 2017
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
Copy link
Contributor

bors-servo commented Jun 15, 2017

💔 Test failed - linux-rel-wpt

@mbrubeck
Copy link
Contributor

mbrubeck commented Jun 16, 2017

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.

@emilio

emilio Jun 16, 2017

Member

Why is this change needed?

This comment has been minimized.

@SimonSapin

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.

@SimonSapin SimonSapin force-pushed the cssparserup branch from e6fc497 to 378cba0 Jun 16, 2017
@SimonSapin
Copy link
Member Author

SimonSapin commented Jun 16, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2017

Trying commit 378cba0 with merge ce2017e...

bors-servo added a commit that referenced this pull request Jun 16, 2017
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
Copy link
Contributor

bors-servo commented Jun 16, 2017

💔 Test failed - linux-dev

@SimonSapin
Copy link
Member Author

SimonSapin commented Jun 16, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2017

Trying commit 920f1d1 with merge d54fb12...

bors-servo added a commit that referenced this pull request Jun 16, 2017
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 -->
@SimonSapin
Copy link
Member Author

SimonSapin commented Jun 16, 2017

Homu somehow didn’t get the memo, but this try run is all green on http://build.servo.org/grid.

@SimonSapin
Copy link
Member Author

SimonSapin commented Jun 16, 2017

Waiting on #17355 because serde-1.0-in-cssparser landed before token-shrink did.

@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2017

The latest upstream changes (presumably #17355) made this pull request unmergeable. Please resolve the merge conflicts.

@SimonSapin SimonSapin force-pushed the cssparserup branch from 920f1d1 to b83afde Jun 16, 2017
@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2017

Trying commit b83afde with merge 75876a0...

bors-servo added a commit that referenced this pull request Jun 16, 2017
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 -->
@nox
Copy link
Member

nox commented Jun 16, 2017

Nice!

@bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2017

📌 Commit b83afde has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2017

@bors-servo bors-servo merged commit b83afde into master Jun 16, 2017
3 of 4 checks passed
3 of 4 checks passed
dependency-ci Failed dependency checks
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@SimonSapin SimonSapin deleted the cssparserup branch Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

7 participants
You can’t perform that action at this time.