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
In Julia v1.10, I used Aqua to detect method ambiguities in my package impICNF/ContinuousNormalizingFlows.jl#356 and some of its report were related to this package:
Ambiguity #1<(a::SentinelArrays.ChainedVectorIndex, b::Integer) @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:207<(i::Integer, x::BigInt) @ Base.GMP gmp.jl:737
Possible fix, define
<(::SentinelArrays.ChainedVectorIndex, ::BigInt)
Ambiguity #2<(a::Integer, b::SentinelArrays.ChainedVectorIndex) @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:208<(x::BigInt, i::Integer) @ Base.GMP gmp.jl:736
Possible fix, define
<(::BigInt, ::SentinelArrays.ChainedVectorIndex)
Ambiguity #3<=(a::SentinelArrays.ChainedVectorIndex, b::Integer) @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:207<=(i::Integer, x::BigInt) @ Base.GMP gmp.jl:731
Possible fix, define
<=(::SentinelArrays.ChainedVectorIndex, ::BigInt)
Ambiguity #4<=(a::Integer, b::SentinelArrays.ChainedVectorIndex) @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:208<=(x::BigInt, i::Integer) @ Base.GMP gmp.jl:730
Possible fix, define
<=(::BigInt, ::SentinelArrays.ChainedVectorIndex)
Ambiguity #9==(a::Integer, b::SentinelArrays.ChainedVectorIndex) @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:208==(x::BigInt, i::Integer) @ Base.GMP gmp.jl:722
Possible fix, define
==(::BigInt, ::SentinelArrays.ChainedVectorIndex)
Ambiguity #12==(a::SentinelArrays.ChainedVectorIndex, b::Integer) @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:207==(i::Integer, x::BigInt) @ Base.GMP gmp.jl:723
Possible fix, define
==(::SentinelArrays.ChainedVectorIndex, ::BigInt)
Ambiguity #51broadcasted(f::F, A::SentinelArrays.ChainedVector) where F @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:932broadcasted(style::Base.Broadcast.BroadcastStyle, f::F, args...) where F @ Base.Broadcast broadcast.jl:1349
Possible fix, define
broadcasted(::F, ::F) where {F<:SentinelArrays.ChainedVector, F<:Base.Broadcast.BroadcastStyle}
Ambiguity #64copyto!(dest::AbstractVector, src::SentinelArrays.ChainedVector) @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:384copyto!(dest::PermutedDimsArray, src::AbstractArray) @ Base.PermutedDimsArrays permuteddimsarray.jl:234
Possible fix, define
copyto!(::PermutedDimsArray{T, 1}where T, ::SentinelArrays.ChainedVector)
Ambiguity #68copyto!(dest::AbstractVector, src::SentinelArrays.ChainedVector) @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:384copyto!(dest::PermutedDimsArray{T, N}, src::AbstractArray{T, N}) where {T, N} @ Base.PermutedDimsArrays permuteddimsarray.jl:230
Possible fix, define
copyto!(::PermutedDimsArray{T, 1}, ::SentinelArrays.ChainedVector{T, A}where A<:AbstractVector{T}) where T
Ambiguity #76findall(f::Function, x::SentinelArrays.ChainedVector) @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:905findall(pred::Base.Fix2{typeof(in)}, x::AbstractArray) @ Base array.jl:2617
Possible fix, define
findall(::Base.Fix2{typeof(in)}, ::SentinelArrays.ChainedVector)
Ambiguity #95reduce(op::OP, x::SentinelArrays.ChainedVector) where OP @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:781reduce(::typeof(hcat), A::AbstractVector{<:AbstractVecOrMat}) @ Base abstractarray.jl:1718
Possible fix, define
reduce(::typeof(hcat), ::SentinelArrays.ChainedVector{T, A}where {T<:(AbstractVecOrMat), A<:AbstractVector{T}})
Ambiguity #96reduce(op::OP, x::SentinelArrays.ChainedVector) where OP @ SentinelArrays ~/.julia/packages/SentinelArrays/1kRo4/src/chainedvector.jl:781reduce(::typeof(vcat), A::AbstractVector{<:AbstractVecOrMat}) @ Base abstractarray.jl:1715
Possible fix, define
reduce(::typeof(vcat), ::SentinelArrays.ChainedVector{T, A}where {T<:(AbstractVecOrMat), A<:AbstractVector{T}})
I would appreciate your attention to this issue.
The text was updated successfully, but these errors were encountered:
In Julia v1.10, I used Aqua to detect method ambiguities in my package impICNF/ContinuousNormalizingFlows.jl#356 and some of its report were related to this package:
I would appreciate your attention to this issue.
The text was updated successfully, but these errors were encountered: