Skip to content

add more support for Base.setindex #433

Description

@dlfivefifty

At the moment we only support setting a single index, but I think eg the following should be supported:

julia> Base.setindex(Zeros(5,5), randn(2,2), 1:2, 1:2)
ERROR: MethodError: no method matching setindex(::Zeros{Float64, 2, Tuple{…}}, ::Matrix{Float64}, ::UnitRange{Int64}, ::UnitRange{Int64})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions