JuliaFolds / Transducers.jl

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

Re-transform iterator passed in Cat #363

Closed tkf closed 4 years ago

tkf commented 4 years ago

Commit Message

Re-transform iterator passed in Cat (#363)

Also added the "no-op" type parameters to force specializations on function arguments.

codecov[bot] commented 4 years ago

Codecov Report

Merging #363 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #363      +/-   ##
==========================================
+ Coverage   90.54%   90.55%   +0.01%     
==========================================
  Files          25       25              
  Lines        1523     1525       +2     
==========================================
+ Hits         1379     1381       +2     
  Misses        144      144              
Impacted Files Coverage Δ
src/library.jl 93.09% <100.00%> (+0.02%) :arrow_up:
src/processes.jl 92.73% <100.00%> (+0.04%) :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 36dfe52...d82f8a5. Read the comment docs.