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

Add dynamic-wind to call/disposable and with-disposable #31

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #7

codecov[bot] commented 7 years ago

Codecov Report

Merging #31 into master will decrease coverage by 1.12%. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   75.89%   74.77%   -1.13%     
==========================================
  Files          10       10              
  Lines         502      547      +45     
==========================================
+ Hits          381      409      +28     
- Misses        121      138      +17
Impacted Files Coverage Δ
main.rkt 46.34% <0%> (+1.39%) :arrow_up:
scribblings/main.scrbl 100% <100%> (ø) :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 c1a2969...baeafbf. Read the comment docs.