Fixing a bug in the recording of zombie conflict resolutions
[?]
May 11, 2021, 2:07 PM
WZY73P6T4DG6WWD5PF5NSMBG3BA2BYDKYRCI5AUWQI4GROWCGALACDependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [4]
UBCBQ5FGRemoving pijul/src/commands/checkout.rs (unused file), as well as litorg comments
Change contents
- replacement in libpijul/src/diff/delete.rs at line 301
bytes_pos(lines_a, d[r].old).min(solved_conflict_end)let pos = bytes_pos(lines_a, d[r].old) + bytes_len(lines_a, d[r].old, d[r].old_len);pos.min(solved_conflict_end) - replacement in libpijul/src/diff/delete.rs at line 305
if diff.pos_a[i].pos > next_pos {if diff.pos_a[i].pos >= next_pos { - replacement in libpijul/src/diff/delete.rs at line 309
|| (i + 1 < diff.pos_a.len() && diff.pos_a[i + 1].pos <= pos)|| (i + 1 < diff.pos_a.len() && diff.pos_a[i + 1].pos < pos)