Skip to content

Conversation

@nohlson
Copy link
Contributor

@nohlsonnohlson commented Jul 24, 2024

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:

  • json from gcc using -fdiagnostic-format=json
  • generic clang compiler warning output

The macOS build and test job configuration is modified to write compiler output to a file and run the check_warnings.py tool.

@hugovkhugovk changed the title gh-112301: Add macos warning tracking toolinggh-112301: Add macOS warning tracking toolingJul 30, 2024
@hugovk
Copy link
Member

This has some conflicts now #121730 has been merged.

@nohlson
Copy link
ContributorAuthor

This has some conflicts now #121730 has been merged.

I have updated the script to included changes made in #121730

Copy link
Member

@hugovkhugovk left a 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 :)

@nohlson
Copy link
ContributorAuthor

I have made the requested changes; please review again

@bedevere-app
Copy link

Thanks for making the requested changes!

: please review the changes made to this pull request.

Copy link
Member

@hugovkhugovk left a 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.)

@hugovkhugovk merged commit 58be1c2 into python:mainAug 6, 2024
brandtbucher pushed a commit to brandtbucher/cpython that referenced this pull request Aug 7, 2024
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@nohlson@hugovk@JelleZijlstra