Skip to content

Make send-out pnpm install async#44

Merged
nettee merged 1 commit into
mainfrom
fix/issue-43-async-send-out-pnpm
Jun 5, 2026
Merged

Make send-out pnpm install async#44
nettee merged 1 commit into
mainfrom
fix/issue-43-async-send-out-pnpm

Conversation

@nettee

@nettee nettee commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • start pnpm install asynchronously for send-out after the worktree path is reported/copied
  • redirect async pnpm output to a temp log when stdout/stderr are not terminals
  • add an e2e regression test that send-out does not wait for slow pnpm install

Closes #43

Tests

  • cargo fmt
  • cargo test --test e2e pnpm -- --nocapture
  • cargo test

@nettee nettee merged commit 9e4bb01 into main Jun 5, 2026
2 checks 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.

pnpm install is not async, which will block the main process.

1 participant