From 73485c66ea1c3d12f17f5a536f2874616776eecc Mon Sep 17 00:00:00 2001 From: openhands Date: Sun, 15 Mar 2026 05:27:14 +0000 Subject: [PATCH] fix: No-op varCounter assignment before false branch in processExecIf (#655) --- STATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/STATE.md b/STATE.md index 4b64624..3f68b27 100644 --- a/STATE.md +++ b/STATE.md @@ -42,3 +42,4 @@ - [2026-03-15] manifest.jsonl schema has no canonical machine-readable definition (#720) - [2026-03-15] CID format change silently drops historical generation JSONL on re-admission (#757): warn on unrecognised CID format instead of silently skipping - [2026-03-15] evolve.sh does not write `note` field — schema drift between hand-written and evolved entries (#719): auto-generate note "Evolved from (run gen)" for every admitted entry +- [2026-03-15] No-op varCounter assignment before false branch in processExecIf (#655)