Skip to content

fix: progressively scan large workspace folders - #89

Merged
kbuffardi merged 2 commits into
mainfrom
fix/progressive-workspace-scan
Sep 5, 2026
Merged

fix: progressively scan large workspace folders#89
kbuffardi merged 2 commits into
mainfrom
fix/progressive-workspace-scan

Conversation

@kbuffardi

Copy link
Copy Markdown
Owner

Summary

  • Replaces recursive workspace traversal with breadth-first scanning to prevent deep-folder call-stack overflows.
  • Publishes a collapsed Explorer preview after each completed depth, with accessible spinners on visible folders whose subtrees are still queued.
  • Preserves the previously committed workspace for compile, terminal, persistence, and file actions until the new scan completes.

Verification

  • npm run lint
  • npm run build
  • npm run test:e2e
  • npm run test:browser:chrome (Clang preflight and compiler-link tests passed; the runner did not return final browser-smoke completion status.)

Closes #88

@kbuffardi
kbuffardi merged commit 4990ce4 into main Sep 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: opening large folder, call stack exceeded

1 participant