Skip to content

Fix Vararg warnings #212

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

Merged
merged 2 commits into from
Jun 17, 2023
Merged

Fix Vararg warnings #212

merged 2 commits into from
Jun 17, 2023

Conversation

jonniedie
Copy link
Collaborator

Fix #208

@jonniedie jonniedie changed the title Fix Vararg warnings. Closes #208 Fix Vararg warnings Jun 17, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2023

Codecov Report

Merging #212 (a33a993) into master (f09012e) will not change coverage.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #212   +/-   ##
=======================================
  Coverage   73.00%   73.00%           
=======================================
  Files          20       20           
  Lines         689      689           
=======================================
  Hits          503      503           
  Misses        186      186           
Impacted Files Coverage Δ
src/componentarray.jl 81.25% <ø> (ø)
src/similar_convert_copy.jl 83.33% <ø> (ø)
src/array_interface.jl 82.29% <100.00%> (ø)
src/axis.jl 85.71% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jonniedie jonniedie merged commit 904dbc5 into master Jun 17, 2023
@jonniedie jonniedie deleted the stop-yelling-at-me-vararg branch June 17, 2023 03:21
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.

WARNING: Wrapping Vararg directly in UnionAll is deprecated (wrap the tuple instead).
2 participants