Files
gstack/bin
Garry TanandClaude Fable 5 daeec2c017 fix(slug): terminate the marker walk-up on dirname's fixed point — hung every bin on Windows
Under git-bash on Windows a mixed-form path walks C:/Users -> C: -> . -> .
forever: dirname's fixed point there is never "/", so the walk-up loop spun
and every bin that evals gstack-slug (learnings-log first among them) hung
until spawn timeout. Caught by windows-free-tests CI on the wave PR. Break
on the fixed point itself with a depth cap for exotic forms; regression
tests drive the extracted function with hostile path shapes under a hard
timeout.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-14 21:00:46 -07:00
..