Skip to content

Conversation

@ararslan
Copy link
Contributor

This adds a method for FileBuffers to readavailable that precisely matches the behavior for IOBuffers. This definition permits downstream niceties such as CSV.read(::S3Path, ...).

I've also bumped the patch version as a separate commit.

This adds a method for `FileBuffer`s to `readavailable` that precisely
matches the behavior for `IOBuffer`s. This definition permits downstream
niceties such as `CSV.read(::S3Path, ...)`.
@codecov
Copy link

codecov bot commented Mar 17, 2022

Codecov Report

Merging #160 (355420f) into master (534b301) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   91.91%   91.91%           
=======================================
  Files          12       12           
  Lines        1224     1225    +1     
=======================================
+ Hits         1125     1126    +1     
  Misses         99       99           
Impacted Files Coverage Δ
src/buffer.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 534b301...355420f. Read the comment docs.

@rofinn
Copy link
Owner

rofinn commented Mar 17, 2022

LGTM, thanks!

@rofinn rofinn merged commit 2cb4068 into rofinn:master Mar 17, 2022
@rofinn
Copy link
Owner

rofinn commented Mar 17, 2022

Tag should be released shortly.

@ararslan ararslan deleted the aa/readavailable branch March 17, 2022 23:54
@ararslan
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants