public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* 4.0 beta - question on parsing of subject line in PR header
@ 2002-05-10 16:21 Mel Hatzis
  2002-05-11  4:21 ` Lars Henriksen
  0 siblings, 1 reply; 13+ messages in thread
From: Mel Hatzis @ 2002-05-10 16:21 UTC (permalink / raw)
  To: help-gnats

Can anyone tell me why the regular expression match for
the subject header was changed so that it no longer
supports subjects such as 'Re: category/num'?

Here's the relevant cvs log entry...

revision 1.44
date: 2001/12/23 20:22:20;  author: pdm;  state: Exp;  lines: +22 -41
(checkIfReply): Matching changed.

Previously, the regular expression was:

  "(.*re[ \t]*(\\[[0-9]+\\])?:)?[ \t]*([-a-z0-9_+.]*[:/][ \t]*([0-9]+))"

and it's been changed to:

  "\\<((PR[ \t/])|([-a-z0-9_+.]+)/)([0-9]+)"

This breaks the ability to respond to an existing PR and have
stuff added to it's Audit-Trail.

--
Mel Hatzis
Juniper Networks, Inc.


_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2002-05-26 15:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-10 16:21 4.0 beta - question on parsing of subject line in PR header Mel Hatzis
2002-05-11  4:21 ` Lars Henriksen
2002-05-11 10:46   ` Mel Hatzis
2002-05-15 10:00     ` Milan Zamazal
2002-05-15 13:25       ` Mel Hatzis
2002-05-15 16:21         ` Mel Hatzis
2002-05-16  1:00           ` Yngve Svendsen
2002-05-16 16:27             ` Milan Zamazal
2002-05-23 11:42               ` Mel Hatzis
2002-05-26  8:37                 ` Milan Zamazal
2002-05-16 16:27         ` Milan Zamazal
2002-05-17  7:24           ` Chad Walstrom
2002-05-19 13:40             ` Milan Zamazal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).