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: Sun, 12 Oct 2003 14:12:52 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031010 Epiphany/1.0

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

Changes by: Colin Walters <address@hidden>
Date: Sun 10/12/2003 at 14:12 (US/Eastern)

------------------ Additional Follow-up Comments ----------------------------
This is now implemented in my archive:

address@hidden http://arch.verbum.org/arch



See patch-38 and patch-39.







=================== BUG #5331: FULL BUG SNAPSHOT ===================


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.





Follow-up Comments
*******************

-------------------------------------------------------
Date: Sun 10/12/2003 at 14:12       By: walters
This is now implemented in my archive:

address@hidden http://arch.verbum.org/arch



See patch-38 and patch-39.






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]