Re: [rust-dev] 1/28 Bay Area Rust meetup: Rust 0.9 and DST

2014-01-09 Thread Jordi Boggiano
On 08/01/2014 16:58, Erick Tryzelaar wrote: Hello Rusticians! I'm happy to announce the next Bay Area Rust meetup on 1/28! You can sign up for it here: http://www.meetup.com/Rust-Bay-Area/events/153909222/ If possible it'd be awesome to post recordings here after the meetup, for those that

Re: [rust-dev] 0.9 prerelease testing

2014-01-09 Thread Alexander Stavonin
FYI. Apple doesn't remove GDB in 10.9. They has removed symlink for it So, you can find GDB in /Applications/Xcode.app/Contents/Developer/usr/libexec/gdb/gdb-i386-apple-darwin and create symlink manually. Best, Alex 2014/1/9 Jack Moffitt j...@metajack.im We've got a little 0.9 release

Re: [rust-dev] 1/28 Bay Area Rust meetup: Rust 0.9 and DST

2014-01-09 Thread Erick Tryzelaar
You are in luck. They all are posted on air.mozilla.org. You can find all the other meetup presentations here: https://air.mozilla.org/search/?q=Rust On Thursday, January 9, 2014, Jordi Boggiano wrote: On 08/01/2014 16:58, Erick Tryzelaar wrote: Hello Rusticians! I'm happy to announce the

Re: [rust-dev] 0.9 prerelease testing

2014-01-09 Thread Kevin Ballard
That path does not exist in Xcode 5.0 or Xcode 5.1 DP3. Are you sure you aren't looking at an older Xcode (say, Xcode 4.6)? -Kevin On Jan 9, 2014, at 4:04 AM, Alexander Stavonin a.stavo...@gmail.com wrote: FYI. Apple doesn't remove GDB in 10.9. They has removed symlink for it So, you can

Re: [rust-dev] 0.9 prerelease testing

2014-01-09 Thread Alexander Stavonin
Very strange. I’ve checked the folder on my personal notebook and yes, there is not gdb. Looks like I was wrong. Best regards, Alexander On 09 Jan 2014, at 21:58, Kevin Ballard ke...@sb.org wrote: That path does not exist in Xcode 5.0 or Xcode 5.1 DP3. Are you sure you aren't looking at

[rust-dev] Rust 0.8 released

2014-01-09 Thread Brian Anderson
Mozilla and the Rust community are pleased to announce version 0.9 of the Rust compiler and tools. Rust is a systems programming language with a focus on safety, performance and concurrency. This was another eventful release in which we made extensive improvements to the runtime and I/O

[rust-dev] Rust 0.9 released

2014-01-09 Thread Brian Anderson
Mozilla and the Rust community are pleased to announce version 0.9 of the Rust compiler and tools. Rust is a systems programming language with a focus on safety, performance and concurrency. This was another eventful release in which we made extensive improvements to the runtime and I/O

Re: [rust-dev] Rust 0.9 released

2014-01-09 Thread Brian Anderson
Just in case somebody wants one with the correct title. So sad. On 01/09/2014 01:04 PM, Brian Anderson wrote: Mozilla and the Rust community are pleased to announce version 0.9 of the Rust compiler and tools. Rust is a systems programming language with a focus on safety, performance and

Re: [rust-dev] Rust 0.8 released

2014-01-09 Thread Brian Anderson
0.9 On 01/09/2014 12:59 PM, Brian Anderson wrote: Mozilla and the Rust community are pleased to announce version 0.9 of the Rust compiler and tools. Rust is a systems programming language with a focus on safety, performance and concurrency. This was another eventful release in which we

Re: [rust-dev] Rust 0.9 released

2014-01-09 Thread Benjamin Striegel
Congrats everyone! Here's to 0.10. :) On Thu, Jan 9, 2014 at 4:04 PM, Brian Anderson bander...@mozilla.comwrote: Mozilla and the Rust community are pleased to announce version 0.9 of the Rust compiler and tools. Rust is a systems programming language with a focus on safety, performance and

Re: [rust-dev] Rust 0.9 released

2014-01-09 Thread Matthew McPherrin
Fantastic release! I think Rust is really becoming a usable language for real projects. Great work from everyone involved! I look forward to future releases, and to building some great products in Rust! On Thu, Jan 9, 2014 at 1:10 PM, Benjamin Striegel ben.strie...@gmail.com wrote: Congrats

Re: [rust-dev] Rust 0.9 released

2014-01-09 Thread Ziad Hatahet
Awesome job! Keep up the good work. -- Ziad On Thu, Jan 9, 2014 at 1:10 PM, Benjamin Striegel ben.strie...@gmail.comwrote: Congrats everyone! Here's to 0.10. :) On Thu, Jan 9, 2014 at 4:04 PM, Brian Anderson bander...@mozilla.comwrote: Mozilla and the Rust community are pleased to

Re: [rust-dev] Rust 0.9 released

2014-01-09 Thread Nathan Myers
Much blush Congratulations, this looks like a big step in a right direction, and in a very short time. When I build on Debian amd64 with g++-4.8.2, I get internal C++ compiler failures in stage 0. I run make again, and it builds OK for a while, and then dies on another file. It does finish

Re: [rust-dev] 0.9 prerelease testing

2014-01-09 Thread Lindsey Kuper
On Thu, Jan 9, 2014 at 1:39 AM, Brian Anderson bander...@mozilla.com wrote: These days we generally claim to support Mac OS X 10.6+ Do we still claim to support 10.6? It's broken right now for me and others (https://github.com/mozilla/rust/issues/10842). Lindsey

Re: [rust-dev] 0.9 prerelease testing

2014-01-09 Thread Brian Anderson
Then no :) On 01/09/2014 06:21 PM, Lindsey Kuper wrote: On Thu, Jan 9, 2014 at 1:39 AM, Brian Anderson bander...@mozilla.com wrote: These days we generally claim to support Mac OS X 10.6+ Do we still claim to support 10.6? It's broken right now for me and others

Re: [rust-dev] 0.9 prerelease testing

2014-01-09 Thread Brian Anderson
I guess I should expand. It would be nice if we fixed this, since I don't think the TLS problem is a good reason to abandon 10.6, but neither are we too concerned with supporting very old Mac releases. My macbook is running 10.6 and I would like to continue using it, so I have some interest in

[rust-dev] RFC: Future of the Build System

2014-01-09 Thread Corey Richardson
Hey all, The build system has grown a fair bit of complexity, and is getting hard to understand. I've been thinking about what could replace it moving forward. Most of the complexity stems from having to self-host (ie, staging) and cross compilation (which target are we compiling for, and with

Re: [rust-dev] Rust 0.9 released

2014-01-09 Thread Liigo Zhuang
Great work, thanks. 在 2014年1月10日 上午5:04,Brian Anderson bander...@mozilla.com写道: Mozilla and the Rust community are pleased to announce version 0.9 of the Rust compiler and tools. Rust is a systems programming language with a focus on safety, performance and concurrency. This was another

Re: [rust-dev] RFC: Future of the Build System

2014-01-09 Thread George Makrydakis
Hello, Having a build system entirely dependent of Rust alone, would make the entire experience in deploying the language extremely cohere. The only counter - argument is indeed that it would require some work to get this to fruition. I would like to know if this has any chance of getting

[rust-dev] RFC: Future of the Build System

2014-01-09 Thread Carter Schonwald
If the in rust approach is chosen, I warmly recommend checking out some of the design ideas in Shake. Shake has a pretty nice design that allows for dynamic build deps (in make systems the way around that is to use make to make your make files), and a few other neat ideas, including but not