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

tab-completion completes public but unexported symbols without qualification #51331

Closed
rfourquet opened this issue Sep 15, 2023 · 0 comments · Fixed by #51345
Closed

tab-completion completes public but unexported symbols without qualification #51331

rfourquet opened this issue Sep 15, 2023 · 0 comments · Fixed by #51345
Labels
bug Indicates an unexpected problem or unintended behavior REPL Julia's REPL (Read Eval Print Loop)
Milestone

Comments

@rfourquet
Copy link
Member

E.g. in a fresh REPL, typing ispub completes into ispublic, even though this symbol isn't exported from Base. This presumably comes from the fact that now :ispublic in names(Base) even though it's not exported (#50105).

@rfourquet rfourquet added REPL Julia's REPL (Read Eval Print Loop) bug Indicates an unexpected problem or unintended behavior labels Sep 15, 2023
@mbauman mbauman changed the title tab-completion completes unexported symbols tab-completion completes public but unexported symbols without qualification Sep 15, 2023
@LilithHafner LilithHafner added this to the 1.11 milestone Sep 15, 2023
@Pangoraw Pangoraw mentioned this issue Sep 15, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
2 participants