coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

0.0.23 => 0.0.24

Open sylvestre opened this issue 1 year ago • 1 comments

sylvestre avatar Dec 30 '23 19:12 sylvestre

I wonder what changed

--- TRY 3 STDERR:        coreutils::tests test_seq::test_width_negative_decimal_notation ---
thread 'test_seq::test_width_negative_decimal_notation' panicked at 'Command was expected to succeed.
stdout = 
 stderr = error: unexpected argument '-.' found

  tip: to pass '-.' as a value, use '-- -.'

Usage: /home/runner/work/coreutils/coreutils/target/debug/coreutils seq [OPTION]... LAST
       /home/runner/work/coreutils/coreutils/target/debug/coreutils seq [OPTION]... FIRST LAST
       /home/runner/work/coreutils/coreutils/target/debug/coreutils seq [OPTION]... FIRST INCREMENT LAST

sylvestre avatar Dec 30 '23 20:12 sylvestre

Maybe it's because Cargo.lock wasn't updated and therefore it just regenerated it and bumped the clap dependency or something?

tertsdiepraam avatar Jan 08 '24 11:01 tertsdiepraam