You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix Ref::new_slice_from_suffix()
`new_slice_from_suffix()` has a bug and implemented exactly as
`new_slice_from_prefix()`. Now part of buffer is chosen right.
Tests couldn't have caught because buffer was just zeros. Now buffer is
not just zeros so that tests can prove correctness of
`new_slice_from_suffix()`.
* position -> split_at
Co-authored-by: Joshua Liebow-Feeser <[email protected]>
---------
Co-authored-by: Joshua Liebow-Feeser <[email protected]>
0 commit comments