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 ConstellationChan. #11270
Remove ConstellationChan. #11270
Conversation
highfive
commented
May 19, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
May 19, 2016
|
Yes yes yes! |
|
Reviewed 24 of 24 files at r1. components/constellation/constellation.rs, line 327 [r1] (raw file):
Do we need to provide the type arguments here? Can we not just use components/layout/layout_thread.rs, line 1084 [r1] (raw file):
This is so much cleaner, hooray! Comments from Reviewable |
It's a pointless abstraction that propagates the obsolete chan terminology, swaps the order in which the sender and receiver are returned, and hides a source of panics.
highfive
commented
May 19, 2016
|
New code was committed to pull request. |
|
@bors-servo r+ |
|
|
|
@bors-servo r- Homu confused, will r+ again. |
|
@bors-servo r=asajeffrey |
|
|
Remove ConstellationChan. 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 --faster` 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 _____ Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. It's a pointless abstraction that propagates the obsolete chan terminology, swaps the order in which the sender and receiver are returned, and hides a source of panics. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11270) <!-- Reviewable:end -->
|
|
Ms2ger commentedMay 19, 2016
•
edited by larsbergstrom
Thank you for contributing to Servo! Please replace each
[ ]by[X]when the step is complete, and replace__with appropriate data:./mach build -ddoes not report any errors./mach test-tidy --fasterdoes not report any errorsEither:
Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.
It's a pointless abstraction that propagates the obsolete chan terminology,
swaps the order in which the sender and receiver are returned, and hides a
source of panics.
This change is