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

Allow complete control over stdio #17

Merged
merged 9 commits into from
Nov 14, 2023
Merged

Conversation

JordanMartinez
Copy link
Owner

Allows user to specify all of the stdio values for stdio[0..2] and reserver stdio[3] for IPC or null.

The goal here is to address purescript/spago#1048. We learned that piping the parent process' stdin into the child process stdin does not cause the child to terminate when user inputs Ctrl+D. The only workaround was to use inherit as the child process' stdio[0] value.

@JordanMartinez JordanMartinez merged commit 9d8b11c into master Nov 14, 2023
3 checks passed
@JordanMartinez JordanMartinez deleted the jam/allow-stdio-options branch November 14, 2023 13:18
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