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 upRefactor WebGLPaintTask to prevent creating extra IPC channels - Issu… #9234
Conversation
highfive
commented
Jan 10, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @Ms2ger (or someone else) soon. |
|
r? @ecoal95 |
|
Fails tidy:
NB: You can run |
|
|
|
I'm pretty sure @ecoal95 meant to initialise the IPC channel in the last |
|
Yep, @nox is correct, you still always create the IPC channel. It should be done if the |
|
@coder543 Was this closed on purpose? You can rebase without creating a new PR, I'm happy to help you to do that if you want :P |
|
Yeah, I was up to the 3 or 4 commit mark since a commit last night renamed all Tasks to Threads, and after rebasing I realized I needed to make another commit just to handle some whitespace issues. Things were getting messy. I know there's a way to squash commits, but I've never done that before, so I just cloned |
|
@coder543 No problem! :-) |
|
@coder543 Feel free to come on IRC, we can help you with Git. |
coder543 commentedJan 10, 2016
closes #9228
and this time I have a separate branch.