Re: [rust-dev] Migrating libs out of rust-lang/rust

2014-07-31 Thread Alex Crichton
There's a cron job running which will trigger each build each night after the nightlies have finished building, and the .travis.yml script for these repos are all wired to nightlies rather than the PPA. Could the source code for this cron job be published, with instructions on how to get

[rust-dev] [ANN] rust-url

2014-07-31 Thread Simon Sapin
Hi Rustaceans, rustc comes with an `url` crate (previously a `extra::url` module) for parsing an serializing URLs. This crate is now deprecated: https://github.com/rust-lang/rust/commit/491bd299 The replacement is rust-url, which solves a number of issues that the old url crate had and adds

Re: [rust-dev] Place for discussions

2014-07-31 Thread Brian Anderson
Here's the current state of official project support for various forums: * discourse.rust-lang.org is for *discussion of the development of Rust itself*. It is maintained by Mozilla. * r/rust is for user discussion. It is maintained by the community. * rust-dev is for user discussion. It is

Re: [rust-dev] [ANN] rust-url

2014-07-31 Thread Brian Anderson
Thanks, Simon! This is huge. Simon knows everything about web standards, and this is Servo's URL type, so it's going to be maintained and correct. The old url crate was originally written by me, without looking at any specs, in order to teach Servo able to open `http://www.google.com`. It

Re: [rust-dev] Place for discussions

2014-07-31 Thread Kevin Cantu
That link didn't work for me, but this does: http://discuss.rust-lang.org/t/about-this-forum-please-read/6 Kevin :) On Thu, Jul 31, 2014 at 3:15 PM, Brian Anderson bander...@mozilla.com wrote: Here's the current state of official project support for various forums: *

Re: [rust-dev] [ANN] rust-url

2014-07-31 Thread Daniel Fath
Is rust-url compatible with rust-uri? And if not are there any plans to support URI specification with it? On Fri, Aug 1, 2014 at 12:38 AM, Brian Anderson bander...@mozilla.com wrote: Thanks, Simon! This is huge. Simon knows everything about web standards, and this is Servo's URL type, so

Re: [rust-dev] Place for discussions

2014-07-31 Thread Evan G
The correct link is http://discuss.rust-lang.org On Thu, Jul 31, 2014 at 5:15 PM, Brian Anderson bander...@mozilla.com wrote: Here's the current state of official project support for various forums: * discourse.rust-lang.org is for *discussion of the development of Rust itself*. It is

[rust-dev] [ANN] Rust Cross Support for PNaCl

2014-07-31 Thread Richard Diamond
Ladies and Gentlemen, I am pleased to announce WIP-level cross support for le32-unknown-nacl targets, including x86_64-unknown-nacl (ie translated PNaCl modules). I say WIP because of a half-dozen number of caveats arising from either bugs in LLVM (though only w.r.t. PNaCl/NaCl; ie

Re: [rust-dev] Place for discussions

2014-07-31 Thread Ilya Dmitrichenko
I think the point of discourse is that it provides a far better user interface then the mailing list does. Mailing lists are pretty backward in this day an age. The basics are that you can tag discussions and use backticks to quote code etc. Other smart things you can probably implement is