Reimplementation of Pijul in C, for education, fun and absolutely no profit

#5 Implement deserialization of change hunks

Closed on July 4, 2023
laumann on June 2, 2023

In ani change the largest missing piece is the deserialization of the changes field (a Vec<Hunk>).

This is basically done now:

  • edit ✓
  • replacement ✓
  • File add/mv/del/ undel - ✓
  • solve/unsolve name conflict ✓
  • solve/unsolve order conflict ✓
  • resurrect zombies ✓
  • add/del root ✓
laumann on July 4, 2023

All done now!

laumann closed this discussion on July 4, 2023