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

Ptyprocess fix try wait #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

petreeftime
Copy link
Owner

No description provided.

The default behavior of posix_openpt seems to be to replace the
controlling terminal for the calling process, and PtyProcess should
only change it for child instead. I think this might be a reason why
some of the tests were failing non-deterministacally sometimes, although
I am not 100% confident in this fix.

Signed-off-by: Petre Eftime <[email protected]>
rust-cache@v1 seems to generate some deprecation warnings, so better
update to v2.

Signed-off-by: Petre Eftime <[email protected]>
Signed-off-by: Petre Eftime <[email protected]>
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.

1 participant