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 upFix step 14.2 of Range::ExtractContents #9799
Conversation
We need the last inclusive ancestor of start node that is not an inclusive ancestor of end node, not the first that is an inclusive ancestor of it.
|
@bors-servo: r+ |
|
|
|
@bors-servo r+ |
|
|
|
Fix step 14.2 of Range::ExtractContents We need the last inclusive ancestor of start node that is not an inclusive ancestor of end node, not the first that is an inclusive ancestor of it. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9799) <!-- Reviewable:end -->
|
|
|
@bors-servo retry #9772 |
|
|
|
|
What is this? A new intermittent? |
|
@bors-servo retry #9772 |
|
|
|
|
|
@bors-servo retry #9014 |
|
|
|
|
nox commentedFeb 28, 2016
We need the last inclusive ancestor of start node that is not an inclusive ancestor
of end node, not the first that is an inclusive ancestor of it.