-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
install: implement copying from streams #6965
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
2a51dd2
to
8ebdc06
Compare
GNU testsuite comparison:
|
needs to be rebased now :) |
ba3346d
to
e07cc67
Compare
ok, there. should work. also, can somebody who can make commits to the main branch delete the last empty doc-comment line over at |
GNU testsuite comparison:
|
We have this warning:
|
@sylvestre do I make a new PR or..? |
add a new commit here :) |
there |
GNU testsuite comparison:
|
Resolves:
install
: Accept special files like/dev/stdin
#5080install
now uses thebuf-copy
module fromuucore
to do quick data copy under Linux & Android and a buffer-based copy for other OS. FIFOs, character/block devices are considered as streams. Other files still use Rust'sfs::copy
.