zed/crates/rpc
Antonio Scandurra ab236a6008 Fix divergence bug in undo/redo
As part of #1405, we changed the way we performed undo and redo to
support combining transactions that were not temporally adjacent for
IME purposes.

We introduced a bug with that release that caused divergence
when performing undo: the bug was caused by only changing the visibility
of fragments whose insertion id was contained in the undo operation. However,
an undo operation also affects deletions which we were mistakenly not
considering. Randomized tests caught this but I guess we didn't run enough
of them.
2022-08-17 11:30:04 +02:00
..
proto Fix divergence bug in undo/redo 2022-08-17 11:30:04 +02:00
src One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
build.rs Serialize payload in "handle message" span 2022-04-29 17:34:22 +02:00
Cargo.toml Add wasmtime and fix zstd version conflict 2022-07-07 15:01:15 +02:00