JuliaIO / BufferedStreams.jl

Fast composable IO streams
MIT License
42 stars 20 forks source link

don't forget to shift anchor at end of buffer #79

Closed stevengj closed 1 year ago

stevengj commented 1 year ago

Fixes #78: there was a bug where shiftdata! was failing to shift the anchor if it is located at the end of the buffer.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 :tada:

Comparison is base (00bf5e8) 85.82% compared to head (beba2f6) 85.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #79 +/- ## ========================================== + Coverage 85.82% 85.86% +0.03% ========================================== Files 5 5 Lines 381 382 +1 ========================================== + Hits 327 328 +1 Misses 54 54 ``` | [Impacted Files](https://app.codecov.io/gh/JuliaIO/BufferedStreams.jl/pull/79?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO) | Coverage Δ | | |---|---|---| | [src/bufferedinputstream.jl](https://app.codecov.io/gh/JuliaIO/BufferedStreams.jl/pull/79?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2J1ZmZlcmVkaW5wdXRzdHJlYW0uamw=) | `97.01% <100.00%> (+0.01%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.