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: correct matches_requested_range for suffix ranges
With suffix clamping, a non-zero suffix is always satisfiable
regardless of file size. The only unsatisfiable suffix is `Suffix(0)`.
Previously `Suffix(0)` against `Unsatisfiable` incorrectly returned
`false` because `0 > size` is never true.
0 commit comments