-
Notifications
You must be signed in to change notification settings - Fork 29
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
export the DiagnosticHandler type #891
Conversation
Generate changelog in
|
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 feedback, but core of change looks good
) | ||
|
||
// DiagnosticHandler is deprecated in favor of the exported/non-external wdebug.DiagnosticHandler. |
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.
// DiagnosticHandler is deprecated in favor of the exported/non-external wdebug.DiagnosticHandler. | |
// DiagnosticHandler is deprecated in favor of the exported wdebug.DiagnosticHandler. |
What does "/non-external" mean here? It looks like that interface is exported/external.
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.
thanks for catching, fixed
… registration. Add DiagnosticHandler interface documentation. Fix docs typo.
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.
Thanks! Feedback on comment and looks like you need to run ./godelw license
Released v2.90.0 |
No description provided.