Closed
Bug 323622
Opened 20 years ago
Closed 19 years ago
Regular expressions (regexp) on BRANCH and WHO fields truncated at . and *
Categories
(Webtools Graveyard :: Bonsai, defect)
Webtools Graveyard
Bonsai
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: cls)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
2.15 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
Sometime in the last 6 days or so my search for checkins on the MOZILLA_1_8_.*_BRANCH started being truncated to MOZILLA_1_8_, which returns results for both MOZILLA_1_8_BRANCH and MOZILLA_1_8_0_BRANCH. I use a regexp search on the branch field (see the URL field). For clarity, it includes a date restriction so that only smfr's dual commit to both branches is shown.
Using only . or * also leads to truncation.
Apologies if this should be in mozilla.org/Tinderbox Configuration.
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla%2Fwebtools%2Fbonsai%2Fglobals.pl&rev=1.35&mark=1385-1386#1380
we probably need to add a flag or fork the function to have a mode where it accepts regexps. i think a new function.
sorry about that.
i can't get to this (or anything else) before the middle of feb.
Assignee: tara → cls
Keywords: regression
*** Bug 344770 has been marked as a duplicate of this bug. ***
Summary: Regular expressions (regexp) on BRANCH field truncated at . and * → Regular expressions (regexp) on BRANCH and WHO fields truncated at . and *
Attachment #229511 -
Flags: review?(timeless)
Attachment #229511 -
Flags: review?(timeless) → review+
Checking in webtools/bonsai/cvsquery.cgi;
/cvsroot/mozilla/webtools/bonsai/cvsquery.cgi,v <-- cvsquery.cgi
new revision: 1.60; previous revision: 1.59
done
Checking in webtools/bonsai/globals.pl;
/cvsroot/mozilla/webtools/bonsai/globals.pl,v <-- globals.pl
new revision: 1.41; previous revision: 1.40
done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•