[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ls -v oddity with autosave files
From: |
Kamil Dudka |
Subject: |
Re: ls -v oddity with autosave files |
Date: |
Thu, 9 Apr 2009 18:27:46 +0200 |
User-agent: |
KMail/1.9.7 |
On Thursday 09 of April 2009 15:39:57 Jim Meyering wrote:
> Like last time, I applied your patch in gnulib before running coreutils'
> tests. I noticed the new resulting failure.
Apologize. The regression fix has caused another regression, it's ridiculous.
An incremental fix is attached. What about merging the coreutils test suite
into gnulib? The gnulib test algorithm is much more sensitive to these
oddities. It compares each string with each other O(n^2) in contrast to sort
with O(n*log n). It runs filevrcmp 3136x, but it still takes around 0.002s on
my laptop. If you want to merge the tests, the second patch does it.
Kamil
0001-filevercmp-fix-regression.patch
Description: Text Data
0001-filevercmp-merge-coreutils-tests-into-gnulib.patch
Description: Text Data