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

Document and rename disposable/create+delete #26

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #20

codecov[bot] commented 7 years ago

Codecov Report

Merging #26 into master will increase coverage by 0.58%. The diff coverage is 65.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   74.09%   74.68%   +0.58%     
==========================================
  Files           9        9              
  Lines         471      478       +7     
==========================================
+ Hits          349      357       +8     
+ Misses        122      121       -1
Impacted Files Coverage Δ
file.rkt 55% <0%> (ø) :arrow_up:
scribblings/main.scrbl 100% <100%> (ø) :arrow_up:
main.rkt 44.94% <41.66%> (-0.12%) :arrow_down:
example.rkt 77.77% <75%> (+2.77%) :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 31d4128...ded7037. Read the comment docs.