jonniedie / ComponentArrays.jl

Arrays with arbitrarily nested named components.
MIT License
287 stars 34 forks source link

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

Closed prbzrg closed 1 year ago

prbzrg commented 1 year ago

I got this warning in the precompilation:

┌ ComponentArrays [b0b7db55-cfe3-40fc-9ded-d10e2dbeff66]
│  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).
│  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).
│  WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
└  
jonniedie commented 1 year ago

Oh, I'll take a look at that. Thanks.