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
Huh, something's not quite right here that I didn't notice until I upgraded to use the latest swift-mode and removed my workarounds. Now regular errors from the Swift compiler don't show up using the compilation-error face.
Before the upgrade:
The filename is rendered as compilation-error.
The line number and column are rendered as compilation-line-number and compilation-column-number
The rest of the line is just rendered as default.
After:
In this line:
The filename is rendered as underline.
The line number and column are rendered as compilation-line-number and compilation-column-number, as expected.
The rest of the line is just rendered as error.