Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`_lastidx` is a `UInt32`, so the result of `catchup` ends up a `UInt32`. This then gets assigned to `position` (line 80) which is expected to be an `Int`. I didn't convert `_lastidx` to an `Int` because I thought converting the return value might minimise the chances of an InexactError.
- Loading branch information