merge queue: checking main (92cccdf) and [#2098 + #2095 + #2096 + #2093 + #2092] together - #2099
merge queue: checking main (92cccdf) and [#2098 + #2095 + #2096 + #2093 + #2092] together#2099mergify[bot] wants to merge 12 commits into
Conversation
Include YAML workflow and config files in the loc metric and Plotly chart.
Commit-msg hooks rewrite the author and inject Co-authored-by. After every git commit, amend with --no-verify so the initiating human is Author and the trailer is Assisted-by: <agent> with no model name. Assisted-by: Cursor Agent
Assisted-by: Cursor Agent
…o account AMR level between blocks.
The comparison loop used an uninitialized loop counter (`size_t i;` instead of `size_t i = 0;`), so its starting value was whatever garbage was left on the stack. Depending on compiler/optimization level, this could skip comparisons entirely (silently passing a bad fit) or read out of bounds, explaining the flaky/non-deterministic CI failures. Also fixed a related out-of-bounds read: `ex_res` only had 3 entries but was indexed up to 3 (missing the expected R^2 value). Assisted-by: Claude
|
Thanks @mergify[bot] for opening this PR! You can do multiple things directly here: Once the workflow completes a message will appear displaying informations related to the run. Also the PR gets automatically reviewed by gemini, you can: |
Workflow reportworkflow report corresponding to commit 7ec7cd9 Pre-commit check reportPre-commit check: ✅ Test pipeline can run. Clang-tidy diff reportDoxygen diff with
|
🎉 This combination of pull requests has been checked successfully and will be merged soon. 🎉
Branch main (92cccdf) and [#2098 + #2095 + #2096 + #2093 + #2092] are queued together for merge.
This pull request has been created by Mergify to check the mergeability of [#2098 + #2095 + #2096 + #2093 + #2092].
You don't need to do anything. Mergify will close this pull request automatically when it is complete.
Required conditions of queue rule
main queuefor merge:check-success = allRequired conditions to stay in the queue:
approved-reviews-by >= 1check-success = all_lightcheck-success = pre-commit.ci - pr