Suyash Dongre

Results 5 issues of Suyash Dongre

### Describe your change: * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note:...

awaiting reviews

Clang-tidy warning re strategy_result is incorrect. No path leads to a moved-from object being reused. strategy_result is immediately being re-assigned after the move. Added annotations to prevent the false detection....

cleanup
core
rgw
GSoC / Outreachy

The DCMAKE_EXPORT_COMPILE_COMMANDS flag generates the `compile_commands.json` file which contains the exact compiler calls for all translation units of the project in machine-readable form. This file is used by many code...

The Ceph project has a huge codebase, and it faces the risk of containing suboptimal code that could jeopardize storage reliability or induce performance bottlenecks or cause resource inefficiencies. Identifying...

The job `ceph-pr-clang-tidy` requires Ceph's build but since the job `ceph-pull-requests` is already building Ceph it is best to archive & copy the directory and work further upon it. It...