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 upRe-expose webrender debugger feature in components/servo #20328
Conversation
highfive
commented
Mar 18, 2018
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @asajeffrey (or someone else) soon. |
highfive
commented
Mar 18, 2018
|
Heads up! This PR modifies the following files:
|
|
To address that someone needs to update https://github.com/servo/webrender/blob/master/webrender/Cargo.toml#L39 to 0.6.0 (for bytes, for example) and update the version of webrender that's in use in Servo. |
|
I've updated components/debugger ws dependency to 0.7.3. |
|
I've opened an issue for the dependency versions on the webrender repo. |
|
Test-tidy issue should be resolved now. |
|
We're still one revision behind 46b7fb3d58cc89b1c8683524d0829ef266c8b73c in webrender, unfortunately. |
Update WR revision. This updates some WR debugger dependencies that are trailing behind servo. Needed for #20328. <!-- 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/20341) <!-- Reviewable:end -->
|
@bors-servo r+ |
|
|
Re-expose webrender debugger feature in components/servo <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] `./mach test-tidy` does not report any errors ``` Checking files for tidiness... ./Cargo.lock:1: duplicate versions for package `base64` The following packages depend on version 0.3.1 from 'crates.io': webrender The following packages depend on version 0.6.0 from 'crates.io': hyper net script webdriver_server ./Cargo.lock:1: duplicate versions for package `bytes` The following packages depend on version 0.3.0 from 'crates.io': ws The following packages depend on version 0.4.6 from 'crates.io': ws ./Cargo.lock:1: duplicate versions for package `ws` The following packages depend on version 0.6.0 from 'crates.io': debugger The following packages depend on version 0.7.3 from 'crates.io': webrender ./Cargo.lock:1: duplicate versions for package `image` The following packages depend on version 0.17.0 from 'crates.io': webrender The following packages depend on version 0.18.0 from 'crates.io': compositing net_traits script webdriver_server ``` What should I do about this? - [x] These changes fix #20324 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because: Not sure actually, do I need to write integration tests to make sure it builds with the feature enabled? <!-- 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/20328) <!-- Reviewable:end -->
|
|
|
You'll need to rebase on master, start the build, then commit the changes to Cargo.lock. |
|
@bors-servo r+ |
|
|
Re-expose webrender debugger feature in components/servo <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] `./mach test-tidy` does not report any errors ``` Checking files for tidiness... ./Cargo.lock:1: duplicate versions for package `base64` The following packages depend on version 0.3.1 from 'crates.io': webrender The following packages depend on version 0.6.0 from 'crates.io': hyper net script webdriver_server ./Cargo.lock:1: duplicate versions for package `bytes` The following packages depend on version 0.3.0 from 'crates.io': ws The following packages depend on version 0.4.6 from 'crates.io': ws ./Cargo.lock:1: duplicate versions for package `ws` The following packages depend on version 0.6.0 from 'crates.io': debugger The following packages depend on version 0.7.3 from 'crates.io': webrender ./Cargo.lock:1: duplicate versions for package `image` The following packages depend on version 0.17.0 from 'crates.io': webrender The following packages depend on version 0.18.0 from 'crates.io': compositing net_traits script webdriver_server ``` What should I do about this? - [x] These changes fix #20324 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because: Not sure actually, do I need to write integration tests to make sure it builds with the feature enabled? <!-- 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/20328) <!-- Reviewable:end -->
|
|
Update ws in debugger to 0.7.3 Update lockfile
Moggers commentedMar 18, 2018
•
edited
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsWhat should I do about this?
This change is