This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 01/11 v5] Introduce common/errors.h


On Wed, Aug 6, 2014 at 9:29 AM, Gary Benson <gbenson@redhat.com> wrote:
> Doug Evans wrote:
>> Gary Benson writes:
>> > +#ifdef GDBSERVER
>> > +#include "server.h"
>> > +#else
>> > +#include "defs.h"
>> > +#endif
>> > +#include "errors.h"
>>
>> Nit: The introductory email to this patch series didn't mention
>> this instance of #ifdef GDBSERVER.  Needed?
>
> It's removed in patch 8 of the series.
> It's only here to ensure the series builds at every step.

[Sometimes I wonder if we're way too anal in this regard.
There's so much work to do, and we bog ourselves down with such
pedantic administrivia.
Sometimes there's a good reason to have a patch series buildable at each step.
But I think the pendulum is tilted far too much towards the pedantic side.
/$0.02]

No worries though.  Thanks for the pointer.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]