Re: Imminent conversion of nsresult into an enum

2012-09-22 Thread Mounir Lamouri
On 09/21/2012 11:50 PM, Ehsan Akhgari wrote: > On 12-09-20 8:22 PM, Ehsan Akhgari wrote: >> Aryeh has been doing a heroic job (I mean, heroic, for reals!) in bug >> 777292 to make nsresult a C++ enum, as opposed to just an unsigned int. >> I've stepped in to help for the last few bits, and I'm pl

Re: Imminent conversion of nsresult into an enum

2012-09-21 Thread Ehsan Akhgari
On 12-09-20 8:22 PM, Ehsan Akhgari wrote: Aryeh has been doing a heroic job (I mean, heroic, for reals!) in bug 777292 to make nsresult a C++ enum, as opposed to just an unsigned int. I've stepped in to help for the last few bits, and I'm planning to land this work as soon as the (hopefully) fi

Re: Imminent conversion of nsresult into an enum

2012-09-21 Thread Aryeh Gregor
On Fri, Sep 21, 2012 at 3:18 PM, David Rajchenbach-Teller wrote: > That sounds great! > Are you somehow using the new C++11 typesafe enums? That's phase II, tracked by bug 779473. With any luck, it should follow close behind. In case anyone's wondering about the utility of the change: since I g

Re: Imminent conversion of nsresult into an enum

2012-09-21 Thread David Rajchenbach-Teller
On Fri Sep 21 02:22:25 2012, Ehsan Akhgari wrote: > Aryeh has been doing a heroic job (I mean, heroic, for reals!) in bug > 777292 to make nsresult a C++ enum, as opposed to just an unsigned > int. I've stepped in to help for the last few bits, and I'm planning > to land this work as soon as the (

Imminent conversion of nsresult into an enum

2012-09-20 Thread Ehsan Akhgari
Aryeh has been doing a heroic job (I mean, heroic, for reals!) in bug 777292 to make nsresult a C++ enum, as opposed to just an unsigned int. I've stepped in to help for the last few bits, and I'm planning to land this work as soon as the (hopefully) final patch that I put up for review gets a