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

Buffering shell output #15

Open
ruricolist opened this issue Apr 21, 2019 · 0 comments
Open

Buffering shell output #15

ruricolist opened this issue Apr 21, 2019 · 0 comments

Comments

@ruricolist
Copy link
Owner

ruricolist commented Apr 21, 2019

Like any tool that runs shell commands in parallel, Overlord is faced with the problem of interleaving the output from different commands. I'd like to find a solution that is (1) principled -- not just a mess of options for different output styles; that (2) solves the problem on the OS side, rather than by using Gray streams; and that (3) never leaves the user wondering whether the build is hanging.

Of course it may be that no solution satisfies all these constraints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant