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 upNet: removed opts::get() usage #23520
Conversation
highfive
commented
Jun 5, 2019
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jun 5, 2019
|
r? @jdm |
|
Let's remove the servo_config dependency from Cargo.toml as well. |
0210690
to
e8aca56
|
Travis and AppVeyor both failed due to the missing
Should I add + it's weird that it successfully builds locally (or I miss something here). |
|
Ah, it's used by a unit test. Interesting. |
|
Ok, go ahead and re-add the dependency and we can merge these changes. |
e8aca56
to
7f3d2a8
|
@bors-servo r+ |
|
|
Net: removed opts::get() usage <!-- Please describe your changes on the following line: --> Removed usage of opts::get() in components/net. --- <!-- 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 these are cleanup/refactoring 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/23520) <!-- Reviewable:end -->
|
It's the unit tests again. Will adjust them tomorrow. |
|
|
7f3d2a8
to
9034fb6
|
@jdm fyi Travis seems to have finished the build ~4 hours ago - yet it shows "in progress" here. |
|
@bors-servo r+ |
|
|
Net: removed opts::get() usage <!-- Please describe your changes on the following line: --> Removed usage of opts::get() in components/net. --- <!-- 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 these are cleanup/refactoring 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/23520) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Net: removed opts::get() usage <!-- Please describe your changes on the following line: --> Removed usage of opts::get() in components/net. --- <!-- 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 these are cleanup/refactoring 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/23520) <!-- Reviewable:end -->
|
|
oneturkmen commentedJun 5, 2019
•
edited by SimonSapin
Removed usage of opts::get() in components/net.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is