Results 83 comments of Aidan Hobson Sayers

Rereading my [original comment](https://github.com/docker-in-practice/docker-comcast/issues/1#issuecomment-239005985) on the linked issue, it wasn't particularly clear for anyone who hadn't spent a while wading through docker network interface details. So: - if you want...

Concern: learning from our experience is great but not good for end users (vs maintainers) - are they going to have to read 4 RFCs to understand 'editions'? Not a...

Work is continuing (Mark + others), Niko needs to update the existing RFC thread

Mark created [this doc (for core team members only)](https://docs.google.com/document/d/1eI1E6qoMydTtwSNtOU4oZ_q55HTKhKaLMwWmsxj9jLA/edit) with the headline "This document outlines a summary of the concerns and proposals on the table for editions in Rust, both...

Myself, @Manishearth and @nikomatsakis spoke to Mara last week about edition progress to get an idea of where things lie. We did not get a chance to speak to @Mark-Simulacrum...

I'll experiment with getting servo tested on the test cargobomb instance. As a first step, I'd probably just get cargo build of the whole thing working (I assume that should...

Unfortunately servo doesn't pass after #163. It seems that git dependencies aren't supported by crater. I've raised #166.

Some unordered thoughts: - there are a lot of assumptions of linux in Crater, like joining paths with `format!("{}/{}")`. I'm guilty of being lazy and doing this recently :( Not...

When I've suggested this previously it has been in combination with a proposal that we do some form of sorting of crates with their dependencies to reduce the impact of...

In time we'll want to build a dependency graph (even if not for this issue) because it'll let us get some parallelism wins (we can work our way up the...