-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Rather than get these warnings:
julia> using StrideArraysCore
[ Info: Precompiling StrideArraysCore [7792a7ef-975c-4747-a70f-980b88e8d1da]
WARNING: Method definition getindex(ArrayInterfaceCore.ArrayIndex{N} where N, Union{Int64, Static.StaticInt{N} where N}, Union{Int64, Static.StaticInt{N} where N}...) in module ArrayInterface at /home/chriselrod/.julia/packages/ArrayInterface/4RbA4/src/array_index.jl:23 overwritten in module StaticArrayInterface at /home/chriselrod/.julia/packages/StaticArrayInterface/gJiae/src/array_index.jl:9.
** incremental compilation may be fatally broken for this module **
WARNING: Method definition size(StrideArraysCore.AbstractStrideArray{T, N, R, S, X, O} where O<:Tuple{Vararg{Union{Int128, Int16, Int32, Int64, Int8, UInt128, UInt16, UInt32, UInt64, UInt8, Static.StaticInt{N} where N}, N}} where X<:Tuple{Vararg{Union{Nothing, Int128, Int16, Int32, Int64, Int8, UInt128, UInt16, UInt32, UInt64, UInt8, Static.StaticInt{N} where N, StrideArraysCore.StrideReset{T} where T}, N}} where S<:Tuple{Vararg{Union{Int128, Int16, Int32, Int64, Int8, UInt128, UInt16, UInt32, UInt64, UInt8, Static.StaticInt{N} where N}, N}} where R where N where T) in module StrideArraysCore at /home/chriselrod/.julia/dev/StrideArraysCore/src/ptr_array.jl:463 overwritten at /home/chriselrod/.julia/dev/StrideArraysCore/src/ptr_array.jl:480.
** incremental compilation may be fatally broken for this module **
WARNING: Method definition axes(StrideArraysCore.AbstractStrideArray{T, N, R, S, X, O} where O<:Tuple{Vararg{Union{Int128, Int16, Int32, Int64, Int8, UInt128, UInt16, UInt32, UInt64, UInt8, Static.StaticInt{N} where N}, N}} where X<:Tuple{Vararg{Union{Nothing, Int128, Int16, Int32, Int64, Int8, UInt128, UInt16, UInt32, UInt64, UInt8, Static.StaticInt{N} where N, StrideArraysCore.StrideReset{T} where T}, N}} where S<:Tuple{Vararg{Union{Int128, Int16, Int32, Int64, Int8, UInt128, UInt16, UInt32, UInt64, UInt8, Static.StaticInt{N} where N}, N}} where R where N where T) in module StrideArraysCore at /home/chriselrod/.julia/dev/StrideArraysCore/src/ptr_array.jl:481 overwritten at /home/chriselrod/.julia/dev/StrideArraysCore/src/ptr_array.jl:482.
** incremental compilation may be fatally broken for this module **
I'd prefer to immediately get a compat error to find out why there is a conflict.
Is there a reason a package may want ArrayInterface 6 + StaticArrayInterface?
Metadata
Metadata
Assignees
Labels
No labels