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 upSplit paint task messages from ScriptMsg #8598
Conversation
|
@KiChjang Want to take a swing at reviewing this? |
|
Sure! |
|
Review status: 0 of 4 files reviewed at latest revision, 1 unresolved discussion. components/compositing/constellation.rs, line 628 [r1] (raw file): Comments from the review on Reviewable.io |
|
Reviewed 4 of 4 files at r1. Comments from the review on Reviewable.io |
|
|
|
I see that you have made a new commit to address the previous issues @g-k , but you'll need to rebase this branch onto master before it can be merged, and also squash your commits. See https://github.com/servo/servo/wiki/Github-&-Critic-PR-handling-101 for a detailed explanation (ignore the part about critic, it's an old review system which we currently do not use anymore). Essentially what needs to happen is:
This rebases your branch onto servo's master. Now, onto squashing commits:
Delete the second line's "pick" and replace it with "f". Finally force-push your branch:
|
|
Thanks @KiChjang! I rebased and autosquashed but have a build failing with
and
errors. Should painter_chan have type |
462bf6a
to
022d6d3
|
Thanks @eefriedman! don't know how I missed that. |
|
Rebased. |
|
Almost there! Once you address the comments, ask @jdm to r+. Reviewed 4 of 4 files at r2. components/compositing/constellation.rs, line 285 [r2] (raw file): Comments from the review on Reviewable.io |
|
@bors-servo: delegate=KiChjang |
|
|
|
Review status: 3 of 4 files reviewed at latest revision, 1 unresolved discussion. components/compositing/constellation.rs, line 285 [r2] (raw file): Comments from the review on Reviewable.io |
|
@bors-servo r+ Reviewed 1 of 1 files at r3. Comments from the review on Reviewable.io |
|
|
Split paint task messages from ScriptMsg Refs: #8592 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8598) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
|
|
|
|
|
\o/ |
g-k commentedNov 19, 2015
Refs: #8592