Nicolas Boichat
Nicolas Boichat
That part is unblocked, let's see if anything else fails: https://github.com/uutils/coreutils/pull/7576 .
https://github.com/uutils/coreutils/actions/runs/14060026185/job/39371268061?pr=7576 ``` cargo +1.85.0 test --target=x86_64-apple-darwin --workspace --features=feat_os_macos ... Compiling uu_runcon v0.0.30 (/Users/runner/work/coreutils/coreutils/src/uu/runcon) warning: ignoring -C extra-filename flag due to -o flag error[E0432]: unresolved imports `selinux::OpaqueSecurityContext`, `selinux::SecurityClass`, `selinux::SecurityContext` --> src/uu/runcon/src/runcon.rs:11:15...
Fixed by #7413.
Yeah, looks the same. And again, output of `uutils` is the same as coreutils on arm64...
I'm tempted to handle this with documentation, #7641. Opinions welcome.
Rebased, and also cleaned up `custom_tz_fmt` that's not needed anymore. I'll try to continue this conversion (maybe will look at parse_datetime next).
Rebased. @sylvestre do you think we could go ahead with this part of the conversion? We get the most bang for the buck with this one: Smaller binary, and correct...
I understand one goal of this project is to exactly match the output of GNU coreutils for compatibility? Is that correct? (for context... I actually bumped into this in an...
Rebased to fix conflict.
https://github.com/akubera/bigdecimal-rs/issues/144 is fixed, but it doesn't hurt to merge this until the next release. Also, this comes with more tests that are good anyway (at least I think so?)... and...