Etienne

Results 17 issues of Etienne

I am sending this PR with 2 tiny changes.

mktemp requires three 'X' in the pattern argument. In the case where the XXX is missing and the tmpdir option is provided, the uutils-coreutils mktemp error message is a bit...

U - mktemp

I didn't find an issue tracking this, so I'm creating one for tracking purpose. As noted in https://github.com/uutils/coreutils/blob/6bcf4e2cece5815eb7352e74f64af14b13ad5a4f/src/uu/mkdir/src/mkdir.rs#L84 , the option "-Z" / "--context" of mkdir is not yet implemented....

U - mkdir
good first issue

I have a private repository (which I am not allowed to share) where qgit crashes a few seconds after being started. The likely root-cause is that this one commit modifies...

This used to work correctly with 0.0.16, but it stopped working after https://github.com/uutils/coreutils/pull/4011 was merged (shortly after the 0.0.16 release): Killing a process started using env should cause one coredump,...

U - env

Rust adds a custom UNIX signal handler to Rust processes ( see https://github.com/rust-lang/rust/blob/8ac1525e091d3db28e67adcbbd6db1e1deaa37fb/src/libstd/sys/unix/stack_overflow.rs#L71-L92 ). In the case of SIGSEGV (signal segmentation violation), the behavior of this custom signal handler is...

Commit https://github.com/uutils/coreutils/pull/3396/commits/2a0d58d060eb51ee482e7e8a764f36bda21105e5 (part of https://github.com/uutils/coreutils/pull/3396 which contains a description of the changes) changed this line from libc::fsid_t to nix::sys::statfs::fsid_t. The pull-request description at https://github.com/uutils/coreutils/pull/3396 indicates that this was done in...

Commit 2: >Summary: > >Partial fix for https://github.com/uutils/coreutils/issues/6591 > >The current code declare libstdbuf as a build-dependency of stdbuf as a >workaround to enforce that libstdbuf is compiled before stdbuf....

Context: while trying to implement a regression-test for https://github.com/uutils/coreutils/issues/6591 I noticed that testing stdbuf with some GNU coreutils utilities work, but fails with uutils coreutils utilities. - `stdbuf -o` works...

Add a functional test of stdbuf, to verify that it actually changes the stdout line buffering.