Re: multiple Rust crates are now supported

2016-04-21 Thread Lars Bergstrom
Agreed! Thanks to you, Ralph, and everyone (especially the build peers!) who has been providing feedback/reviews and trying to stand up examples integrating various Rust or Servo code into Gecko so that we could find the blockers quickly. For people who would like to follow along without adding

Re: multiple Rust crates are now supported

2016-04-21 Thread Ralph Giles
Thanks, Nathan. This is really great to see! -r On Thu, Apr 21, 2016 at 7:57 AM, Nathan Froyd wrote: > Bug 1163224 has landed on inbound, which means that Gecko builds with > --enable-rust now support multiple Rust crates. This change is > intended to make the lives of

multiple Rust crates are now supported

2016-04-21 Thread Nathan Froyd
Bug 1163224 has landed on inbound, which means that Gecko builds with --enable-rust now support multiple Rust crates. This change is intended to make the lives of people developing Rust components easier, and it comes with several caveats: 1) There is zero support for interdependencies between