Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tui): make sure to open stdin for all tasks #9354

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

chris-olszewski
Copy link
Member

@chris-olszewski chris-olszewski commented Oct 30, 2024

Description

In #9306 I somehow dropped the cmd.open_stdin() call so we never started tasks hooked up to stdin.

I verified I copied the closing/forwarding stdin logic in my refactor as seen here, we were just never opening it in the first place.

Testing Instructions

turbo_dev dev should now let you interact with persistent tasks

Copy link

vercel bot commented Oct 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 30, 2024 3:59pm
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Oct 30, 2024 3:59pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Oct 30, 2024 3:59pm
examples-gatsby-web ⬜️ Ignored (Inspect) Oct 30, 2024 3:59pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Oct 30, 2024 3:59pm
examples-native-web ⬜️ Ignored (Inspect) Oct 30, 2024 3:59pm
examples-svelte-web ⬜️ Ignored (Inspect) Oct 30, 2024 3:59pm
examples-tailwind-web ⬜️ Ignored (Inspect) Oct 30, 2024 3:59pm
examples-vite-web ⬜️ Ignored (Inspect) Oct 30, 2024 3:59pm

@chris-olszewski chris-olszewski marked this pull request as ready for review October 30, 2024 16:03
@chris-olszewski chris-olszewski requested a review from a team as a code owner October 30, 2024 16:03
@chris-olszewski chris-olszewski enabled auto-merge (squash) October 30, 2024 16:05
@chris-olszewski chris-olszewski merged commit 7f12bad into main Oct 30, 2024
39 checks passed
@chris-olszewski chris-olszewski deleted the olszewski/fix_tui_interactive_msg branch October 30, 2024 16:32
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.

3 participants