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

Re-expose webrender debugger feature in components/servo #20328

Merged
merged 1 commit into from Mar 19, 2018

Conversation

@Moggers
Copy link
Contributor

Moggers commented Mar 18, 2018


  • ./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?

  • These changes fix #20324 (github issue number if applicable).
  • There are tests for these changes OR
  • 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?

This change is Reviewable

@highfive
Copy link

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
Copy link

highfive commented Mar 18, 2018

Heads up! This PR modifies the following files:

@jdm
Copy link
Member

jdm commented Mar 18, 2018

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.

@Moggers
Copy link
Contributor Author

Moggers commented Mar 18, 2018

I've updated components/debugger ws dependency to 0.7.3.

@Moggers
Copy link
Contributor Author

Moggers commented Mar 18, 2018

I've opened an issue for the dependency versions on the webrender repo.

servo/webrender#2538

@Moggers
Copy link
Contributor Author

Moggers commented Mar 19, 2018

Test-tidy issue should be resolved now.

@jdm
Copy link
Member

jdm commented Mar 19, 2018

We're still one revision behind 46b7fb3d58cc89b1c8683524d0829ef266c8b73c in webrender, unfortunately.

@jdm jdm mentioned this pull request Mar 19, 2018
bors-servo added a commit that referenced this pull request Mar 19, 2018
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 -->
@jdm
Copy link
Member

jdm commented Mar 19, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Mar 19, 2018

📌 Commit 42d41e4 has been approved by jdm

@highfive highfive assigned jdm and unassigned asajeffrey Mar 19, 2018
@bors-servo
Copy link
Contributor

bors-servo commented Mar 19, 2018

Testing commit 42d41e4 with merge d90e0a2...

bors-servo added a commit that referenced this pull request Mar 19, 2018
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 -->
@bors-servo
Copy link
Contributor

bors-servo commented Mar 19, 2018

💔 Test failed - mac-dev-unit

@jdm
Copy link
Member

jdm commented Mar 19, 2018

You'll need to rebase on master, start the build, then commit the changes to Cargo.lock.

@Moggers Moggers force-pushed the Moggers:enable-debugger branch from 42d41e4 to 4dadfd0 Mar 19, 2018
@jdm
Copy link
Member

jdm commented Mar 19, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Mar 19, 2018

📌 Commit 4dadfd0 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Mar 19, 2018

Testing commit 4dadfd0 with merge e9fdcdc...

bors-servo added a commit that referenced this pull request Mar 19, 2018
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 -->
@bors-servo
Copy link
Contributor

bors-servo commented Mar 19, 2018

@bors-servo bors-servo merged commit 4dadfd0 into servo:master Mar 19, 2018
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@bors-servo bors-servo mentioned this pull request Mar 19, 2018
3 of 4 tasks complete
Update ws in debugger  to 0.7.3

Update lockfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

5 participants
You can’t perform that action at this time.