-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update clang-format version used #1775
Conversation
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_192 ran successfully. |
918ea99
to
9514ac3
Compare
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_194 ran successfully. |
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_195 ran successfully. |
9514ac3
to
aeae93e
Compare
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_194 ran successfully. |
6a84594
to
f50c1af
Compare
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_194 ran successfully. |
3 similar comments
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_194 ran successfully. |
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_194 ran successfully. |
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_194 ran successfully. |
Updated Ubuntu container version in pre-commit workflow to the 24.04.
f50c1af
to
bad1b4e
Compare
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_198 ran successfully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-format
currently works out-of-the-box on Ubuntu 24.04 and pre-commit passes for all files without any work-around.
Since no (actively being worked on) PRs are open which touch C++ code, I think it would be good to merge this sooner rather than later.
Thank you @oleksandr-pavlyk !
This resolves gh-1708. The goal is to use clang-format aligned with Ubuntu 24.04
Update clang-format version in cpp_style_checks
Updated Ubuntu container version in pre-commit workflow to the latest.