Minor: do not print the same name multiple times in SolveFileName and UnsolveFileName conflicts

pmeunier
Jan 4, 2022, 12:32 PM
OMOKYYXFBW3JNXIQHVRNGO5KQEGDNLOTVZH6CN2LHDL4FNOPD77AC

Dependencies

  • [2] 5FI6SBEZ Re-implement change printing and parsing
  • [*] VO5OQW4W Removing anyhow in libpijul

Change contents

  • edit in libpijul/src/change/text_changes.rs at line 1114
    [2.35729]
    [4.86461]
    let mut h = HashSet::new();
  • edit in libpijul/src/change/text_changes.rs at line 1118
    [4.86602]
    [2.35765]
    if !h.insert(d.to) {
    continue;
    }