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 upRemove the msg dependency from style #9261
Conversation
highfive
commented
Jan 11, 2016
|
@bors-servo try |
Remove the msg dependency from style This is part of slimming down the dependencies of geckolib. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9261) <!-- Reviewable:end -->
|
r? @SimonSapin |
| @@ -39,6 +39,7 @@ | |||
| os.path.join(".", "target", "*"), | |||
| os.path.join(".", "ports", "gonk", "src", "native_window_glue.cpp"), | |||
| os.path.join(".", "ports", "cef", "*"), | |||
| os.path.join(".", "ports", "geckolib", "*"), | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bholley
Jan 12, 2016
Author
Contributor
Good catch - that was an accidental leftover from rebasing this over what actually landed in #9209.
|
|
|
|
|
@bors-servo try |
|
@bors-servo try |
|
|
|
@bors-servo try |
Remove the msg dependency from style This is part of slimming down the dependencies of geckolib. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9261) <!-- Reviewable:end -->
|
|
|
This is puzzling... #9254 didn't even land yet! |
The pipeline id stuff is currently unused. If someone needs it, they can add an additional trait bound on their css error reporter to get the pipeline id.
|
@bors-servo try |
Remove the msg dependency from style This is part of slimming down the dependencies of geckolib. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9261) <!-- Reviewable:end -->
|
|
|
@bors-servo r+ |
|
|
Remove the msg dependency from style This is part of slimming down the dependencies of geckolib. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9261) <!-- Reviewable:end -->
|
fixes #9246 |
|
|
bholley commentedJan 11, 2016
This is part of slimming down the dependencies of geckolib.