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 upMove the servo binary to ports. #14172
Conversation
highfive
commented
Nov 11, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Nov 11, 2016
|
CC @paulrouget |
| [dependencies] | ||
| backtrace = "0.2" | ||
| browserhtml = {git = "https://github.com/browserhtml/browserhtml", branch = "crate"} | ||
| glutin_app = {path = "../../ports/glutin"} |
This comment has been minimized.
This comment has been minimized.
SimonSapin
Nov 11, 2016
Member
Can / should this new servo crate be merged with the glutin_app crate?
This comment has been minimized.
This comment has been minimized.
|
|
|
@bors-servo: try |
Move the servo binary to ports. <!-- 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/14172) <!-- Reviewable:end -->
|
|
build-cef failed. |
|
|
|
@bors-servo try |
Move the servo binary to ports. <!-- 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/14172) <!-- Reviewable:end -->
|
|
|
|
@bors-servo try |
Move the servo binary to ports. <!-- 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/14172) <!-- Reviewable:end -->
|
@bors-servo try |
highfive
commented
Nov 16, 2016
|
|
@bors-servo retry |
|
|
|
|
|
@bors-servo retry
|
Move the servo binary to ports. <!-- 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/14172) <!-- Reviewable:end -->
|
|
|
This broke the doc build. The docs are likely living in the wrong folder now. |
Fixes `./mach doc` regression caused by servo#14172.
Run cargo doc on libservo crate Fixes `./mach doc` regression caused by #14172. <!-- 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/14254) <!-- Reviewable:end -->
Updated cargo paths for the python script <!-- Please describe your changes on the following line: --> Related to #14172 Needed this for `./mach cargo-update -p webrender` to work properly when replacing with a local copy --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because it's not adding any new logic <!-- 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/14266) <!-- Reviewable:end -->
Ms2ger commentedNov 11, 2016
•
edited by larsbergstrom
This change is