Skip to content

[smart_holder] clang-tidy fixes (related to recent clang-tidy changes on master). #3053

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

Merged
merged 2 commits into from
Jun 21, 2021

Conversation

rwgk
Copy link
Collaborator

@rwgk rwgk commented Jun 21, 2021

Also adding --keep-going to cmake build command, to get all clang-tidy errors at once.

@rwgk rwgk requested a review from henryiii as a code owner June 21, 2021 17:08
@@ -44,4 +44,4 @@ jobs:
-DCMAKE_CXX_STANDARD=17

- name: Build
run: cmake --build build -j 2
run: cmake --build build -j 2 -- --keep-going
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. It was indeed super annoying to not get all the clang-tidy errors.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Skylion007 Do you prefer to adopt this in your PR #3051, or do you think it's better if I open a mini PR to add this to master?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adopting

@henryiii henryiii changed the title clang-tidy fixes (related to recent clang-tidy changes on master). [smart_holder] clang-tidy fixes (related to recent clang-tidy changes on master). Jun 21, 2021
@rwgk
Copy link
Collaborator Author

rwgk commented Jun 21, 2021

Close-Reopen to retrigger GitHub Actions. There were many "cannot find linux asset" or "win32 asset" errors.

@rwgk rwgk closed this Jun 21, 2021
@rwgk rwgk reopened this Jun 21, 2021
@rwgk
Copy link
Collaborator Author

rwgk commented Jun 21, 2021

Ignoring two notorious flakes: 1. macos runner not available, 2. #2995.

@rwgk rwgk merged commit 8d1e0b3 into pybind:smart_holder Jun 21, 2021
@rwgk rwgk deleted the sh_clang_tidy_fixes branch June 21, 2021 19:40
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Jun 21, 2021
@rwgk rwgk removed the needs changelog Possibly needs a changelog entry label Jun 21, 2021
Sign up for free to 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.

2 participants