[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Exclude optimization
From: |
Sergey Poznyakoff |
Subject: |
Re: [PATCH] Exclude optimization |
Date: |
Tue, 11 Aug 2009 22:37:40 +0300 |
Hi Ralf,
> This would seem to still mis-characterizes patterns such as 'foo]'.
Yes, of course. But this function is by no means thought to correctly
catch all possible variations of wildcard patterns (one would have to
duplicate fnmatch for that). Its purpose is to give a rough estimate
on whether a given pattern is a fixed literal or a wildcard string.
It may, in same cases, incorrectly recognize the former to be the
latter, but never vice-versa.
Regards,
Sergey
- [PATCH] Exclude optimization, Sergey Poznyakoff, 2009/08/09
- Re: [PATCH] Exclude optimization, Bruno Haible, 2009/08/09
- Re: [PATCH] Exclude optimization, Sergey Poznyakoff, 2009/08/11
- Re: [PATCH] Exclude optimization, Ralf Wildenhues, 2009/08/11
- Re: [PATCH] Exclude optimization,
Sergey Poznyakoff <=
- Re: [PATCH] Exclude optimization, Sergey Poznyakoff, 2009/08/11
- Re: [PATCH] Exclude optimization, Ralf Wildenhues, 2009/08/13
Re: [PATCH] Exclude optimization, Ralf Wildenhues, 2009/08/10