You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add bash 3.2 CI matrix for awk fallback coverage
- Install bash 3.2 from source in the Docker test image
- Add CI matrix that runs the full test suite under both bash 5 and
bash 3.2 (via TEST_BASH env var passed to save/restore recipes)
- Split benchmarks into a separate job (only needs to run once)
- Fix --model regex capture group for bash 3.2 compat (store pattern
in a variable — inline capture groups are a syntax error on 3.2)
The bash 3.2 run exercises the awk fallback path in the state cache
(no associative arrays), catching the field-offset regression from
PR #14 where session_id/model/env were shifted by one field.
0 commit comments