Performance testing of ignore changes?

Eric Siegerman lists08-bzr at davor.org
Thu Jan 7 15:47:15 GMT 2010


On Wed, 2010-01-06 at 15:52 -0600, John Arbash Meinel wrote:
> There is also the problem that there is a global ignore file
> (~/.bazaar/ignore) and when do those ignores take place versus local
> ignores (possibly just all take precedence...)

Local takes precedence.  Or at least, that seems so obvious to me
that I must be missing something; if so, what is it? :-)  But then,
the question is academic, because ...

> > I'm extremely concerned about the potential for regressions on
> > 100000 file trees - take a 100K file tree, with 50K ignore
> > artifacts

Point taken.  IMO it would be worth changing the implementation
from a set (or six) to a list to get an ordered ignore file,
but *not* worth adding a lot of new mechanism, e.g. an ignore
cache.

  - Eric




More information about the bazaar mailing list