loro/crates/kv-store/src
Zixuan Chen 2f38708a50
Fix a tree checkout issue on GcSnapshot (#464)
* test: a failed test case

* fix: tree checkout init err

* fix: export from

* chore: add cov

* fix: movable list undo/redo apply delta err

* refactor: refactor by o1-preview 🤯

* refactor: extract arguments

* test: add cov

* fix: use correct method to get was_alive for tree node

* fix: tree event was alive err

---------

Co-authored-by: Leon Zhao <leeeon233@gmail.com>
2024-09-17 00:19:29 +08:00
..
block.rs feat: do not compress if larger after compressing (#455) 2024-09-11 18:13:41 +08:00
compress.rs feat: do not compress if larger after compressing (#455) 2024-09-11 18:13:41 +08:00
iter.rs
lib.rs
mem_store.rs Feat when exporting gc snapshot with short history, don't encode the latest state (#445) 2024-09-04 21:00:17 +08:00
sstable.rs Fix a tree checkout issue on GcSnapshot (#464) 2024-09-17 00:19:29 +08:00
utils.rs