This is the mail archive of the gdb-patches@sources.redhat.com 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]

["patch"/rfa/doc] Doco branch commit policy


Another section (this is part of the releasing GDB chapter).  Thoughts?

Andrew


@section Branch commit policy

The branch commit policy is pretty slack. @value{GDBN} releases 5.0, 5.1
and 5.2 all used the below.

@itemize @bullet
@item
the @file{MAINTAINERS} file still holds
@item
don't fix something on the branch unless/until it is also fixed in the
trunk.  If this isn't possible then mentioning it in the
@file{gdb/PROBLEMS} file is better than committing a hack
@item
try approval criteria like: does it fix a build; does it fix
the sequence @kbd{break main; run} on a static binary
@item
the further a change is from the core of @value{GDBN} the less likely
the change will worry anyone (i.e. target specific code).
@item
only post a proposal to change the core of @value{GDBN} after you've
sent individual bribes to all the people listed in the
@file{MAINTAINERS} file :-)
@end itemize

@emph{Pragmatics: Provided update are restricted to non-core
functionality there is little chance that a broken change will be fatal.
This means that changes such as adding a new new architectures or
(within reason) support for a new host are considered acceptable.}




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