[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 15autotest-more-info-prettier.diff
From: |
Paul Eggert |
Subject: |
Re: 15autotest-more-info-prettier.diff |
Date: |
13 Aug 2003 15:46:02 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
I like the idea of more-informative messages, but I don't like the
idea of splitting them into two lines depending on this-and-that.
That makes it more of a pain to grep for failures.
How long are the typical components of the more-informative lines?
Can we rearrange the column budget so that it will typically fit in 80
columns? It seems like it has a lot of white space, and repeated file
names and unnecessary line numbers.
How about a format that looks like this instead?
Initialize a repository
1: init (init.at:16) ok
2: init-l (init.at:16) ok
3: init-r (init.at:16) ok
4: init-r-l (nit.at:16) ok
CVS Version Strings
5: version (version.at:57) FAILED
6: version-l (version.at:57) FAILED
7: version-r (version.at:50) FAILED
8: version-r-l (version.at:50) FAILED
The basic idea here is to give just one line number (either that of
the success, or of the failure), and to cut down the number of aligned
columns to 3. Also, to emphasize the test name, not its location.
- 15autotest-more-info-prettier.diff, derek, 2003/08/13
- Re: 15autotest-more-info-prettier.diff,
Paul Eggert <=
- Re: 15autotest-more-info-prettier.diff, Derek Robert Price, 2003/08/14
- Re: 15autotest-more-info-prettier.diff, gary, 2003/08/14
- Re: 15autotest-more-info-prettier.diff, Akim Demaille, 2003/08/14
- Re: 15autotest-more-info-prettier.diff, gary, 2003/08/15
- Re: 15autotest-more-info-prettier.diff, Paul Eggert, 2003/08/15
- Re: 15autotest-more-info-prettier.diff, Akim Demaille, 2003/08/18
- Re: 15autotest-more-info-prettier.diff, Akim Demaille, 2003/08/18