-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 message codes for BuildCheck suggestion diags #10924
Conversation
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.
Will this changes need to be reflected on the binlog viewer too? I know the process of adding to it but not when we're removing something.
Good question. tl;dr;: it's fine here :-) In this specific case we are not removing any data definition - the binlog OM stays same. |
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.
looks good to me
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
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.
minor comments
{ | ||
this.code = code; | ||
this.file = file; | ||
this.lineNumber = lineNumber; |
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.
are there invalid ranges for either line or column numbers?
Fixes #10501
Context
BuildCheck suggestions didn't have the codes and formatting of warnings and errors.
Changes Made
Unified the diagnostics creation code