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 upReplace all uses of the style::stylearc alias with servo_arc. #17775
Conversation
highfive
commented
Jul 18, 2017
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @glennw (or someone else) soon. |
highfive
commented
Jul 18, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jul 18, 2017
|
r? @Manishearth |
|
|
71fafc5
to
e3ed38b
The alias is left there temporarilly and will be removed completely in a later commit where
also components/style/gecko/generated/structs_{debug|release}.rs are re-generated (they still
use the old alias).
e3ed38b
to
b07ebba
|
@bors-servo r+ Looks good, thanks! |
|
|
Replace all uses of the style::stylearc alias with servo_arc.
The `stylearc` alias is left there temporarilly and will be removed completely in a later commit/PR where also `components/style/gecko/generated/structs_{debug|release}.rs` are re-generated (they still use the old alias).
---
<!-- 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
- [X] These changes fix #17768 (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because no new features / only refactoring
<!-- 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/17775)
<!-- Reviewable:end -->
|
|
michael-p commentedJul 18, 2017
•
edited by larsbergstrom
The
stylearcalias is left there temporarilly and will be removed completely in a later commit/PR where alsocomponents/style/gecko/generated/structs_{debug|release}.rsare re-generated (they still use the old alias)../mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is