zed/crates/text/src
Antonio Scandurra f9e0899e58 Fix divergence bug when peer reconnects reusing a prior replica id
We forgot to observe the footprint of the reconnecting replica's prior
undos into the local clock. This could cause the replica to generate
edits with a version strictly smaller than what other peers may have
observed. As such, those peers would think they had already seen those
edits and skip them.
2022-04-11 13:17:47 +02:00
..
anchor.rs Introduce MultiBuffer::symbols_containing 2022-03-29 15:08:37 +02:00
locator.rs Don't reuse excerpt ids in MultiBuffer 2022-03-11 08:50:50 -07:00
network.rs Move Network test helper from util crate into text crate 2022-03-04 13:54:07 -08:00
operation_queue.rs Serialize deferred operations 2022-01-05 11:52:41 +01:00
patch.rs Rename Patch::transform_old to Patch::old_to_new 2022-03-25 14:57:40 +01:00
point.rs Don't insert headers in MultiBuffer 2021-12-21 16:38:18 +01:00
point_utf16.rs Don't insert headers in MultiBuffer 2021-12-21 16:38:18 +01:00
random_char_iter.rs Re-enable multi-byte random character generation 2021-12-15 17:51:11 +01:00
rope.rs Start on implementing filtering support for Cursor::prev 2022-03-15 15:13:23 +01:00
selection.rs Add initial vim mode mode switching 2022-03-25 20:10:37 -07:00
subscription.rs Implement ExcerptList::subscribe 2021-12-06 13:37:17 -07:00
tests.rs Fix common_prefix_at panic when needle contains multibyte chars 2022-04-01 14:52:38 -07:00
text.rs Fix divergence bug when peer reconnects reusing a prior replica id 2022-04-11 13:17:47 +02:00