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(core): fix sending sigint to child tasks with the new psuedo tty … #21369

Merged
merged 2 commits into from
Jan 27, 2024

Conversation

FrozenPandaz
Copy link
Collaborator

@FrozenPandaz FrozenPandaz commented Jan 26, 2024

…processes

Current Behavior

When Ctrl + C is sent to the terminal after running Nx, the signals are being sent straight to the psuedo terminal processes instead of Nx.

Expected Behavior

When Ctrl + C is sent to the terminal after running Nx, the signals are sent straight to the psuedo terminal processes which will bubble them back up for Nx to exit with the signal.

Related Issue(s)

Fixes #

@FrozenPandaz FrozenPandaz requested review from a team and vsavkin as code owners January 26, 2024 22:41
Copy link

vercel bot commented Jan 26, 2024

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

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jan 26, 2024 11:05pm

@FrozenPandaz FrozenPandaz enabled auto-merge (squash) January 26, 2024 22:53
@FrozenPandaz FrozenPandaz disabled auto-merge January 27, 2024 00:05
@FrozenPandaz FrozenPandaz merged commit 00dbd14 into nrwl:master Jan 27, 2024
6 checks passed
@FrozenPandaz FrozenPandaz deleted the fix-rust-sigint branch January 27, 2024 00:05
Copy link

github-actions bot commented Feb 1, 2024

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants