You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ;-)
The text was updated successfully, but these errors were encountered:
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 thestdout
andstderr
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
;-)The text was updated successfully, but these errors were encountered: