automerge/rust/automerge/src/automerge
Conrad Irwin 44fa7ac416
Don't panic on missing deps of change chunks (#538)
* Fix doubly-reported ops in load of change chunks

Since c3c04128f5, observers have been
called twice when calling Automerge::load() with change chunks.

* Better handle change chunks with missing deps

Before this change Automerge::load would panic if you passed a change
chunk that was missing a dependency, or multiple change chunks not in
strict dependency order. After this change these cases will error
instead.
2023-02-27 20:12:09 +00:00
..
current_state.rs Don't panic on missing deps of change chunks (#538) 2023-02-27 20:12:09 +00:00
tests.rs Use Automerge::load instead of load_incremental if empty 2023-02-03 10:01:12 +00:00