Skip to content
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

Upgrade formatter to clang-format-11 #734

Merged
merged 2 commits into from
Dec 7, 2022

Conversation

isaacbrodsky
Copy link
Collaborator

CI in #733 is failing due to an upgrade of Github Actions CI from Ubuntu Focal to Ubuntu Jammy. clang-format-9 is no longer available in Jammy. (https://packages.ubuntu.com/focal/clang-format-9 vs https://packages.ubuntu.com/jammy/clang-format-9) It seems the lowest version of clang-format in Jammy is clang-format-11, which was released about a year after clang-format-9, in October 2022. I propose we upgrade our standard formatter from 9 to 11.

It turns out I have already been formatting code with clang-format-14 so I don't think there will be any formatting change.

@coveralls
Copy link

coveralls commented Dec 5, 2022

Coverage Status

Coverage increased (+0.0007%) to 98.641% when pulling 1882e14 on isaacbrodsky:clang-format-11 into ab09177 on uber:master.

@isaacbrodsky isaacbrodsky merged commit 975de7a into uber:master Dec 7, 2022
@isaacbrodsky isaacbrodsky deleted the clang-format-11 branch December 7, 2022 04:37
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.

4 participants