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

Move some font code around #20047

Merged
merged 4 commits into from Feb 15, 2018
Merged

Move some font code around #20047

merged 4 commits into from Feb 15, 2018

Conversation

nox
Copy link
Contributor

@nox nox commented Feb 14, 2018

The only notable change is that KeywordInfo is now generic.


This change is Reviewable

@highfive
Copy link

Heads up! This PR modifies the following files:

  • @bholley: components/style/stylesheets/font_feature_values_rule.rs, components/style/properties/gecko.mako.rs, ports/geckolib/glue.rs, components/style/values/specified/font.rs, components/style/values/generics/font.rs and 6 more
  • @canaltinova: components/style/stylesheets/font_feature_values_rule.rs, components/style/properties/gecko.mako.rs, components/style/values/specified/font.rs, components/style/values/generics/font.rs, components/style/values/computed/font.rs and 5 more
  • @emilio: components/style/stylesheets/font_feature_values_rule.rs, components/style/properties/gecko.mako.rs, ports/geckolib/glue.rs, components/style/values/specified/font.rs, components/style/values/generics/font.rs and 6 more

@highfive
Copy link

warning Warning warning

  • These commits modify style and gfx code, but no tests are modified. Please consider adding a test!

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Feb 14, 2018
Copy link
Member

@emilio emilio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rs=me

Just for the record, the KeywordInfo change is because of:

15:20 <emilio> nox: why did keywordinfo become generic?
15:21 <nox> emilio: Because I plan to make NonNegativeLength animate as Length.
15:22 <nox> emilio: TL;DR if I want to continue #20040 I need to clean a dozen rabbit holes.

@jdm
Copy link
Member

jdm commented Feb 14, 2018

TravisCI shows several build errors.

@jdm jdm added S-needs-code-changes Changes have not yet been made that were requested by a reviewer. and removed S-awaiting-review There is new code that needs to be reviewed. labels Feb 14, 2018
@nox
Copy link
Contributor Author

nox commented Feb 14, 2018

Oops, I only ran check-geckolib. Will fix them.

@highfive highfive added S-awaiting-review There is new code that needs to be reviewed. and removed S-needs-code-changes Changes have not yet been made that were requested by a reviewer. labels Feb 15, 2018
@nox
Copy link
Contributor Author

nox commented Feb 15, 2018

@bors-servo r=emilio

@bors-servo
Copy link
Contributor

📌 Commit ee8690a has been approved by emilio

@highfive highfive assigned emilio and unassigned KiChjang Feb 15, 2018
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Feb 15, 2018
@bors-servo
Copy link
Contributor

⌛ Testing commit ee8690a with merge daa61ac...

bors-servo pushed a commit that referenced this pull request Feb 15, 2018
Move some font code around

The only notable change is that KeywordInfo is now generic.

<!-- 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/20047)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

💔 Test failed - linux-dev

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Feb 15, 2018
@highfive highfive removed the S-tests-failed The changes caused existing tests to fail. label Feb 15, 2018
@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Feb 15, 2018
@nox
Copy link
Contributor Author

nox commented Feb 15, 2018

@bors-servo r=emilio

@bors-servo
Copy link
Contributor

📌 Commit d8c43ac has been approved by emilio

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Feb 15, 2018
@bors-servo
Copy link
Contributor

⌛ Testing commit d8c43ac with merge 0baab06...

bors-servo pushed a commit that referenced this pull request Feb 15, 2018
Move some font code around

The only notable change is that KeywordInfo is now generic.

<!-- 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/20047)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel-css, linux-rel-wpt, mac-dev-unit, mac-rel-css1, mac-rel-css2, mac-rel-wpt1, mac-rel-wpt2, mac-rel-wpt3, mac-rel-wpt4, windows-msvc-dev
Approved by: emilio
Pushing 0baab06 to master...

@bors-servo bors-servo merged commit d8c43ac into master Feb 15, 2018
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Feb 15, 2018
@bors-servo bors-servo mentioned this pull request Feb 15, 2018
5 tasks
@SimonSapin SimonSapin deleted the derive-all-the-things branch February 19, 2018 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants