-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Comments
Yes, it is not exported from base. Use |
That seriously hurts discoverability. E.g. BLAS.TAB does not show axpy!, which I would assume means axpy isn't wrapped. |
julia> BLAS.axp<TAB>
axpby! axpy! |
Not on 0.6, great if it's fixed on master! |
Seems to be fixed by #22374 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and nothing happens. Is this expected?
The text was updated successfully, but these errors were encountered: