Re: [rust-dev] Find first set

2015-01-12 Thread Peter Marheine
g that it is not. I tried to > look for it but failed. > _______ > Rust-dev mailing list > Rust-dev@mozilla.org > https://mail.mozilla.org/listinfo/rust-dev -- Peter Marheine Don't Panic ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

Re: [rust-dev] Two mutable pointers to same memory address?

2014-11-26 Thread Peter Marheine
but if > I understand everything correct so far this shouldn't compile but it does > actually. > > Kind regards, > > grayfox > ___ > Rust-dev mailing list > Rust-dev@mozilla.org > https://mail.mozilla.org/listinfo/rust-dev -- Peter Marheine Don't Panic ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

Re: [rust-dev] Bay area Rust events

2014-10-19 Thread Peter Marheine
> > Enrico > > -- > · Enrico Stano > · > · software developer @ redbooth.com > · > · twitter @enricostano > > ___ > Rust-dev mailing list > Rust-dev@mozilla.org > https://mail.mozilla.org/listinfo/rust-dev > --

Re: [rust-dev] Many-to-many channels

2014-10-04 Thread Peter Marheine
t yet? > 2) If the latter, how can I help? > > Thanks! > -Calder > > ___ > Rust-dev mailing list > Rust-dev@mozilla.org > https://mail.mozilla.org/listinfo/rust-dev > -- Peter Marheine Don't Panic ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

Re: [rust-dev] SSE problem

2014-09-20 Thread Peter Marheine
> on opt 0,1 I get the correct answer 2 > on opt 2,3 I get the wrong answer 0 > > Silvio > > ___ > Rust-dev mailing list > Rust-dev@mozilla.org > https://mail.mozilla.org/listinfo/rust-dev > -- Peter Marheine Don't Panic _

Re: [rust-dev] Rust Radio - an SDR framework

2014-09-11 Thread Peter Marheine
imilar to GNU Radio). Take a look at > https://github.com/awelkie/rustradio. It's still pretty new, but critiques > and contributions are always welcome! > > ___ > Rust-dev mailing list > Rust-dev@mozilla.org > https://mail.moz

Re: [rust-dev] matching on a few bits in int

2014-04-08 Thread Peter Marheine
rcaller" Pouzanov > http://farcaller.net/ > > ___ > Rust-dev mailing list > Rust-dev@mozilla.org > https://mail.mozilla.org/listinfo/rust-dev > -- Peter Marheine Don't Panic ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

Re: [rust-dev] matching on a few bits in int

2014-03-28 Thread Peter Marheine
e feature". >> > I'm >> > just saying it doesn't really need to be a feature per say, but rather a >> > part that "just works" the way you'd expect it to. > On Mar 28, 2014 10:30 AM, "Peter Marheine" wrote: >> >> (Did

Re: [rust-dev] matching on a few bits in int

2014-03-28 Thread Peter Marheine
On Fri, Mar 28, 2014 at 9:57 AM, Evan G wrote: > This doesn't even need to be a very hard feature to implement, or require > any new syntax. All that needs to happen is for the compiler to know that "& > 0b11" means the only viable options are 00, 01, 10, and 11. True? This is true, but doesn't m

Re: [rust-dev] matching on a few bits in int

2014-03-28 Thread Peter Marheine
On Fri, Mar 28, 2014 at 9:30 AM, Jared Forsyth wrote: > Is rust's macro system powerful enough to do calculations, such that you > would be able to guarantee that the provided patterns were exhaustive? > From what I've seen, the macro system can mostly just do syntax expansion - > not logic, etc.

Re: [rust-dev] matching on a few bits in int

2014-03-28 Thread Peter Marheine
write an >> RFC for that, and possibly extend the compiler. >> >> -- >> Sincerely, >> Vladimir "Farcaller" Pouzanov >> http://farcaller.net/ >> >> ___ >> Rust-dev mailing list >> Rust-dev@