-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a note:
prefix to all notes.
#4330
Conversation
Omit the `note: ` prefix and the snippet from the "in import" note that precedes a diagnostic. This makes our diagnostic output more closely match that of Clang and GCC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as I think this is a good initial step, but see inline -- I think it exposes some additional work we should probably make a note of on the import diagnostics. With the snippets, it wasn't as obviously needed, but seems more important now.
(All of this still LG, but good to wait for Jon before landing) |
Omit the
note:
prefix and the snippet from the "in import" note that precedes a diagnostic.This makes our diagnostic output more closely match that of Clang and GCC.