Skip to content

fix: seven correctness and lifecycle findings from the bidi-streaming review - #5

Merged
qcodr merged 6 commits into
mainfrom
fix/post-merge-review-findings
Aug 1, 2026
Merged

qcodr merged 6 commits into
mainfrom
fix/post-merge-review-findings

chore: drop the unused Codacy badge placeholder

6c37a09
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Aug 1, 2026 in 0s

3 new issues (0 max.) of at least severity.

Annotations

Check warning on line 28 in src/Protocol/Message/ProposeRunCompletionAck.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Protocol/Message/ProposeRunCompletionAck.php#L28

Operator ! prohibited; use === FALSE instead

Check warning on line 676 in src/Vm/StateMachine.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Vm/StateMachine.php#L676

Implicit true comparisons prohibited; use === TRUE instead

Check warning on line 132 in tests/Unit/Vm/CancelPropagationTest.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Unit/Vm/CancelPropagationTest.php#L132

Operator ! prohibited; use === FALSE instead