jackfirth / racket-disposable

An experimental Racket library providing an abstraction for values associated with external resources that allows automatic resource pooling, per-thread virtual construction, and monadic composition
Apache License 2.0
7 stars 0 forks source link

Fix bug where returning lease to already deallocate pool failed #62

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #55

codecov[bot] commented 7 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.46%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   99.07%   99.54%   +0.46%     
==========================================
  Files          11       11              
  Lines         651      653       +2     
==========================================
+ Hits          645      650       +5     
+ Misses          6        3       -3
Impacted Files Coverage Δ
private/test.rkt 100% <ø> (ø) :arrow_up:
private/pool.rkt 97.64% <100%> (+2.46%) :arrow_up:
main.rkt 99.01% <0%> (+0.98%) :arrow_up:

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 b1ba912...d706b99. Read the comment docs.