Re: Dehydra status

2014-04-19 Thread Benjamin Smedberg
On 4/17/14 12:32 PM, Eric Shepherd wrote: Dehydra's documentation warns against using it due to its not having been updated in some time. Does that mean that it's safe to archive this content? What does "archive" mean, and why is it valuable? In the past, we have archived documentation by mov

Re: ASSERTION: bad size recorded: 'aInstanceSize == 0 || entry->GetClassSize() == aInstanceSize

2014-04-19 Thread ISHIKAWA,chiaki
(2014/04/19 22:33), Neil wrote: Kyle Huey wrote: On Fri, Apr 18, 2014 at 4:56 PM, Neil wrote: One of our compilers complains if you try to define something in a different namespace to the one in which you declared it, so the NS_IMPL_ macros need to be in the same namespace as the class. I

Re: Removing "[PID]" prefix from |make mozmill| warning/error/assertion lines?

2014-04-19 Thread ISHIKAWA,chiaki
(2014/04/19 22:54), Benjamin Smedberg wrote: On 4/18/2014 7:07 PM, ISHIKAWA,chiaki wrote: Does anyone know how to disable this prefixing short of modifying the source code? Why can't you just accept this in your parsing regex? There is no runtime control for this behavior. It was made non-opt

Re: Removing "[PID]" prefix from |make mozmill| warning/error/assertion lines?

2014-04-19 Thread Benjamin Smedberg
On 4/18/2014 7:07 PM, ISHIKAWA,chiaki wrote: Does anyone know how to disable this prefixing short of modifying the source code? Why can't you just accept this in your parsing regex? There is no runtime control for this behavior. It was made non-optional so that we could which process an asser

Re: ASSERTION: bad size recorded: 'aInstanceSize == 0 || entry->GetClassSize() == aInstanceSize

2014-04-19 Thread Neil
Kyle Huey wrote: On Fri, Apr 18, 2014 at 4:56 PM, Neil wrote: One of our compilers complains if you try to define something in a different namespace to the one in which you declared it, so the NS_IMPL_ macros need to be in the same namespace as the class. I believe using declarations an