Skip to content
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 support for GitHub Actions style error output #279

Open
jemc opened this issue Apr 1, 2022 · 0 comments
Open

Add support for GitHub Actions style error output #279

jemc opened this issue Apr 1, 2022 · 0 comments
Labels
complexity 1: simple This should be quite easy to pull off. kind: feature: compiler Adding a new compiler feature or platform target

Comments

@jemc
Copy link
Contributor

jemc commented Apr 1, 2022

GitHub Actions has a special style we can use when printing errors that will make the errors show up as annotations in the code of a pull request after they show up in a CI run.

This would be a relatively easy nice-to-have feature to make compiler errors (and in the future linter/warnings) more convenient in GitHub.

However, the format is not more readable for humans than our current format, so we'd want it to be an opt-in feature, or possibly one that we turn on if we detect (via env var perhaps) that we're running in a GitHub Actions environment.

@jemc jemc added complexity 1: simple This should be quite easy to pull off. kind: feature: compiler Adding a new compiler feature or platform target labels Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity 1: simple This should be quite easy to pull off. kind: feature: compiler Adding a new compiler feature or platform target
Projects
None yet
Development

No branches or pull requests

1 participant