[dev-servo] Chaos mode!

2016-02-12 Thread Matthew Brubeck
Thanks to some new options in rr and wptrunner, we now have a very easy way to start debugging intermittent test failures! First, build the latest version of rr from the master branch, and make sure that the `rr` binary is somewhere in your $PATH: https://github.com/mozilla/rr/ Then, run any tes

[dev-servo] Meeting notes 2016-02-01 (WebRender merge; Stylo perf)

2016-02-01 Thread Matthew Brubeck
https://github.com/servo/servo/wiki/Meeting-2016-02-01 ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] Error in ./mach test-tidy

2015-11-02 Thread Matthew Brubeck
Also, the link must begin with "https". On Sun, Nov 1, 2015 at 1:25 AM, Manish Goregaokar wrote: > You need to add a link to the spec where you got the webidl from. The other > interfaces all have a link to html.spec.whatwg.org or similar. > > -Manish Goregaokar > > On Sun, Nov 1, 2015 at 11:02

Re: [dev-servo] Tree closed for Rust update

2015-05-21 Thread Matthew Brubeck
The Rust update is done and the tree is open! Thanks, everyone. [I wrote this yesterday after the PR landed, which took a surprisingly short time... but somehow never sent it until I found it in my drafts folder today. Oops.] On Wed, May 20, 2015 at 3:49 PM, Matthew Brubeck wrote: > This i

[dev-servo] Tree closed for Rust update

2015-05-20 Thread Matthew Brubeck
This is a pretty tiny Rust update. Let's get it reviewed and merged before any more Cargo.lock changes land! https://github.com/servo/servo/pull/6151 ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

[dev-servo] PSA: "mach build" requires --dev or --release flag

2015-05-14 Thread Matthew Brubeck
tl;dr: Use "./mach build --dev" or edit your .servobuild file to build in debug mode. This change just landed to add a `--dev` flag to the `mach build` command for building in Cargo's debug profile: https://github.com/servo/servo/pull/6038 To prevent unsuspecting newcomers from using un-optimized

[dev-servo] .servo cache directory moved

2015-01-28 Thread Matthew Brubeck
As we discussed last month , pull request #4755 moves the ".servo" directory (where Rust/Cargo snapshots are cached) inside the source tree by default. After you pull this change and b