-
-
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 throws a keymap error - expected MethodCompletion, got TextCompletion #57159
Labels
Comments
astrozot
changed the title
REPL Completion throw a keymap error
REPL Completion throws a keymap error
Jan 24, 2025
I think this is fixed on master |
giordano
added
REPL
Julia's REPL (Read Eval Print Loop)
bisect wanted
fixed on master
labels
Jan 25, 2025
it's #57138 |
IanButterworth
changed the title
REPL Completion throws a keymap error
REPL Completion throws a keymap error - expected MethodCompletion, got TextCompletion
Jan 25, 2025
Indeed, and that's marked for backport. |
Thank you for your quick replies. I will wait for the next release and stick to 1.10.7 / 1.11.2 in the meantime. |
I am getting similar error in 1.11.3
|
It will be fixed in the next 1.10 and 1.11 releases. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a fresh Julia 1.10.8 session, if I type
map(a
followed by a TAB key (for completion), I get the following error messageThe same problem appears in version 1.11.3; it was not apparent in 1.10.7 or 1.11.2.
I am running Julia on a Intel MacBook Pro.
The text was updated successfully, but these errors were encountered: