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 upDerive Debug for more font-related types #9070
Conversation
|
@bors-servo r+ |
|
|
Derive Debug for more font-related types Needs to pull in newer ipc-channel and azure. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9070) <!-- Reviewable:end -->
|
|
|
@antrik What do you use to update the Cargo files? Did you properly use |
|
So it turns out I broke ipc-message for all platforms using the "inprocess" backend (target_os="android", target_os="windows") with servo/ipc-channel#21, and apparently there is no CI for that... This is rather unsettling. |
|
I submitted a fix for ipc-message: servo/ipc-channel#22 I can update this PR once the ipc-message one is in. |
|
Could you update it? |
|
I got somewhat uncertain after I realised that for some types -- such as FontTemplateData -- deriving Debug is useless, as it will print the entire blob. However, I checked now that it affects only my other PR (which has already been merged, and will thus need a follow-up), but not this one. Updated now for the fixed ipc-message. |
|
@bors-servo r+ Reviewed 6 of 6 files at r1. Comments from the review on Reviewable.io |
|
|
Derive Debug for more font-related types Needs to pull in newer ipc-channel and azure. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9070) <!-- Reviewable:end -->
|
|
antrik commentedDec 26, 2015
Needs to pull in newer ipc-channel and azure.