Etienne

Results 6 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...