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
The relevant doc string implies that getindex(type, args...) should return an AbstractVector{type} with args as its elements.
The context here is that I'm working on a PR to Julia to make eltype more precise for some subtypes of Generator, involving things like Iterators.map(Base.Fix1(getindex, Int), [3, 7]). Thus I'm looking for packages with conflicting assumptions using JuliaHub's code search, to avoid unexpectedly breaking the ecosystem.
The text was updated successfully, but these errors were encountered:
This package defines a
getindex
method that conflicts with thegetindex
documentation:AxisKeys.jl/src/selectors.jl
Line 153 in e98481c
The relevant doc string implies that
getindex(type, args...)
should return anAbstractVector{type}
withargs
as its elements.The context here is that I'm working on a PR to Julia to make
eltype
more precise for some subtypes ofGenerator
, involving things likeIterators.map(Base.Fix1(getindex, Int), [3, 7])
. Thus I'm looking for packages with conflicting assumptions using JuliaHub's code search, to avoid unexpectedly breaking the ecosystem.The text was updated successfully, but these errors were encountered: