You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing a package indirectly loading SIMD.jl as a dependency, with depwarn=error enabled, I get a deprecation error like this. Julia 1.7.0 and 3.4.0.
ERROR: LoadError: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
Stacktrace:
[1] UnionAll(v::TypeVar, t::Any)
@ Core ./boot.jl:255
[2] top-level scope
@ ~/.julia/packages/SIMD/2uoA4/src/arrayops.jl:231
[3] include(mod::Module, _path::String)
@ Base ./Base.jl:418
[4] include(x::String)
@ SIMD ~/.julia/packages/SIMD/2uoA4/src/SIMD.jl:1
[5] top-level scope
@ ~/.julia/packages/SIMD/2uoA4/src/SIMD.jl:23
[6] include
@ ./Base.jl:418 [inlined]
[7] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::String)
@ Base ./loading.jl:1318
[8] top-level scope
@ none:1
[9] eval
@ ./boot.jl:373 [inlined]
[10] eval(x::Expr)
@ Base.MainInclude ./client.jl:453
[11] top-level scope
@ none:1
in expression starting at /home/runner/.julia/packages/SIMD/2uoA4/src/arrayops.jl:231
in expression starting at /home/runner/.julia/packages/SIMD/2uoA4/src/SIMD.jl:1
The text was updated successfully, but these errors were encountered:
Hey, just wanted to bump on this - getting a similar error in Julia 1.9, SIMD v3.4.4:
┌ SIMD [fdea26ae-647d-5447-a871-4b548cad5224]
│ WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
│ WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
└
When testing a package indirectly loading SIMD.jl as a dependency, with
depwarn=error
enabled, I get a deprecation error like this. Julia 1.7.0 and 3.4.0.The text was updated successfully, but these errors were encountered: