Fixing a wrong load when debugging tags
Dependencies
- [2]
5MRZLKBHChanging the type of the tags db, to make it identical to remote tags - [3]
A3RM526YIntegrating identity malleability - [4]
IIV3EL2XCleanup, formatting, and fixing the Git feature - [5]
YN63NUZOSanakirja 1.0 - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in libpijul/src/pristine/sanakirja.rs at line 346
let tags: UDb<L64, Pair<SerializedMerkle, SerializedMerkle>> =UDb::from_page(tup.tags.into());let tags: Db<L64, Pair<SerializedMerkle, SerializedMerkle>> =Db::from_page(tup.tags.into());