queryverse / IteratorInterfaceExtensions.jl

Traits for julia iterators
Other
11 stars 3 forks source link

support julia 0.7 #3

Closed bjarthur closed 5 years ago

bjarthur commented 5 years ago

per your comment.

should i turn on CI for 0.7 too?

am working on similar PRs for Tables, TableTraits, and DataFrames.

davidanthoff commented 5 years ago

Great! Yes, we should also turn on CI for 0.7.

codecov-io commented 5 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #3   +/-   ##
=======================================
  Coverage   83.33%   83.33%           
=======================================
  Files           1        1           
  Lines           6        6           
=======================================
  Hits            5        5           
  Misses          1        1

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 e20f4c3...9cf40b0. Read the comment docs.

bjarthur commented 5 years ago

CI added, and passes.

davidanthoff commented 5 years ago

Great! I'm not going to tag a new release because I've already relaxed the bounds in the registry for the existing version. So I think we should be all good now for this, right?

bjarthur commented 5 years ago

thanks! and yes, i think we're good.