automerge/automerge/src/storage/load
Alex Good 427002caf3 Correctly load documents with deleted objects
The logic for reconstructing changes from the compressed document format
records operations which set a key in an object so that it can later
reconstruct delete operations from the successor list of the document
format operations. The logic to do this was only recording set
operations and not `make*` operations. This meant that delete operations
targeting `make*` operations could not be loaded correctly.

Correctly record `make*` operations for later use in constructing delete
operations.
2022-09-12 12:38:57 +01:00
..
change_collector.rs Implement storage-v2 2022-08-22 21:16:47 +01:00
reconstruct_document.rs Correctly load documents with deleted objects 2022-09-12 12:38:57 +01:00