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
improve the readabilty of diagnostics that have a "location prefix" (#4120)
motivation: diagnostics with "location prefix" print that prefix before the diagnostics severity prefix (eg warning, errror) which is less clear
changes:
* always print severity prefix first
* reduce overhead when printing diagnostics by avoiding redundant stream flushes
0 commit comments