Skip to content

Comments

Fix make check-format target#29634

Closed
nhorman wants to merge 5 commits intoopenssl:masterfrom
nhorman:fix-check-format
Closed

Fix make check-format target#29634
nhorman wants to merge 5 commits intoopenssl:masterfrom
nhorman:fix-check-format

Conversation

@nhorman
Copy link
Contributor

@nhorman nhorman commented Jan 14, 2026

With our move to clang-format we no longer have a check-format script, and so this make target is broken.

Fix it up to use clang-format-diff instead

Fixes #29594

With our move to clang-format we no longer have a check-format script,
and so this make target is broken.

Fix it up to use clang-format-diff instead

Fixes openssl#29594
@nhorman nhorman self-assigned this Jan 14, 2026
@nhorman nhorman added branch: master Applies to master branch approval: review pending This pull request needs review by a committer labels Jan 14, 2026
jogme
jogme previously approved these changes Jan 14, 2026
Copy link
Contributor

@jogme jogme left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

jogme
jogme previously approved these changes Jan 14, 2026
Copy link
Contributor

@jogme jogme left a comment

Choose a reason for hiding this comment

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

I think this is good enough. Thank you!

Sashan
Sashan previously approved these changes Jan 14, 2026
Copy link
Contributor

@Sashan Sashan left a comment

Choose a reason for hiding this comment

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

perfect, thank you.

@nhorman nhorman requested a review from jogme January 14, 2026 17:08
@nhorman nhorman requested a review from levitte January 14, 2026 17:09
@t8m t8m added the triaged: bug The issue/pr is/fixes a bug label Jan 14, 2026
jogme
jogme previously approved these changes Jan 15, 2026
@jogme jogme added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Jan 15, 2026
Sashan
Sashan previously approved these changes Jan 15, 2026
Copy link
Contributor

@Sashan Sashan left a comment

Choose a reason for hiding this comment

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

still looks good, thanks.

@nhorman nhorman dismissed stale reviews from Sashan, jogme, and t8m via d388070 January 15, 2026 13:02
@nhorman nhorman requested a review from levitte January 15, 2026 13:02
@levitte levitte added approval: review pending This pull request needs review by a committer and removed approval: done This pull request has the required number of approvals labels Jan 15, 2026
Copy link
Contributor

@Sashan Sashan left a comment

Choose a reason for hiding this comment

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

if Richard is happy, then I'm happy too.

@Sashan Sashan added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Jan 15, 2026
@openssl-machine openssl-machine added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Jan 16, 2026
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

@nhorman
Copy link
Contributor Author

nhorman commented Jan 16, 2026

merged to labeled branches, thank you!

@nhorman nhorman closed this Jan 16, 2026
openssl-machine pushed a commit that referenced this pull request Jan 16, 2026
With our move to clang-format we no longer have a check-format script,
and so this make target is broken.

Fix it up to use clang-format-diff instead

Fixes #29594

Reviewed-by: Saša Nedvědický <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
MergeDate: Fri Jan 16 14:37:09 2026
(Merged from #29634)

(cherry picked from commit 90d6c3b)
openssl-machine pushed a commit that referenced this pull request Jan 16, 2026
With our move to clang-format we no longer have a check-format script,
and so this make target is broken.

Fix it up to use clang-format-diff instead

Fixes #29594

Reviewed-by: Saša Nedvědický <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
MergeDate: Fri Jan 16 14:37:09 2026
(Merged from #29634)
openssl-machine pushed a commit that referenced this pull request Jan 16, 2026
With our move to clang-format we no longer have a check-format script,
and so this make target is broken.

Fix it up to use clang-format-diff instead

Fixes #29594

Reviewed-by: Saša Nedvědický <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
MergeDate: Fri Jan 16 14:37:09 2026
(Merged from #29634)

(cherry picked from commit 90d6c3b)
openssl-machine pushed a commit that referenced this pull request Jan 16, 2026
With our move to clang-format we no longer have a check-format script,
and so this make target is broken.

Fix it up to use clang-format-diff instead

Fixes #29594

Reviewed-by: Saša Nedvědický <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
MergeDate: Fri Jan 16 14:37:09 2026
(Merged from #29634)

(cherry picked from commit 90d6c3b)
openssl-machine pushed a commit that referenced this pull request Jan 16, 2026
With our move to clang-format we no longer have a check-format script,
and so this make target is broken.

Fix it up to use clang-format-diff instead

Fixes #29594

Reviewed-by: Saša Nedvědický <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
MergeDate: Fri Jan 16 14:37:09 2026
(Merged from #29634)

(cherry picked from commit 90d6c3b)
esyr pushed a commit to esyr/openssl that referenced this pull request Jan 19, 2026
With our move to clang-format we no longer have a check-format script,
and so this make target is broken.

Fix it up to use clang-format-diff instead

Fixes openssl#29594

Reviewed-by: Saša Nedvědický <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
MergeDate: Fri Jan 16 14:37:09 2026
(Merged from openssl#29634)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Applies to master branch branch: 3.3 Applies to openssl-3.3 branch: 3.4 Applies to openssl-3.4 branch: 3.5 Applies to openssl-3.5 branch: 3.6 Applies to openssl-3.6 tests: exempted The PR is exempt from requirements for testing triaged: bug The issue/pr is/fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

make check-format fails

10 participants