Skip to content

format according to clang 14 #553

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

Closed
wants to merge 1 commit into from
Closed

Conversation

meiravgri
Copy link
Collaborator

Background

Our pr workflow runs on 'ubuntu-latest' image. In this workflow we also check the code format with clang-format. Diffrent clang-format versions define diffrently the "correct" format of the code.
clang-format-14 is the default version for ubuntu22.

changes in ubuntu-latest image

when ubuntu-latest pointer was changed to ubuntu24, we merged PR #547 to format the library's code with clang-format-18, which default clang-format version of ubuntu 24.
A few days later this change was rolled back and ubuntu-latest points to ubuntu22 again.
Following that we are re-formating the library with clang-format-14

@meiravgri meiravgri mentioned this pull request Oct 21, 2024
2 tasks
@meiravgri
Copy link
Collaborator Author

format with calng-format-14 is part of this PR
#535

@meiravgri meiravgri closed this Oct 21, 2024
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.

1 participant