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 upcompositing: removed opts-get #23493
Conversation
|
@bors-servo try |
compositing: removed opts-get <!-- Please describe your changes on the following line: --> Removed all `opts::get()` from `compositing` component. --- <!-- 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 *partially* fix #22854 (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they are not feature- or bug-related changes. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/23493) <!-- Reviewable:end -->
|
@jdm Let me know if you'd prefer a PR per component, or a single PR with the entire issue fixed (thus, with the changes from all listed components). |
|
r? @jdm |
|
|
|
Since we have removed the only use of servo_config from this crate, we can now remove the dependency from components/compositing/Cargo.toml. Thanks! |
|
@bors-servo r+ |
|
|
|
@jdm thanks for the help with the 1st contribution! proceeding with the rest now. |
compositing: removed opts-get <!-- Please describe your changes on the following line: --> Removed all `opts::get()` from `compositing` component. --- <!-- 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 *partially* #22854 (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they are not feature- or bug-related changes. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/23493) <!-- Reviewable:end -->
|
|
oneturkmen commentedJun 1, 2019
•
edited by atouchet
Removed all
opts::get()fromcompositingcomponent../mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is