Re: [rust-dev] 0.10 prerelease testing

2014-04-01 Thread Daniel Micay
On 01/04/14 06:44 PM, Alex Crichton wrote: > Greeting Rustlers! > > Our lovely automation has recently prepared an 0.10 release candidate > recently. > I've tested them slightly, and if you'd like to also give them a shot all the > links are included at the end of this message. Remember that this

[rust-dev] 0.10 prerelease testing

2014-04-01 Thread Alex Crichton
Greeting Rustlers! Our lovely automation has recently prepared an 0.10 release candidate recently. I've tested them slightly, and if you'd like to also give them a shot all the links are included at the end of this message. Remember that this is not a signed release yet, we've only got checksums f

[rust-dev] A new better way to build rust apps

2014-04-01 Thread Vladimir Pouzanov
I decided to switch away from Rakefiles (after I switched to them from Makefiles) and make a dependency generator / build system in rust to get 20% more coolness factor. Here's a sample config file: https://gist.github.com/farcaller/4c08908fe526e0631989. As you can see, the syntax is somewhat simi