|
From: Julian S. <js...@ac...> - 2015-05-19 15:33:13
|
I find -v useful in various situations, in particular for diagnosing debuginfo reading problems. But it has the effect also of re-printing all the errors at the end of the run, so as to show the errors along with their counts. But this is almost never what I want, and I find it kind of annoying to have to wade through tons of unwanted output. I was thinking about moving error-count printing to its own flag --show-error-counts=no|yes [no] so as to make it possible to use -v without the undesired output. But this would be a user-visible change, that is sure to inconvenience some subset of users. So, am canvassing for opinions. Is there some other way to do this that wouldn't change the existing -v behaviour? J |