[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command |
Date: |
Tue, 14 Jun 2005 11:59:10 +0200 |
User-agent: |
KMail/1.8 |
On Tuesday 14 June 2005 03:49, Peter Williams wrote:
> Attached is a patch (on top of my previous patch) that addresses the
> false positives issue. It seems to work well with one of my playgrounds
> that has quite extensive overlapping of patches.
>
> The reason that I've provided this as a patch on top of my previous
> patch is to make it easier to see the changes involved.
>
> I'm fairly sure that this change won't have any adverse effects for the
> use of files_may_have_changed() within the "pop" command but would value
> the opinion of others.
Your version of files_may_have_changed is more exact than the current version,
but it still is not perfect, and it is *much* slower: next_patch_for_file is
slow; we definitely don't want to have it on the common path of execution of
the pop command.
The reason why your version of files_may_have_changed is still not exact is
that all files that a pop restores get the current timestamp to play nice
with tools like make, so after that, files_may_have_changed will start to
give false positives. An exact version of files_may_have_changed would have
to keep track of the timestamps of all files that any patch modifies.
-- Andreas.
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, (continued)
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Yasushi SHOJI, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Joe Green, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Peter Williams, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Peter Williams, 2005/06/13
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Peter Williams, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Peter Williams, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Peter Williams, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Andreas Gruenbacher, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command,
Andreas Gruenbacher <=
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Peter Williams, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Peter Williams, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Andreas Gruenbacher, 2005/06/15
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Peter Williams, 2005/06/15
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Peter Williams, 2005/06/15
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Andreas Gruenbacher, 2005/06/15
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Andreas Gruenbacher, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Peter Williams, 2005/06/14
- Re: [Quilt-dev] [PATCH] Enhanced decoration for "series -v" command, Andreas Gruenbacher, 2005/06/14