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
With the old error format, rust-mode was able to recognize errors, warnings and other info messages. The result was that compilation-mode could use different faces to distinguish between messages visually (compilation-error, compilation-warning, compilation-info).
This is now gone; all diagnostics are categorized as errors and highlighted as such (or rather, their position is). Since notes/help do no longer have individual file:line, it's not particularly serious, but unfortunate.
The text was updated successfully, but these errors were encountered:
birkenfeld
changed the title
New error format: all diagnostics are now errors
New error format: all diagnostics are now highlighted as errors
May 14, 2016
Just wanted to state another reason for fixing this. Emacs commit emacs-mirror/emacs@846870e added automatic support for counting each type of error, so that for example, the count of each can be displayed on the mode-line.
I added this information to my mode-line but indeed all errors regardless of type show up as errors (despite them all being warnings in my case, for example).
With the old error format, rust-mode was able to recognize errors, warnings and other info messages. The result was that compilation-mode could use different faces to distinguish between messages visually (
compilation-error
,compilation-warning
,compilation-info
).This is now gone; all diagnostics are categorized as errors and highlighted as such (or rather, their position is). Since notes/help do no longer have individual file:line, it's not particularly serious, but unfortunate.
The text was updated successfully, but these errors were encountered: