Formatting
Dependencies
- [2]
INXHKEMURemoving some old debugging contents - [3]
J3WXJPRAFixing a bug in diff where a deletion inside a conflict was trying to find a byte offset just past the end of a vertex (found thanks to the same-size blocks in binary diff) - [4]
I24UEJQLVarious post-fire fixes - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [6]
I52XSRUHMassive cleanup, and simplification - [7]
YN63NUZOSanakirja 1.0
Change contents
- replacement in libpijul/src/pristine/mod.rs at line 1989
assert!(!(a^b));assert!(!(a ^ b)); - replacement in libpijul/src/diff/vertex_buffer.rs at line 282
let len = self.pos_a[i-1].vertex.end - self.pos_a[i-1].vertex.start;if pos < self.pos_a[i-1].pos + len || len == 0 {let len = self.pos_a[i - 1].vertex.end - self.pos_a[i - 1].vertex.start;if pos < self.pos_a[i - 1].pos + len || len == 0 {