Skip to content

deprecate read(io, type, dims) #21450

@JeffBezanson

Description

@JeffBezanson

Just noticed this. We have read{T}(s::IO, ::Type{T}, dims::Dims) that's defined to call read!(s, Array{T}(dims)). It would be better just to deprecate it to that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    deprecationThis change introduces or involves a deprecationioInvolving the I/O subsystem: libuv, read, write, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions