You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem you would like to solve.
RAPIDS is in the process of updating to a more recent clang-format version. This is already in progress in #1072 .
This will help users of the cuspatial devcontainer because it has a newer clang-format version than is used in CI, and there are often style mismatches as a result.
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem you would like to solve.
RAPIDS is in the process of updating to a more recent clang-format version. This is already in progress in #1072 .
This will help users of the cuspatial devcontainer because it has a newer clang-format version than is used in CI, and there are often style mismatches as a result.
We may use an earlier version than 16.0.1 due to a bug introduced in that version that results in
operator*
being formatted as if it is a pointer (a* T{1.0}
instead ofa * T{1.0}
). See https://github.com/rapidsai/cugraph-ops/pull/466#discussion_r1168977855Describe any alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: