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

doc/interface: correct signature of size #29094

Merged
merged 1 commit into from
Sep 8, 2018
Merged

Conversation

iblislin
Copy link
Member

@iblislin iblislin commented Sep 8, 2018

I think size(A, [dim...]) has been deprecated.

julia> size(A, 1,2)
┌ Warning: `size(x, d1::Integer, d2::Integer)` is deprecated, use `(size(x, d1), size(x, d2))` instead.
│   caller = top-level scope at none:0
└ @ Core none:0

@fredrikekre fredrikekre added docs This change adds or pertains to documentation backport pending 1.0 labels Sep 8, 2018
@ararslan ararslan merged commit 0c73ad1 into JuliaLang:master Sep 8, 2018
@iblislin iblislin deleted the patch-2 branch September 9, 2018 02:51
KristofferC pushed a commit that referenced this pull request Sep 10, 2018
@KristofferC KristofferC mentioned this pull request Sep 10, 2018
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants