You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since users all over the world confuse warnings with errors, I assume this is more widespread.
OTOH, I'm not sure how to change this non-invasively :-(.
The text was updated successfully, but these errors were encountered:
Adding Info, Warning and Error prefixes to messages would certainly go a long way informing user what's what. But on the other hand, would it have a side-effect where proper bugs remain ignored because they're merely warnings?
Some warnings and errors already do prepending, so it's a little tricky to modify the utilities directly. However, the new pretty print stuff does add some functions like prettyWarning / prettyError / etc. I think it makes sense to add prefixing to these utils and move as much of our warning / error logging to pretty printing as possible.
I am going to close this issue given the passage of time and the developments over time in Stack's reporting. If specific issues remain, they can be identified and dealt with individually.
Here's this happening:
#2175 (comment)
Since users all over the world confuse warnings with errors, I assume this is more widespread.
OTOH, I'm not sure how to change this non-invasively :-(.
The text was updated successfully, but these errors were encountered: