-
Notifications
You must be signed in to change notification settings - Fork 65
Implement pipe handling #22
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
Conversation
It works! Thanks!!! @aymanbagabas
And I tried passing the result of println!
macro to pipe based on this solution, it works as well~ It seems I didn't figure the root cause of the problem, loop { println! }
, and @aymanbagabas just fixed it.
Sorry for @xiaoxiae , I just forgot this...too busy these days...
I'll upload a new version which can be downloaded from crates.io
soon.
It works! Thanks!!! @aymanbagabas
And I tried passing the result of
println!
macro to pipe based on this solution, it works as well~ It seems I didn't figure the root cause of the problem,loop { println! }
, and @aymanbagabas just fixed it.Sorry for @xiaoxiae , I just forgot this...too busy these days...
I'll upload a new version which can be downloaded from
crates.io
soon.
No worries, completely understandable. Thanks for the fix and the merge!
Ref: rust-lang/rust#46016 (comment)
Fixes: #21