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: Add -var-info-path-expression command


> From: Vladimir Prus <ghost@cs.msu.su>
> Date: Tue, 4 Apr 2006 17:44:36 +0400
> Cc: gdb-patches@sources.redhat.com
> 
> > It would be nice if there were test cases and documentation to go with
> > this.
> 
> Is this a hard requirement?

Daniel usually insists on test cases and I usually insist on
documentation for any user-visible changes.

The reason for those requirements is that if the patch submitter
doesn't do it, someone else, usually Daniel and myself, need to do
that for them.  Both of us are busy people, so asking us to cover for
others runs a risk that new features will remain untested and
undocumented.

Here's a real-life example: Last time I checked (a few months ago),
there were dozens of undocumented commands, which forced me to spend
several days documenting them (since I don't use many of them, I
needed to reverse-engineer the code to understand what they do and
when they are useful).  After that, I've sworn never again to allow
this to happen.


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