loro/crates/loro-internal
Zixuan Chen bf3b442e97
Fix time travel issue in Tracker (#235)
This pull request fixes an issue in the Tracker module where only the target span was forwarded during forwarding instead of forwarding all content from vv to the target opid. This resulted in errors in current_vv. The issue is resolved by updating the forward function in the Tracker module to include the entire range of content to be forwarded.

It also fixed the inconsistent issue in richtext between style anchors and style ranges.

---------

Co-authored-by: leeeon233 <leeeon233@gmail.com>
2024-01-05 12:05:39 +08:00
..
benches Add benchmark utils that simulate drawing workflow (#229) 2023-12-28 18:00:34 +08:00
examples feat: stabilizing encoding (#219) 2024-01-02 17:03:24 +08:00
fuzz Fix time travel issue in Tracker (#235) 2024-01-05 12:05:39 +08:00
proptest-regressions/dag refactor: move loro-core to loro-internal 2023-01-16 20:08:43 +08:00
scripts feat: stabilizing encoding (#219) 2024-01-02 17:03:24 +08:00
src Fix time travel issue in Tracker (#235) 2024-01-05 12:05:39 +08:00
tests Refactor container states and add consistency checks (#237) 2024-01-03 21:57:31 +08:00
.gitignore refactor: move loro-core to loro-internal 2023-01-16 20:08:43 +08:00
Cargo.toml refactor: make InternalString an internal struct (#233) 2024-01-02 20:11:22 +08:00
deno.json feat: import without state 2023-08-05 23:29:11 +08:00
deno.lock feat: stabilizing encoding (#219) 2024-01-02 17:03:24 +08:00
Encoding.md feat: stabilizing encoding (#219) 2024-01-02 17:03:24 +08:00
README.md Feat-rust-api (#193) 2023-11-28 16:22:43 +08:00

loro-internal

This is the internal implementation of Loro. Its interface subject to change. You should not use it as dependency directly. Consider use loro crate instead.