ZIm/crates/collab/src/db
Marshall Bowers 1fc391f696
Make Buffer::apply_ops infallible (#18089)
This PR makes the `Buffer::apply_ops` method infallible for
`text::Buffer` and `language::Buffer`.

We discovered that `text::Buffer::apply_ops` was only fallible due to
`apply_undo`, which didn't actually need to be fallible.

Release Notes:

- N/A
2024-09-19 13:14:15 -04:00
..
queries Make Buffer::apply_ops infallible (#18089) 2024-09-19 13:14:15 -04:00
tables chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
tests Make Buffer::apply_ops infallible (#18089) 2024-09-19 13:14:15 -04:00
ids.rs Update typos-cli to v1.24.6. Add scripts/check-spelling. Fix typos (#17961) 2024-09-17 15:08:14 -04:00
queries.rs collab: Rework Stripe event processing (#15510) 2024-07-30 16:35:11 -04:00
tables.rs collab: Rework Stripe event processing (#15510) 2024-07-30 16:35:11 -04:00
tests.rs assistant: Require user to accept TOS for cloud provider (#16111) 2024-08-12 17:43:35 +02:00