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

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

Re: [Gnu-arch-users] [PATCH] my-project-id


From: Russell
Subject: Re: [Gnu-arch-users] [PATCH] my-project-id
Date: Sun, 25 Apr 2004 00:24:38 +0800
User-agent: Mutt/1.5.4i

On Fri, Apr 23, 2004 at 11:51:32AM -0700, Tom Lord wrote:
...
> Please note that the parser for regexp sets has to be carefully
> designed.  For example, "/" terminates an archive regexp but not just
> any "/".
> 
> This is a _category_ regexp set:
> 
>       foo.*[/xyz]

Is this a category regexp set because it can match fooxABC which is a
category name?  It will obviously also match foo/ABC, but that should be
coded around so we never attempt to match the project name
"address@hidden/ABC--a--1" against it?  Is that right?


> but this is an _archive_plus_category_ regexp set:
>       foo.*/xyz

Yes.

> And, this is a _category_plus_branch_ regexp set:
>       foo--bar

Yes.

> but this is a _category_ regexp set:
>          foo[--b]ar

Yuk.  You're right, but yuk.

> and this:
> 
>       foo--*bar
> 
> is a _category_plus_branch_ regexp set whose branch regexp,
> 
>       *bar
> 
> is not Posixly correct.





-- 
Russell Steicke

-- Fortune says:
It takes two to tell the truth: one to speak and one to hear.




reply via email to

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