-
Notifications
You must be signed in to change notification settings - Fork 145
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
Feature request: Support collecting non-error diagnostics #93
Comments
@Marcono1234 it sounds like a useful feature, but not one that anyone else has requested. You are welcome to submit a PR which we will review. |
Closing this out as no work is planned on this issue at the moment. Please comment on this issue if you would like it re-opened or even better if you have a PR in mind we would be very happy to review it. |
I was thinking about maybe adding a And in case more than one diagnostic kind is specified (or always?) prefix the diagnostic with the kind name. And maybe in case the Though I am not completely sure if that is a clean approach. And whether exposing What do you think about this idea, or do you have something else in mind? |
@tgd, what do you think? |
hi @Marcono1234, if you'd like us to prioritise then please review the support options. If you'd like to provide a PR then that would also be great - contributions are always welcome! |
@JerryShea, I have created #141 for a potential implementation of this. Please let me know what you think. |
Currently this library only considers error diagnostics (relevant source) and ignores all other diagnostic kinds.
Would it be possible to support collecting other diagnostic types as well (if explicitly configured)?
For example, for my use case I would like to know whether some generated code produces any compiler warnings (or other relevant diagnostics). However, it is not that important, so I can understand if you don't think it is worth it to support this feature.
The text was updated successfully, but these errors were encountered: