Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Vararg-UnionAll depwarn #169

Merged
merged 1 commit into from
Jan 6, 2022
Merged

Conversation

JackDunnNZ
Copy link
Contributor

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
Copy link

codecov bot commented Jan 5, 2022

Codecov Report

Merging #169 (d287f76) into master (cbebbea) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   96.55%   96.55%           
=======================================
  Files           4        4           
  Lines         639      639           
=======================================
  Hits          617      617           
  Misses         22       22           
Impacted Files Coverage Δ
src/FillArrays.jl 94.81% <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 cbebbea...d287f76. Read the comment docs.

@dlfivefifty dlfivefifty merged commit bcaee4c into JuliaArrays:master Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants