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
json.rs
kv.rs
small_fuzz.rs
test.rs fix: raise error if perform action on a deleted container (#465) 2024-09-17 12:09:20 +08:00
test_tree.rs
undo.rs
update_text.rs