-
Notifications
You must be signed in to change notification settings - Fork 154
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 to 15.0.7 #1072
Conversation
@harrism I think this just needs reviews, then should be good to merge. (Merging sooner means less likelihood of conflicts.) |
cpp/include/cuspatial/experimental/detail/trajectory_distances_and_speeds.cuh
Outdated
Show resolved
Hide resolved
Updated to use clang-format 15.0.7 which doesn't have the operator* / brace initialization issue discovered in 16.0.1. We should follow up after 16.0.x is released with a fix. |
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.
Approving changes made by @harrism (cannot approve my own PR though).
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.
Approving changes made by @bdice. :)
/merge |
This PR updates the clang-format version used by pre-commit. Fixes #1078.