Re: [rust-dev] Compiling Rust apps with Meson v2

2014-06-25 Thread Robert Knight
Hi Jussi, Thanks. meson looks like CMake with a somewhat more sane build config language. Not directly related to Rust, but what is the tooling story like with Qt Creator - eg. has any work been done on teaching Qt Creator to understand meson projects? On 23 June 2014 21:00, Jussi Pakkanen

Re: [rust-dev] Integer overflow, round -2147483648

2014-06-25 Thread Vadim Chugunov
I wasn't thinking of subtyping u32w to u32. I actually don't think that u32 should be convertible to u32w (or vice-versa) without an explicit cast. For array slices, it would have to be a transmute-like function, e.g. fn as_wrapping'a(s:'a [u32])-'a [u32w] { unsafe { transmute(s) } }

Re: [rust-dev] Integer overflow, round -2147483648

2014-06-25 Thread Florian Zeitz
On 26.06.2014 00:04, Vadim Chugunov wrote: I wasn't thinking of subtyping u32w to u32. I actually don't think that u32 should be convertible to u32w (or vice-versa) without an explicit cast. For array slices, it would have to be a transmute-like function, e.g. fn as_wrapping'a(s:'a

Re: [rust-dev] 3 SF events in June: a Dinner, Game Tech Meetup, and a Spinning Trianglthon

2014-06-25 Thread Erick Tryzelaar
Hello rustangles! Just a friendly reminder that we have a great meetup lined up tomorrow in San Francisco. Instructions on attending or watching remotely are found here: http://www.meetup.com/Rust-Bay-Area/events/17672/ See you tomorrow! -Erick On Sat, May 24, 2014 at 8:03 PM, Tom Park