More debugging output

pmeunier
Feb 11, 2024, 12:56 PM
DXOMN74SR656HQQXD4TCV6LG4TPYN55LJ6WMKPNKRAGZR6N7ETOAC

Dependencies

  • [2] QWIYNMI5 Formatting + big-endian Sanakirja
  • [3] YN63NUZO Sanakirja 1.0
  • [4] IIV3EL2X Cleanup, formatting, and fixing the Git feature
  • [5] I24UEJQL Various post-fire fixes
  • [6] TVVW53HZ Conflict resolution
  • [7] CCLLB7OI Upgrading to Sanakirja 0.15 + version bump
  • [8] MQ6ERQ43 Bug fixes when unrecording a patch that introduced zombie files
  • [9] OXZVZDQZ Simplification of missing context repairs
  • [10] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [11] VO5OQW4W Removing anyhow in libpijul
  • [12] ZJWCPRMH Fixing known patches in deleted contexts

Change contents

  • replacement in libpijul/src/pristine/vertex.rs at line 26
    [3.7569][3.7569:7626]()
    (self.start.0).0,
    (self.end.0).0
    [3.7569]
    [3.7626]
    (self.start.0),
    (self.end.0)
  • replacement in libpijul/src/pristine/sanakirja.rs at line 628
    [3.62535][2.20222:20275]()
    debug!("find_block_end: BLOCK ERROR 0");
    [3.62535]
    [3.62586]
    debug!("find_block_end: BLOCK ERROR 0 {:?}", e);
  • replacement in libpijul/src/apply.rs at line 337
    [3.949275][3.949275:949364]()
    for change_ in change.changes.iter() {
    debug!("Applying {:?} (1)", change_);
    [3.949275]
    [3.949364]
    for (n, change_) in change.changes.iter().enumerate() {
    debug!("Applying {} {:?} (1)", n, change_);
  • edit in libpijul/src/apply/vertex.rs at line 20
    [3.90935]
    [3.90935]
    debug!(
    "put new vertex, checking whether interval {:?} overlaps current graph",
    vertex
    );