-
-
Notifications
You must be signed in to change notification settings - Fork 31.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
gh-112301: Add macOS warning tracking tooling #122211
gh-112301: Add macOS warning tracking tooling #122211
Conversation
This has some conflicts now #121730 has been merged. |
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, just some nits :)
I have made the requested changes; please review again |
Thanks for making the requested changes! : please review the changes made to this pull request. |
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!
(The failing Hypothesis CI check is unrelated, and already fixed in main
, we can ignore it here.)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Implement warning tracking for macOS GitHub Actions builds.
This tooling builds on #121730
check_warnings.py
now takes an argument to parse compiler output of two types:-fdiagnostic-format=json
The macOS build and test job configuration is modified to write compiler output to a file and run the
check_warnings.py
tool.