loro/crates/fuzz/tests
Zixuan Chen 8dcb619147
fix: raise error if perform action on a deleted container (#465)
- Add ContainerDeleted error variant to LoroError
- Implement is_deleted() method for container handlers
- Check for deleted containers before applying operations
- Add dead_containers_cache to DocState to track deleted containers
- Update apply_diff to optionally clear dead container cache
- Add tests for handling operations on deleted containers
- Implement checkout to reset container deleted cache
- Minor code cleanup and typo fixes
2024-09-17 12:09:20 +08:00
..
compatibility.rs test: add fuzzing tests for gc snapshot 2024-09-11 23:34:05 +08:00
counter.rs Feat: Make the encoding format forward and backward compatible (#329) 2024-05-13 21:37:10 +08:00
json.rs fix: merge 2024-06-13 15:11:29 +08:00
kv.rs feat: memkv export import all (#422) 2024-08-30 11:44:34 +08:00
small_fuzz.rs Movable List (#293) 2024-04-26 12:08:53 +08:00
test.rs fix: raise error if perform action on a deleted container (#465) 2024-09-17 12:09:20 +08:00
test_tree.rs fix: change_store loading cache error 2024-08-18 18:15:53 +08:00
undo.rs fix: warnings 2024-07-17 12:15:16 +08:00
update_text.rs feat: add text update API (#404) 2024-07-23 21:22:47 +08:00