Skip to content

Bound Check when offsetting near typemin/max(Int) #136

@Moelf

Description

@Moelf
julia> a = rand(10);

julia> ao = OffsetArray(a, typemax(Int)-1)
10-element OffsetArray(::Array{Float64,1}, 9223372036854775807:-9223372036854775800) with eltype Float64 with indices 9223372036854775807:-9223372036854775800:

This looks like a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions