Could we unbloat the output a little? #9387
Replies: 2 comments 7 replies
version mismatch is one of challenges we have and it can make your code not compatible with 8.4 anymore. highly discouraged.
I want to keep it. thanks.
well, even last week i was fixing a bug related to parallel runner.
agree. we can replace with notice if cache is not used. Separately, i was also wondering on cleaning up the way to display those infos. Better separation of informative lines (Eg version) and warnings. |
|
🧵 How to get rid of parallel warning
We need to remove this could you try to fix it up, @NickSdot ? |
Uh oh!
There was an error while loading. Please reload this page.
Hey y'all 👋
I'd like to kick of a discussion. Currently fixer output looks something like this:
sometimes when I don't obey even like this:
That's 11-16 lines of cognitive bloat for each run. What I personally would need and love to see is:
I saw the todos for 3.99 and 4.0, and I understand that you need a way to communicate some of these things. I also understand that credits are a thing.
I, however, wonder if you guys would be open to a
minimalconfig to hide all these things. Or alternatively allow hiding everything individually. Communicating warnings could be addressed by adding them at the bottom of the help command, or if you want it more radical dump it to a file in the project root.Personally, I don't need to see on each run that:
In before: the
--quietflag isn't helpful here, because it hides everything.If there is any appetite to solve this in whatever way, I'd highly appreciate it and offer my help. I just would need to know which approach you maintainers could accept.
Thanks!
All reactions