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

Continuous output during execution and refactoring #68

Open
flxo opened this issue Jul 23, 2021 · 2 comments
Open

Continuous output during execution and refactoring #68

flxo opened this issue Jul 23, 2021 · 2 comments

Comments

@flxo
Copy link

flxo commented Jul 23, 2021

Hello @Miserlou

I used loop some times for running tests etc and it's very very useful. A missing feature for me has always been that the output is not printed immediately and just after the program exits. Furthermore the stdout and stderr is merged which is sometimes bad.

I tried to fix those things but ended up with a more or less rewrite of loop based on tokio for the io and child process handling. The CLI interface is almost the same. I pushed it and I'm using it since a couple of days. I probably needs some more polishing but in general works.
Let me know if you're interested in this branch.

Thanks for the missing loop command ;-)

@malhal
Copy link

malhal commented May 6, 2022

I'd also like to see the output from the command that loop is running. Otherwise I have no idea if it is working!

@flxo
Copy link
Author

flxo commented May 6, 2022

@malhal The continuous output can be found here: https://github.com/flxo/Loop. There isn't much activity here...

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

No branches or pull requests

2 participants