Fix ordering for conditional negations in catkin tests
Metadata
Current evaluation
Merged a trivial fix correcting Python conditional negation syntax in catkin tests from if not ... in ... to if ... not in .... Approved and merged immediately following a single positive review.
Suggested action: —
No scores available.
Issue body
The configtional is `if not ... in ...` when it should be `if ... not in ...`
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a trivial fix correcting Python conditional negation syntax in catkin tests from if not ... in ... to if ... not in .... Approved and merged immediately following a single positive review. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a trivial fix correcting Python conditional syntax in catkin tests. Replaced invalid if not ... in ... with the proper if ... not in ... structure. Approved and merged immediately by a maintainer. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix for incorrect Python conditional negation syntax in catkin tests, correcting if not ... in ... to if ... not in .... Approved and merged immediately by a maintainer. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #292 Backport to 1.x: Fix ordering for conditional negations in catkin tests | snapcraft | merged | Merged as a backport of #199 to the 1.x branch. Resolves an ordering issue with conditional negations in catkin tests. Approved by @sergiusens and verified after retriggering example tests. |