Mauro Fontana
Mauro Fontana
Upvoting. Takes 8 minutes to replace a tag on cloudfront_distribution. It's completely annoying.
I want to support this feature request. My use case is that I have an Abstract class which defines certain attributes all implementations must have, but implementations might have fixed...
I've just did a (conflictless) rebase and added the exact same test as a separate commit here: https://github.com/mfontanaar/coreutils-7216/commits/issue_7216/ I was skeptical of doing it, before reading this: > sorry, going...
> @mfontanaar Maybe you can create a new merge request with both commits (yours and @ic3man5's) so we can finally merge this? @RenjiSann: Done
As far as I can see, two out of the three remaining regressions in this issue have been fixed. Both of - `tests/misc/tee.sh` - `tests/ls/ls-time.sh` pass on my system (Linux)....
From what I can appreciate, the panicking should have been [implemented already](https://github.com/uutils/coreutils/pull/1106). Then it was moved from `mkmain.rs` to the `src/uucore/lib/src/lib.rs`, more precisely to the [`bin!`](https://github.com/uutils/coreutils/blob/363bda063af689580b41ce83bbebcc54d93c0a25/src/uucore/src/lib/lib.rs#L182) macro. However, I don't...
I think we should be careful here about the universality thing. I can think of `tee` as an special example of a utility that SHOULDN'T have `SIGPIPE` mapped to `SIG_DFL`,...
Okay, I learned several things: - I don't understand what role does the `bin!` macro in the `main.rs` files has. Is it only used when compiling standalone utilities? (instead of...