helix/helix-stdx
Michael Davis 360c6bb061
stdx: Replace RopeSliceExt::byte_to_next_char with ceil_char_boundary
The new `RopeSliceExt::ceil_char_boundary` from the parent commits can
be used to implement `RopeSliceExt::byte_to_next_char` when used with
`RopeSlice::byte_to_char`. That function had only one caller and that
caller will eventually disappear when we switch to Ropey v2 and drop
character indexing, so we can drop `byte_to_next_char` now and replace
its caller with `byte_to_char` plus `ceil_char_boundary`.

This change keeps the unit tests for `byte_to_next_char` and checks them
against a polyfill of `byte_to_char` plus `ceil_char_boundary` to ensure
that `byte_to_next_char`'s intended behavior is not changed.
2025-01-26 11:11:53 -05:00
..
src stdx: Replace RopeSliceExt::byte_to_next_char with ceil_char_boundary 2025-01-26 11:11:53 -05:00
tests Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +09:00
Cargo.toml Use a workspace dependency for bitflags 2025-01-13 18:26:31 -05:00