Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: print all types using equivalent exported aliases #36107

Merged
merged 1 commit into from
Jul 2, 2020

Commits on Jul 1, 2020

  1. show: print types using exported type-aliases

    For example, this prints Array{T,1} as Vector{T} and Array{T,2} as
    Matrix{T} and Base.GenericIOBuffer{Array{UInt8,1}} as IOBuffer,
    and generalizes some existing code.
    
    Co-authored-by: Kristoffer Carlsson <kristoffer.carlsson@chalmers.se>
    vtjnash and KristofferC committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e9fc2de View commit details
    Browse the repository at this point in the history