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

pantsd falls back to socket usage if it cannot open a TTY. (cherrypick of #13155) #13157

Merged
merged 1 commit into from Oct 8, 2021

Conversation

stuhood
Copy link
Sponsor Member

@stuhood stuhood commented Oct 7, 2021

In a few different contexts, pantsd will not have permission to access the client's TTY (see #5664). For those cases, and any others, we should fall back to using a pipe (as we do when stdio is redirected).

Fixes #5664. Thanks to @jriddy for assistance with the investigation!

[ci skip-build-wheels]

…ild#13155)

In a few different contexts, `pantsd` will not have permission to access the client's TTY (see pantsbuild#5664). For those cases, and any others, we should fall back to using a pipe (as we do when stdio is redirected).

Fixes pantsbuild#5664. Thanks to @jriddy for assistance with the investigation!

[ci skip-build-wheels]
@stuhood stuhood merged commit 435e68f into pantsbuild:2.7.x Oct 8, 2021
@stuhood stuhood deleted the stuhood/pick-13155-for-2.7.x branch October 8, 2021 01:01
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.

None yet

2 participants