This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: GNATS vs. Bugzilla
- From: Tom Tromey <tromey at redhat dot com>
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Cc: MattyT <matty at chariot dot net dot au>, <neil at daikokuya dot demon dot co dot uk>, <gcc-bugs at gcc dot gnu dot org>
- Date: 19 Nov 2001 12:10:15 -0700
- Subject: Re: GNATS vs. Bugzilla
- References: <Pine.LNX.4.33.0111191128420.14095-100000@kern.srcf.societies.cam.ac.uk>
- Reply-to: tromey at redhat dot com
[Get raw message]
>>>>> "Joseph" == Joseph S Myers <jsm28@cam.ac.uk> writes:
Joseph> It would also be desirable if CVS commits could close bug
Joseph> reports.
Both are needed. I use the "append to the PR" feature to note when
I've checked in a test case for a bug, before the bug itself has been
fixed (or even analyzed).
Joseph> At present, there's a limited system where the log_accum
Joseph> script can send the commit message to a single PR whose number
Joseph> appears in the log message - but not close the PR, and not
Joseph> send the message to more than one.
Having it send the message to more than one PR is a problem with
log_accum, and probably not anything Bugzilla would address. Someone
needs to hack log_accum to search for multiple "PR foo/nnn" bits.
Tom