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

add missing newline to UnionAll Vararg warning #39010

Merged
merged 1 commit into from
Dec 27, 2020

Conversation

simeonschaub
Copy link
Member

added in #38136. Currently multiple warnings are printed like this, which is probably not intended:

~ >>> julia-latest --depwarn=yes                                                                              ✓ 500
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.7.0-DEV.168 (2020-12-25)
 _/ |\__'_|_|_|\__'_|  |  Commit dedf290c99 (1 day old master)
|__/                   |

julia> Vararg{<:Any}; Vararg{<:Any}
WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).Vararg{Any}

@simeonschaub
Copy link
Member Author

linuxaarch64 failure is #38996

@simeonschaub simeonschaub merged commit d04793f into master Dec 27, 2020
@simeonschaub simeonschaub deleted the sds/vararg_warning_newline branch December 27, 2020 09:42
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
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.

None yet

2 participants