-
Notifications
You must be signed in to change notification settings - Fork 710
cabal got annoyingly chatty #10885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
More output versus the misery of realising after ½h of debugging something is not working because of a |
FWIW I'm in favor of the |
Related: #8519 (request to add the message about the project file in the standard verbosity). I was thinking about it and currently am of the opinion that we might tweak the project file message to appear at normal verbosity only if the file comes from outside the current directory. jsem stuff should be downgraded. |
That's what Things get progressively worse if there is more than one file. In practice one receives something like
It would be less irritating if at least displayed on a single line, e. g.,
That would work for me, thanks. |
That I also considered and I think it's a good idea too. |
See also: https://clig.dev/#output
Of course this is just one set of CLI guidelines |
* print out the "Created semaphore" message only in verbose mode (#10885) * fixup! Update pr-10936.md --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Switch to any package with
cabal.project
and executeThat's awful lot of lines to tell me that there is nothing to do. Older versions of cabal used to report briefly
Up to date
, which is much better. Could the default log level ofConfiguration is affected by...
andCreated semaphore...
be adjusted please?I mean, I definitely do not need to be reminded every single time that there is
cabal.project
in my folder. And it gets even worse if there is more than one*.project
file. This is a valuable information to display at some verbosity level, but definitely not by default.As for semaphores, I don't even see how one can act upon this message. Could it be relegated to
-v3
only? Seeing it every time I run any Cabal command is mildly infuriating.The text was updated successfully, but these errors were encountered: