In output, preserve the temporary path even if an intermediate directory has not changed, in case children have to be moved

pmeunier
Jun 19, 2023, 11:55 AM
HSR7LXJOGTNYG43ICF4AAORYFT55B542EWWQDPOS3D2TOQYDJKHAC

Dependencies

  • [2] O6HIGFLT Remove the directory marker when a directory is deleted (and add it when a file in the inodes table is not in the tree, which is a bizarre situation)
  • [*] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • edit in libpijul/src/output/output.rs at line 704
    [2.440]
    [4.681836]
    } else {
    if let Cow::Owned(tmp_) = actual_path {
    *tmp = Some(tmp_)
    }