Re: [dev-servo] PSA: Style system changes now require documentation.

2017-01-02 Thread Jet Villegas
Indeed! The Style System "it's complicated" :-) Gracias, Emilio On Monday, January 2, 2017, Bobby Holley wrote: > Of the 82 commits that landed on servo/servo this weekend, 73 were > emilio's. The combined patch weighed in at 540k, with 88 files changed, > 2747 insertions(+), 1001 deletions(-)

Re: [dev-servo] PSA: Style system changes now require documentation.

2017-01-02 Thread Bobby Holley
Of the 82 commits that landed on servo/servo this weekend, 73 were emilio's. The combined patch weighed in at 540k, with 88 files changed, 2747 insertions(+), 1001 deletions(-). Chapeau! On Mon, Jan 2, 2017 at 6:04 AM, Emilio Cobos Álvarez wrote: > [Bcc dev-tech-layout, for potentially-interest

[dev-servo] PSA: Style system changes now require documentation.

2017-01-02 Thread Emilio Cobos Álvarez
[Bcc dev-tech-layout, for potentially-interested stylo people, please follow-up on dev-servo] This week I've landed three PRs[1][2][3], that add documentation to most of the style system code, and uses the standard Rust compiler lints to force it on new code. Thanks Boris for filling[4], btw. The