JuliaArrays / OffsetArrays.jl

Fortran-like arrays with arbitrary, zero or negative starting indices.
Other
195 stars 40 forks source link

Wrapping `Vararg` directly in UnionAll is deprecated #324

Closed JeffreySarnoff closed 1 year ago

JeffreySarnoff commented 1 year ago
1 dependency had warnings during precompilation:
┌ OffsetArrays [6fe1bfb0-de20-5000-8ca7-80f57d26f881]
│  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).
└  
nsajko commented 1 year ago

This may have something to do with the warnings:

https://github.com/JuliaArrays/OffsetArrays.jl/blob/2ea54230a2248447bc97ffbc17adfd215cc36320/src/OffsetArrays.jl#L660

Syntax like this seems to be deprecated: Vararg{<:Integer,N}.