bug-gnu-arch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-arch] [bug #5331] tagging regexps not composable from mulitple


From: nobody
Subject: [Bug-gnu-arch] [bug #5331] tagging regexps not composable from mulitple entries
Date: Tue, 16 Sep 2003 01:06:02 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130

=================== BUG #5331: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5331&group_id=4899

Submitted by: None                    Project: GNU arch -- a revision control 
system
Submitted on: Tue 09/16/2003 at 01:06
Category:  tla                        Severity:  5 - Major                  
Bug Group:  small feature idea        Resolution:  None                     
Status:  Open                         Release:                              
Fixed Release:                        Merge Request?:  None                 
Your Archive Name:                    Your Archive Location:                
Assigned to:  None                    

Summary:  tagging regexps not composable from mulitple entries

Original Submission:  

It would helpful for maintainability and readability purposes if multiple 
entries for a category regexp could be built in 'or' clauses from multiple 
entries, like this:



precious ^pat1$

precious ^pat2$



which would imply:



precious (^pat1$|^pat2$)



This way, various commonly used subpatterns could be grouped together and 
cut/pasted between various projects.  It's also more easily readable than very 
long single regexps.







No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5331&group_id=4899

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]