JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia
http://juliamath.github.io/Interpolations.jl/
Other
524 stars 110 forks source link

Fix Vararg-UnionAll depwarn #476

Closed JackDunnNZ closed 2 years ago

JackDunnNZ commented 2 years ago

Prior to this change, when running with --depwarn=yes, this warning is shown during compilation:

WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
codecov[bot] commented 2 years ago

Codecov Report

Merging #476 (6b00b06) into master (d4f602f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #476   +/-   ##
=======================================
  Coverage   85.41%   85.41%           
=======================================
  Files          26       26           
  Lines        1741     1741           
=======================================
  Hits         1487     1487           
  Misses        254      254           
Impacted Files Coverage Δ
src/lanczos/lanczos.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 d4f602f...6b00b06. Read the comment docs.

mkitti commented 2 years ago

Thanks