Make pub Encoding, Encoding::decode and change::get_change_contents
[?]
ErxHg25gMTK7nMWtncNqWA1BnQuMgdrqsgfKNGZFyN8T
May 2, 2025, 5:01 PM
5H2UH7R5D6NTHPXIBE6RW6RYXYAOZ2J54CADLI7GR5C4V2OEEOMACDependencies
- [2]
RVAH6PXAGetting libpijul to compile to WASM32 - [3]
I24UEJQLVarious post-fire fixes - [4]
VO5OQW4WRemoving anyhow in libpijul - [5]
5FI6SBEZRe-implement change printing and parsing - [6]
AF5AKUTOCleanup after the text changes refactoring - [7]
UN2M77YUTest new changes against the old code. Fix several small bugs. - [8]
4DNDMC7IFixing a number of bugs related to encodings (extra newlines + misdetection in linux2x) - [9]
IACED7RWtext_encoding module - [10]
ZRUPLBBTColours in diff and change: separating concerns and dependencies - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [*]
RRCSHAYZFormatting
Change contents
- replacement in libpijul/src/text_encoding.rs at line 22
pub(crate) fn decode<'a>(&self, text: &'a [u8]) -> Cow<'a, str> {pub fn decode<'a>(&self, text: &'a [u8]) -> Cow<'a, str> { - edit in libpijul/src/lib.rs at line 76[12.720352][13.2877]
pub use crate::text_encoding::Encoding; - replacement in libpijul/src/change.rs at line 22
pub use text_changes::{TextDeError, TextSerError, WriteChangeLine};pub use text_changes::{get_change_contents, TextDeError, TextSerError, WriteChangeLine};