Skip to content

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

Merged
rwgk merged 2 commits into
pybind:smart_holderfrom
rwgk:sh_clang_tidy_fixes
Jun 21, 2021
Merged

[smart_holder] clang-tidy fixes (related to recent clang-tidy changes on master).#3053
rwgk merged 2 commits into
pybind:smart_holderfrom
rwgk:sh_clang_tidy_fixes

Conversation

@rwgk

@rwgkrwgk commented Jun 21, 2021

Copy link
Copy Markdown
Collaborator

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

@rwgk
rwgk requested a review from henryiii as a code ownerJune 21, 2021 17:08

- name: Build
run: cmake --build build -j 2
run: cmake --build build -j 2 -- --keep-going

Copy link
Copy Markdown
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
Copy Markdown
CollaboratorAuthor

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
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Adopting

@henryiiihenryiii 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

rwgk commented Jun 21, 2021

Copy link
Copy Markdown
CollaboratorAuthor

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

@rwgkrwgk closed this Jun 21, 2021
@rwgkrwgk reopened this Jun 21, 2021
@rwgk

rwgk commented Jun 21, 2021

Copy link
Copy Markdown
CollaboratorAuthor

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

@rwgk
rwgk merged commit 8d1e0b3 into pybind:smart_holderJun 21, 2021
@rwgk
rwgk deleted the sh_clang_tidy_fixes branch June 21, 2021 19:40
@github-actionsgithub-actionsBot added the needs changelog Possibly needs a changelog entry label Jun 21, 2021
@rwgkrwgk removed the needs changelog Possibly needs a changelog entry label Jun 21, 2021
@rwgkrwgk mentioned this pull request Feb 10, 2023
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.

2 participants

@rwgk@Skylion007