From: chromatic <[EMAIL PROTECTED]>
   Date: Sat, 15 Mar 2008 01:16:44 -0700

   On Saturday 01 March 2008 12:35:07 Bob Rogers wrote:

   >    The attached patch fixes some pdump bugs and deficiencies, and adds
   > symbolic display of object flag bits.  Does anybody mind if I make pdump
   > more verbose in this way?

   +1

Thanks, but . . .

   > Any suggestions for how to get symbolic flag 
   > names without duplicating the C<enum PObj_enum> definition here?

   Maybe we could generate both sets of flags (here and in the header)
   from elsewhere.  That sounds like work though.

   -- c

That's what I thought, too -- on both counts.  A general solution could
even provide class-dependent decoding of the "private" flags.

   But it occurred to me that if I commit this change, we are then more
or less obligated to do this work sooner or later, and live with having
to update two places in the mean time.  This made me uncomfortable.  Do
you think it's worth it?

                                        -- Bob

Reply via email to