Re: Rust code in mozilla-central now builds via cargo

2016-08-09 Thread Henri Sivonen
On Aug 8, 2016 1:06 AM, "Nathan Froyd" wrote: > > TL; DR: Bug 1231764 has landed on mozilla-central; the build system > now invokes cargo to build all the Rust code in m-c. This should > result in a better Rust developer experience, as well as making it > easier to import Rust libraries into m-c.

Re: Rust code in mozilla-central now builds via cargo

2016-08-08 Thread Bobby Holley
On Mon, Aug 8, 2016 at 12:15 PM, Michael Layzell wrote: > Thanks a ton for your work on this! This makes working on rust code in > gecko much easier, and makes importing libraries from the ecosystem simpler > as well (if a tad tedious). > Importing libraries from the ecosystem is going to get a

Re: Rust code in mozilla-central now builds via cargo

2016-08-08 Thread Michael Layzell
Thanks a ton for your work on this! This makes working on rust code in gecko much easier, and makes importing libraries from the ecosystem simpler as well (if a tad tedious). On Mon, Aug 8, 2016 at 1:21 PM, Bobby Holley wrote: > +1. This is an important step forward. Thanks Nathan! > > On Mon, A

Re: Rust code in mozilla-central now builds via cargo

2016-08-08 Thread Bobby Holley
+1. This is an important step forward. Thanks Nathan! On Mon, Aug 8, 2016 at 6:07 AM, Ted Mielczarek wrote: > On Sun, Aug 7, 2016, at 06:06 PM, Nathan Froyd wrote: > > TL; DR: Bug 1231764 has landed on mozilla-central; the build system > > now invokes cargo to build all the Rust code in m-c. Th

Re: Rust code in mozilla-central now builds via cargo

2016-08-08 Thread Nathan Froyd
On Mon, Aug 8, 2016 at 6:41 AM, Andreas Tolfsen wrote: > This is great, but as of pulling central this morning I can’t build > because configure complains about missing cargo. I’ve filed > https://bugzilla.mozilla.org/show_bug.cgi?id=1293219 about this. Thanks for the report, I'll take a look.

Re: Rust code in mozilla-central now builds via cargo

2016-08-08 Thread Ted Mielczarek
On Sun, Aug 7, 2016, at 06:06 PM, Nathan Froyd wrote: > TL; DR: Bug 1231764 has landed on mozilla-central; the build system > now invokes cargo to build all the Rust code in m-c. This should > result in a better Rust developer experience, as well as making it > easier to import Rust libraries into

Re: Rust code in mozilla-central now builds via cargo

2016-08-08 Thread Andreas Tolfsen
Nathan, Nathan Froyd writes: > TL; DR: Bug 1231764 has landed on mozilla-central; the build system > now invokes cargo to build all the Rust code in m-c. This should > result in a better Rust developer experience, as well as making it > easier to import Rust libraries into m-c. This is great,