Re: [dev-servo] Let's collaborate on This Week In Servo!

2015-04-02 Thread Josh Matthews
We could even add a label to github which means "This should be noted in TWiS", which could be applied at any time and make the job of the person doing the final write up very simple. On 2015-04-02 1:35 PM, Manish Goregaokar wrote: While I enjoy writing TWiS, sometimes I'm rather busy and/or f

[dev-servo] Let's collaborate on This Week In Servo!

2015-04-02 Thread Manish Goregaokar
While I enjoy writing TWiS, sometimes I'm rather busy and/or forget (like for the past two weeks). Additionally, I can't keep track of all of our submodules and I do end up missing changes here and there. So I'm proposing we start collaborating on TWiS. Josh and Keegan have already contributed to

[dev-servo] tendril: a compact string for zero-copy parsing

2015-04-02 Thread Keegan McAllister
I've been working on a new string type which will solve various problems in html5ever, and which may be useful more widely in the Servo ecosystem. You can find the design rationale here: https://github.com/kmcallister/tendril#readme as well as preliminary API docs: https://kmcallister.gi