Files
rose-ash/lib/tcl
giles 7415dd020e
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 55s
tcl: Phase 6a fix vwait :: routing — was infinite-looping
vwait used frame-lookup which doesn't honor `::` global routing. So
`vwait ::done` after `set ::done fired` (where set routes to root frame)
never saw the var change in the local frame, looping forever.

Added tcl-vwait-lookup helper that mirrors tcl-var-get's `::` routing
but returns nil instead of erroring on missing vars.

Was the deadlock that hung the full test suite past test 32.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 09:30:51 +00:00
..