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

Don't use naked Vararg #1072

Closed
fingolfin opened this issue Feb 11, 2022 · 0 comments · Fixed by #1080
Closed

Don't use naked Vararg #1072

fingolfin opened this issue Feb 11, 2022 · 0 comments · Fixed by #1080

Comments

@fingolfin
Copy link
Member

We get the following deprecation warnings in Julia >= 1.7:

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

They were introduced in JuliaLang/julia#38136 and come from src/Rings/mpoly.jl:20.

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 a pull request may close this issue.

1 participant