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

get(A::AbstractArray, (), default) should get A[] #30270

Merged
merged 3 commits into from Dec 7, 2018
Merged

Commits on Dec 4, 2018

  1. get(A::AbstractArray, (), default) should get A[]

    ... and not allocate a new 0-element vector.
    mbauman committed Dec 4, 2018
    Copy the full SHA
    043df54 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Copy the full SHA
    6569002 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f6da53f View commit details
    Browse the repository at this point in the history