Making the `change::noenc` (older version of the patch format) module public

pmeunier
Dec 15, 2023, 8:09 PM
GFMY36NN7JKIA7FHYOYJE65DIVZXAYAPYYNNK7QAALQYB73AVZJAC

Dependencies

  • [2] SMMBFECL Converting to the new patch format "online"
  • [3] CCFJ7VO3 Renaming "Record" to "Hunk" in the changes
  • [4] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [5] VO5OQW4W Removing anyhow in libpijul

Change contents

  • replacement in libpijul/src/change.rs at line 30
    [2.4846][2.4846:4857]()
    mod noenc;
    [2.4846]
    [3.36178]
    pub mod noenc;
  • replacement in libpijul/src/change.rs at line 197
    [3.835703][3.835703:835732]()
    pub contents_hash: Hash,
    [3.835703]
    [3.835732]
    pub contents_hash: Hash, // TODO: in future format changes, put this field at the beginning.