-
Notifications
You must be signed in to change notification settings - Fork 40
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
Present summary of errors and warnings reported via Problems API #30
Comments
Thanks for the suggestion. I understand that more error information is available with the Problems API: can you clarify what you mean by "add inline comment"? |
Whenever build was failure, compiler (or other tools) shows where error was caused from like this.
And I'm guessing these information can be accessible with Problems APIs. Github API provides this feature to add comment to location of a specific file. If |
Thanks for the clarification. This is a useful feature request, but not something we are likely to implement in the near future. |
Do you still do not plan this feature in the near feature after integration the Java compiler with the problems api in Gradle 8.9? Or would you accept a contribution? |
@hfhbd I won't have time to work on this in the coming months. A contribution would be welcome. |
Problems API Demo shows how add Is there a way to add listener on init-scripts of I'm guessing implementation would be just converting from LineInFileLocation to Github Actions annotation. |
It seems Gradle is working about Problems API.
And these APIs contains problem events where errors are from.
So, if these APIs can integrated with Github Actions, developers can easily understand where compilation issues are coming from.
The text was updated successfully, but these errors were encountered: