Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add isopen method #147

Merged
merged 2 commits into from
Nov 8, 2021
Merged

Add isopen method #147

merged 2 commits into from
Nov 8, 2021

Conversation

omus
Copy link
Contributor

@omus omus commented Oct 29, 2021

Fixes: #146

@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #147 (81fb5eb) into master (97146a9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #147   +/-   ##
=======================================
  Coverage   91.77%   91.78%           
=======================================
  Files          12       12           
  Lines        1180     1181    +1     
=======================================
+ Hits         1083     1084    +1     
  Misses         97       97           
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 97146a9...81fb5eb. Read the comment docs.

@omus
Copy link
Contributor Author

omus commented Nov 8, 2021

Bump @rofinn

@rofinn rofinn merged commit 300cdf8 into rofinn:master Nov 8, 2021
@omus omus deleted the cv/isopen branch November 15, 2021 21:42
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.

Define Base.isopen(::FileBuffer)
2 participants