This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Starting to track patches through bugzilla
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: gcc-patches at gcc dot gnu dot org, <gcc at gcc dot gnu dot org>
- Date: Sat, 27 Sep 2003 16:35:36 -0400 (EDT)
- Subject: Re: Starting to track patches through bugzilla
On Sat, 27 Sep 2003, Daniel Berlin wrote:
> On Sep 27, 2003, at 4:13 PM, Hans-Peter Nilsson wrote:
> > Anyway, why not have bugzilla look at *all messages* to
> > gcc-patches that don't reference another instead of telling
> > people how to mark their patches to please bugzilla?
>
> Because i'm starting simple?
> Right now I'm not going to try to match all text in the message and all
> the text in the <possibly compressed> attachments against a regular
> expression to detect diffs.
> Maybe later.
That's not what I suggested. Like matching Subject with a tag,
you just match the absence of In-Reply-To in the header before
looking closer. For email to gcc-patches, that is. You don't
look at email going elsewhere, I presume. False positives, you
know.
brgds, H-P