|
From: Julian S. <js...@ac...> - 2011-09-13 14:55:38
|
On Tuesday, September 13, 2011 04:39:03 pm Florian Krohm wrote: > On 09/13/2011 10:00 AM, Julian Seward wrote: > > the error summary tells you how often each > > error occurs. > > No, it doesn't. With 3 errors shown and a summary like this > > ERROR SUMMARY: 9 errors from 3 contexts (suppressed: 0 from 0) > > there is no way to tell how often any of the three errors occurred. You can get the per-error counts with -v. > > Hmm, I disagree. It can be useful to know which errors are occuring a > > lot and which are very rare. If you have a lot of different errors to > > deal with then this gives you at least some criterion for deciding which > > to look at first. > > Yes, you're right. So, if I understand this correctly, you're saying > counting duplicates and showing that in the summary is a good thing and > we should do that. Right ? :) I'm saying I don't want to change how it is now, because I don't see any users complaining that it's confusing. Users complain about all manner of other stuff, but not (AFAIR, anyway) about this. J |