kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

feat(bitop): Support DIFF, DIFF1, ANDOR, and ONE for command BITOP

Open xuzifu666 opened this issue 4 months ago • 4 comments

issue: https://github.com/apache/kvrocks/issues/3132

xuzifu666 avatar Aug 21 '25 13:08 xuzifu666

Could you format the code via ./x.py format and clang-format-14?

See https://kvrocks.apache.org/community/contributing for more information.

PragmaTwice avatar Aug 23 '25 00:08 PragmaTwice

@xuzifu666 The CI is now using the version clang-format 14, which behaves differently from clang-format > 14 in some ways.

git-hulk avatar Aug 23 '25 01:08 git-hulk

@xuzifu666 The CI is now using the version clang-format 14, which behaves differently from clang-format > 14 in some ways.

Thansk for reminder and help, I had changed the clang-format version and code format seems OK now. @git-hulk @PragmaTwice

xuzifu666 avatar Aug 23 '25 02:08 xuzifu666