Twice

Results 70 issues of Twice

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Version unstable ### Minimal reproduce step https://github.com/apache/kvrocks/actions/runs/6159066781/job/16713576822 https://github.com/apache/kvrocks/actions/runs/6180335719/job/16776798127 https://github.com/apache/kvrocks/actions/runs/6155474342/job/16702713002 ### What did...

bug

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation With TBB, now we can eliminate some mutexes applied on containers...

enhancement
help wanted

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Version unstable ### Minimal reproduce step https://github.com/apache/incubator-kvrocks/actions/runs/3749755928/jobs/6368682143#step:12:158 ### What did you expect...

bug

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation We can perform some fuzz testing (specifically, some coverage-guided grey-box fuzzing,...

enhancement
help wanted

WIP, some comment and pr description will be added soon.

Some misc work are done in this PR: - move `.clang-format` to the top directory, as a common way - add `pull_request` event for the clang-format check CI - add...

We generate some code in the form of statement expressions in tblgen here: https://github.com/EnzymeAD/Enzyme/blob/43f2c03825db2dbc46c86f10e46db6867595a1c0/enzyme/tools/enzyme-tblgen/enzyme-tblgen.cpp#L167-L203 Since [statement expression](https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html) is a GNU extension rather than c/c++ standard, and is not supported by...

Like [llvm-project](https://github.com/llvm/llvm-project), I think we can add a `.clang-format` file in the root dir (and the file content is pretty simple since we just use the LLVM-style code format `BasedOnStyle:...

The example of `for_each_prefix_of` gave some wrong results, which can be confusing for users. This PR fixed them.

In this PR we add plan executors and its context according to the iterator model. TODO list: - [x] Limit - [x] Noop - [x] Sort - [x] Merge -...