yes: use splice_data functions from uucore#6980
yes: use splice_data functions from uucore#6980DaringCuteSeal wants to merge 2 commits intouutils:mainfrom
Conversation
b36122e to
782f628
Compare
| use crate::error::{UError, UResult}; | ||
| use nix::unistd; | ||
|
|
||
| use std::fs::File; |
There was a problem hiding this comment.
| use std::fs::File; |
| #[cfg(unix)] | ||
| use nix::unistd; | ||
| #[cfg(unix)] | ||
| use nix::{errno::Errno, libc::S_IFIFO, sys::stat::fstat}; |
There was a problem hiding this comment.
| use nix::{errno::Errno, libc::S_IFIFO, sys::stat::fstat}; | |
| use nix::{libc::S_IFIFO, sys::stat::fstat}; |
|
eh, i figured out some missing compile guards on the buf-copy. lemme resolve em first and make a new PR |
|
GNU testsuite comparison: |
9375fbd to
6cdc9f6
Compare
|
GNU testsuite comparison: |
6cdc9f6 to
3386ba7
Compare
|
GNU testsuite comparison: |
|
Did you see that some jobs in the CI fail? |
oh, hmm i didn't see those. sorry, i'll try to fix em a bit later |
3386ba7 to
0a45898
Compare
0a45898 to
34c60f9
Compare
|
GNU testsuite comparison: |
|
Hi, ran into a problem here. >,< I found out that The problem is that, I'm actually considering deleting altogether the code I separated from So, what do the devs here think? There are two choices I see:
|
|
GNU testsuite comparison: |
Let's do that, it is fine :) |
Have
yesuse the splice-write utilities from uucore. Follow-up of #6964.