Fixing a wrong load when debugging tags

pmeunier
May 21, 2023, 8:47 PM
TDCDBT6XVI5N654HPVJW2IEYCK2PFCMAV52V24NHVBYY5GDMR7YQC

Dependencies

  • [2] 5MRZLKBH Changing the type of the tags db, to make it identical to remote tags
  • [3] YN63NUZO Sanakirja 1.0
  • [4] IIV3EL2X Cleanup, formatting, and fixing the Git feature
  • [5] A3RM526Y Integrating identity malleability
  • [*] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in libpijul/src/pristine/sanakirja.rs at line 346
    [3.25881][2.334:458]()
    let tags: UDb<L64, Pair<SerializedMerkle, SerializedMerkle>> =
    UDb::from_page(tup.tags.into());
    [3.25881]
    [3.62979]
    let tags: Db<L64, Pair<SerializedMerkle, SerializedMerkle>> =
    Db::from_page(tup.tags.into());