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 upZero copy parsing take 3 #142
Conversation
|
What do you want to do with https://github.com/kmcallister/tendril ? Maintain it (we send PRs to you), let us fork it and diverge, give us write access, transfer it? |
|
Same question for https://github.com/kmcallister/futf/ |
|
I read through futf, tendril, and this PR. It all looks good. There are lots of good ideas in tendril, I like it :) Review status: all files reviewed, all discussions resolved, some commit checks failed.
Comments from the review on Reviewable.io |
|
I think I'll transfer tendril and futf to the Servo org. |
|
Done :) |
|
Great, thanks! |
|
@kmcallister the C API changes look good to me, and |
|
@bors-servo r+ |
|
|
Zero copy parsing take 3 This includes the [tendril](https://github.com/kmcallister/tendril) integration which is desired for `document.write`. The only missing piece afaik is fixing up the C API (or temporarily disabling it, but I'd rather not). I won't have time to finish up this PR but I can answer questions for sure. (Was #141.) <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/142) <!-- Reviewable:end -->
|
|
kmcallister commentedJun 10, 2015
This includes the tendril integration which is desired for
document.write. The only missing piece afaik is fixing up the C API (or temporarily disabling it, but I'd rather not).I won't have time to finish up this PR but I can answer questions for sure.
(Was #141.)