Sylvestre Ledru
Sylvestre Ledru
Glad to hear :) Rust works on mips64&s390x, see: https://buildd.debian.org/status/package.php?p=rustc Do you have more details about the kind of failure that you are getting? We have some intermittent in the...
Great idea! thanks
On windows: ``` ---- test_mktemp::test_tmpdir_env_var stdout ---- current_directory_resolved: mkdir: C:\Users\RUNNER~1\AppData\Local\Temp\.tmpykaxwA\d run: D:\a\coreutils\coreutils\target\debug\coreutils.exe mktemp thread 'test_mktemp::test_tmpdir_env_var' panicked at '"C:\Users\RUNNER~1\AppData\Local\Temp\.tmpykaxwA\d/tmp.XXXXXXXXXX" != "tmp.rpDSCJMWz7"', D:\a\coreutils\coreutils\tests\by-util\test_mktemp.rs:548:5 ```
Thanks, it should be easy to fix
Other occurrence found by the fuzzer published in issue #3785 ``` ./target/debug/coreutils date '+~\x0a~%\x0a' thread 'main' panicked at 'a Display implementation returned an error unexpectedly: Error', /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/alloc/src/string.rs:2490:14 # or ./target/debug/coreutils...
working on it :)
@dependabot recreate
While I really want GNU's compatibility, we workaround with upstream testsuite from time to time. See https://github.com/uutils/coreutils/blob/main/util/build-gnu.sh#L121= and below
wahou, amazing :)
sounds good, let's wait for the CI :) I can do more testing on mac if you need