fix: resolve SINDI clang-tidy failures#2477
Conversation
Signed-off-by: Xiangyu Wang <wxy407827@antgroup.com> Assisted-by: Codex:GPT-5
|
/label S-ready-to-merge |
|
Automated pull request review completed. Review effort: No actionable inline findings were found. |
Merge Protections🟢 All 3 merge protections satisfied — ready to merge. Show 3 satisfied protections🟢 Require kind label
🟢 Require version label
🟢 Require linked issue for feature/bug PRs
|
There was a problem hiding this comment.
Code Review
This pull request refactors several methods in the SINDI class to improve readability and code structure. Specifically, it extracts complex boolean expressions into descriptive local variables within Deserialize and deserialize_immutable_window. It also simplifies the template argument for std::greater_equal and changes serialize_immutable_window from a const member function to a static member function. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
/version 1.1 |
vsag-bot
left a comment
There was a problem hiding this comment.
Automated inline review completed.
Review effort: low (23 changed lines across 2 files).
No actionable inline findings were found.
Reviewed commit f09f122.
|
Tick the box to add this pull request to the merge queue (same as
|
Summary
c715b63dinsrc/algorithm/sindi/sindi.cpp.Verification
cmake --build build-release --target sindi -j4: passed.Fixes: #2487