JuliaFolds / Transducers.jl

Efficient transducers for Julia
https://juliafolds.github.io/Transducers.jl/dev/
MIT License
432 stars 24 forks source link

Move executors from FLoops to Transducers #439

Closed tkf closed 3 years ago

tkf commented 3 years ago

Downstreams:

Commit Message

Move executors from FLoops to Transducers (#439)

This should go to FoldsBase (once it's created). But, until then (= until I'm convinced that the API is OK), in Transducers.jl is a better place to define this than FLoops.jl.

codecov[bot] commented 3 years ago

Codecov Report

Merging #439 (c9ebd52) into master (ff76d11) will increase coverage by 0.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #439      +/-   ##
==========================================
+ Coverage   91.64%   91.76%   +0.12%     
==========================================
  Files          26       27       +1     
  Lines        1819     1846      +27     
==========================================
+ Hits         1667     1694      +27     
  Misses        152      152              
Flag Coverage Δ
unittests 91.76% <100.00%> (+0.12%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Transducers.jl 91.66% <ø> (ø)
src/processes.jl 94.11% <ø> (ø)
src/executors.jl 100.00% <100.00%> (ø)

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 ff76d11...5a2e31f. Read the comment docs.