Fixing a bug with double-quotes in the text format serialisation
Dependencies
- [2]
SFJ3XRTFProper escaping of UTF-8 filenames in the patch text format - [3]
CCFJ7VO3Renaming "Record" to "Hunk" in the changes - [4]
VO5OQW4WRemoving anyhow in libpijul - [5]
VYHHOEYHVersions and formatting - [6]
XR7MNOMUfile encoding in updates - [7]
CIEUBH46Fixing an index-out-of-bounds error when serialising bad changes - [8]
ZRUPLBBTColours in diff and change: separating concerns and dependencies
Change contents
- replacement in ""libpijul/src/change/text_changes.rs"" at line 88
pub fn write<W: WriteChangeLine,C: ChangeStore,>(pub fn write<W: WriteChangeLine, C: ChangeStore>( - replacement in ""libpijul/src/change/text_changes.rs"" at line 351[3.8723]→[3.48479:48493](∅→∅),[3.48479]→[3.48479:48493](∅→∅),[3.48493]→[3.2661:2689](∅→∅),[3.2689]→[3.48520:48544](∅→∅),[3.48520]→[3.48520:48544](∅→∅),[3.48604]→[3.48604:48611](∅→∅)
fn write<W: WriteChangeLine,C: ChangeStore,>(fn write<W: WriteChangeLine, C: ChangeStore>( - replacement in ""libpijul/src/change/text_changes.rs"" at line 502
write!(w, "Edit in \"{}\":{} ", Escaped(&local.path), local.line)?;write!(w, "Edit in {}:{} ", Escaped(&local.path), local.line)?; - replacement in ""libpijul/src/change/text_changes.rs"" at line 516
write!(w, "Replacement in \"{}\":{} ", Escaped(&local.path), local.line)?;write!(w, "Replacement in {}:{} ", Escaped(&local.path), local.line)?; - replacement in ""libpijul/src/change/text_changes.rs"" at line 545
"Solving an order conflict in \"{}\":{} ","Solving an order conflict in {}:{} ", - replacement in ""libpijul/src/change/text_changes.rs"" at line 558
"Un-solving an order conflict in \"{}\":{} ","Un-solving an order conflict in {}:{} ", - replacement in ""libpijul/src/change/text_changes.rs"" at line 576
Escaped(&local.path), local.lineEscaped(&local.path),local.line