ResumableFunctions.jl icon indicating copy to clipboard operation
ResumableFunctions.jl copied to clipboard

feat: Add `length` support

Open thofma opened this issue 1 year ago • 1 comments
trafficstars

Adds a keyword argument length=ex to allow for specifying the length of the iterator.

Closes #41

thofma avatar Aug 11 '24 10:08 thofma

Codecov Report

Attention: Patch coverage is 59.52381% with 17 lines in your changes missing coverage. Please review.

Please upload report for BASE (master@3f7d845). Learn more about missing BASE report. Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/macro.jl 59.52% 17 Missing :warning:
Additional details and impacted files
@@            Coverage Diff            @@
##             master     #102   +/-   ##
=========================================
  Coverage          ?   79.78%           
=========================================
  Files             ?        6           
  Lines             ?      455           
  Branches          ?        0           
=========================================
  Hits              ?      363           
  Misses            ?       92           
  Partials          ?        0           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Aug 11 '24 10:08 codecov-commenter

Thank you! This looks great. The failure on Julia nightly is due to how the @doc test is written (it is a bit fragile). I will make an issue about it and merge this.

Krastanov avatar Sep 08 '24 18:09 Krastanov