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 known control flow issues #67

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #59 Closes #56

Also changes call/disposable to add a continuation barrier.

Code coverage is currently wonky because define-logger interacts poorly with cover.

codecov[bot] commented 7 years ago

Codecov Report

Merging #67 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage    99.7%   99.71%   +<.01%     
==========================================
  Files          12       12              
  Lines         687      704      +17     
==========================================
+ Hits          685      702      +17     
  Misses          2        2
Impacted Files Coverage Δ
private/test.rkt 100% <ø> (ø) :arrow_up:
scribblings/main.scrbl 100% <100%> (ø) :arrow_up:
main.rkt 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 e42ee1d...7f2e1b5. Read the comment docs.

codecov[bot] commented 7 years ago

Codecov Report

Merging #67 into master will increase coverage by 0.29%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #67      +/-   ##
========================================
+ Coverage    99.7%   100%   +0.29%     
========================================
  Files          12     12              
  Lines         687    704      +17     
========================================
+ Hits          685    704      +19     
+ Misses          2      0       -2
Impacted Files Coverage Δ
file.rkt 100% <ø> (+4.54%) :arrow_up:
private/test.rkt 100% <ø> (ø) :arrow_up:
scribblings/main.scrbl 100% <100%> (ø) :arrow_up:
main.rkt 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 e42ee1d...ca21af4. Read the comment docs.