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 upReplace any uses of .send().unwrap() by .send().unwrap_or_else(). #10242
Conversation
|
@bors-servo r+ This looks like it will give us much more information on these kinds of errors. That should be a definite improvement. Reviewed 1 of 1 files at r1. Comments from the review on Reviewable.io |
|
|
|
@metajack thanks! |
75420b4
to
30c1a98
30c1a98
to
c2f4208
|
@bors-servo: try r=metajack |
|
|
…<try> Replace any uses of .send().unwrap() by .send().unwrap_or_else(). This is part of the effort to harden the constellation (#10124), in this case against panics caused by channel send. <!-- 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/10242) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
…<try> Replace any uses of .send().unwrap() by .send().unwrap_or_else(). This is part of the effort to harden the constellation (#10124), in this case against panics caused by channel send. <!-- 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/10242) <!-- Reviewable:end -->
|
|
|
Hmm, that's two random git failures in a row... @bors-servo: retry |
…<try> Replace any uses of .send().unwrap() by .send().unwrap_or_else(). This is part of the effort to harden the constellation (#10124), in this case against panics caused by channel send. <!-- 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/10242) <!-- Reviewable:end -->
|
|
c2f4208
to
620ba84
|
Rebased and |
|
@bors-servo: try r=metajack |
|
|
…<try> Replace any uses of .send().unwrap() by .send().unwrap_or_else(). This is part of the effort to harden the constellation (#10124), in this case against panics caused by channel send. <!-- 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/10242) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
…<try> Replace any uses of .send().unwrap() by .send().unwrap_or_else(). This is part of the effort to harden the constellation (#10124), in this case against panics caused by channel send. <!-- 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/10242) <!-- Reviewable:end -->
|
|
|
@bors-servo retry
|
…<try> Replace any uses of .send().unwrap() by .send().unwrap_or_else(). This is part of the effort to harden the constellation (#10124), in this case against panics caused by channel send. <!-- 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/10242) <!-- Reviewable:end -->
|
|
…metajack Replace any uses of .send().unwrap() by .send().unwrap_or_else(). This is part of the effort to harden the constellation (#10124), in this case against panics caused by channel send. <!-- 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/10242) <!-- Reviewable:end -->
|
|
asajeffrey commentedMar 28, 2016
This is part of the effort to harden the constellation (#10124), in this case against panics caused by channel send.
This change is