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

Fix crash when attempting to reopen a stream on mmap access #80

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

tlnagy
Copy link
Owner

@tlnagy tlnagy commented Apr 6, 2021

introduced in #76 and wasn't caught due a gap in coverage

introduced in #76 and wasn't caught due a gap in coverage
@tlnagy tlnagy added the bug label Apr 6, 2021
@codecov
Copy link

codecov bot commented Apr 6, 2021

Codecov Report

Merging #80 (84f30cb) into master (9610f96) will increase coverage by 0.57%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   95.07%   95.65%   +0.57%     
==========================================
  Files           6        6              
  Lines         345      345              
==========================================
+ Hits          328      330       +2     
+ Misses         17       15       -2     
Impacted Files Coverage Δ
src/mmap.jl 90.90% <100.00%> (+9.09%) ⬆️

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 9610f96...84f30cb. Read the comment docs.

@tlnagy tlnagy merged commit 7895180 into master Apr 6, 2021
@tlnagy tlnagy deleted the tn/fix-mmap-reopening-bug branch April 6, 2021 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant