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 warning #282

Merged
merged 1 commit into from
May 10, 2024
Merged

Fix Vararg warning #282

merged 1 commit into from
May 10, 2024

Conversation

charleskawczynski
Copy link
Member

Fixes:

┌ ClimaTimeSteppers
│  WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
│  You may need to write `f(x::Vararg{T})` rather than `f(x::Vararg{<:T})` or `f(x::Vararg{T}) where T` instead of `f(x::Vararg{T} where T)`.

@charleskawczynski charleskawczynski merged commit 26df1b9 into main May 10, 2024
7 of 8 checks passed
@charleskawczynski charleskawczynski deleted the ck/warning branch May 10, 2024 13:51
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.

1 participant