Fixing a conflict
Dependencies
- [2]
XGH2A4BOFormatting/Cleanup - [3]
QWIYNMI5Formatting + big-endian Sanakirja - [4]
RRCSHAYZFormatting - [5]
I24UEJQLVarious post-fire fixes - [6]
OXZVZDQZSimplification of missing context repairs - [7]
6YMDOZIBRefactoring apply - [8]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [9]
2RXOCWUWMaking libpijul deterministic (and getting rid of `rand`) - [10]
HP7CKJIWFixing a bug in unrecord - [11]
3CFU4DQNFixing a bug in unrecord, where a patch creating an undeletion conflict would not be properly unrecorded
Change contents
- edit in libpijul/src/unrecord/mod.rs at line 716
- edit in libpijul/src/lib.rs at line 78[4.83621]→[4.83621:83668](∅→∅),[4.83668]→[2.12:51](∅→∅),[2.51]→[4.4030:4100](∅→∅),[4.83668]→[4.4030:4100](∅→∅),[4.4100]→[2.52:96](∅→∅)
// Making hashmaps deterministic (for testing)#[cfg(feature = "deterministic_hash")]pub type Hasher = std::hash::BuildHasherDefault<twox_hash::XxHash64>;#[cfg(not(feature = "deterministic_hash"))]