Supporting patches recorded with older versions of Pijul

pmeunier
Aug 5, 2021, 1:15 PM
FJTRJD6BWXK5TMCYHXLTXVCM2ZOC4BN6Q5K72LAFITRK36RDYNDAC

Dependencies

  • [2] MDADYULS Fix a panic when switching between channels that have different files
  • [3] YN63NUZO Sanakirja 1.0
  • [4] 7ZFRYVVQ Cargo.nix and formatting
  • [5] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [6] 3AMEP2Y5 More convenient interface for channels

Change contents

  • replacement in libpijul/src/fs.rs at line 872
    [2.2747][3.133097:133150](),[3.6237][3.133097:133150]()
    assert_eq!(*inode_vertex, v.inode_vertex());
    [2.2747]
    [3.6238]
    if *inode_vertex != v.inode_vertex() {
    info!("find_path: {:?} != {:?}, this may be due to a corrupt change", inode_vertex, v.inode_vertex());
    return Ok(None)
    }