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

REPL completion not showing axpy! #23550

Closed
antoine-levitt opened this issue Sep 1, 2017 · 5 comments
Closed

REPL completion not showing axpy! #23550

antoine-levitt opened this issue Sep 1, 2017 · 5 comments

Comments

@antoine-levitt
Copy link
Contributor

julia> Base.axpy!
axpy! (generic function with 9 methods)

julia> Base.ax<TAB>

and nothing happens. Is this expected?

@fredrikekre
Copy link
Member

Yes, it is not exported from base. Use Base.LinAlg.axpy!

@antoine-levitt
Copy link
Contributor Author

antoine-levitt commented Sep 1, 2017

That seriously hurts discoverability. E.g. BLAS.TAB does not show axpy!, which I would assume means axpy isn't wrapped.

@fredrikekre
Copy link
Member

julia> BLAS.axp<TAB>
axpby! axpy!

@antoine-levitt
Copy link
Contributor Author

Not on 0.6, great if it's fixed on master!

@fredrikekre
Copy link
Member

Seems to be fixed by #22374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants