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

Fix eltype for chained generators

Open iamed2 opened this issue 9 years ago • 2 comments

Fixes #90

Still need to add a test

iamed2 avatar Jan 23 '17 00:01 iamed2

Codecov Report

Merging #97 into master will increase coverage by 0.29%.

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
+ Coverage   94.11%   94.41%   +0.29%     
==========================================
  Files           1        1              
  Lines         374      376       +2     
==========================================
+ Hits          352      355       +3     
+ Misses         22       21       -1
Impacted Files Coverage Δ
src/Iterators.jl 94.41% <50%> (+0.29%) :white_check_mark:

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 b332f56...ad5a926. Read the comment docs.

codecov-io avatar Jan 23 '17 01:01 codecov-io

If we want to continue to support 0.4 I'll make an additional test file for 0.5+ tests that use generator syntax.

iamed2 avatar Feb 02 '17 06:02 iamed2