diffutils icon indicating copy to clipboard operation
diffutils copied to clipboard

Dropped in replacement of diffutils in Rust

Results 20 diffutils issues
Sort by recently updated
recently updated
newest added

When handling stdin, GNU diff now behaves as follows: * If a file is input, it displays the current time as m_time * If a directory is input, it appends...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/uutils/diffutils). ## Open The following updates have all...

~~This requires more work to figure out why the generated reports are unusable.~~ EDIT: fixed

This is done here: https://github.com/uutils/coreutils/blob/main/.github/workflows/GnuTests.yml and https://github.com/uutils/coreutils/blob/main/.github/workflows/GnuComment.yml we are publishing results on: https://github.com/uutils/coreutils-tracking/ other example: https://github.com/uutils/findutils-tracking/

good first issue

When running `cargo test` the following tests fail if [ed](https://www.gnu.org/software/ed/ed.html) is not installed: * ed_diff::tests::test_permutations * ed_diff::tests::test_permutations_empty_lines * ed_diff::tests::test_permutations_reverse They fail because they call `Command::new("ed")`.

See e.g. [this recent run](https://github.com/uutils/diffutils/actions/runs/8773238273/job/24073220530): ``` Running `fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_normal -artifact_prefix=/home/runner/work/diffutils/diffutils/fuzz/artifacts/fuzz_normal/ -max_total_time=60 -detect_leaks=0 /home/runner/work/diffutils/diffutils/fuzz/corpus/fuzz_normal` INFO: Running with entropic power schedule (0xFF, 100). INFO: Seed: 3739805489 INFO: Loaded 1 modules (44194 inline 8-bit...

Currently uutils' diffutils only implements the `diff` executable. But GNU's diffutils also provide `cmp`, `diff3` and `sdiff`. This issue is a tracker for the implementation of the `cmp` utility. Documentation:...

good first issue

Currently uutils' diffutils only implements the `diff` executable. But GNU's diffutils also provide `cmp`, `diff3` and `sdiff`. This issue is a tracker for the implementation of the `diff3` utility. Documentation:...

good first issue

Currently uutils' diffutils only implements the `diff` executable. But GNU's diffutils also provide `cmp`, `diff3` and `sdiff`. This issue is a tracker for the implementation of the `sdiff` utility. Documentation:...

good first issue