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: keyerror in typemap #37765

Closed
KristofferC opened this issue Sep 26, 2020 · 2 comments · Fixed by #37998
Closed

REPL: keyerror in typemap #37765

KristofferC opened this issue Sep 26, 2020 · 2 comments · Fixed by #37998
Labels
kind:bug Indicates an unexpected problem or unintended behavior stdlib:REPL Julia's REPL (Read Eval Print Loop)

Comments

@KristofferC
Copy link
Sponsor Member

Randomly happened in the REPL (guess I pressed some combination):

(reverse-i-search)`': ┌ Error: Error in the keymap
│   exception =
│    MethodError: no method matching complete_line(::REPL.LatexCompletions, ::REPL.LineEdit.SearchState)
│    Closest candidates are:
│      complete_line(::REPL.LineEdit.EmptyCompletionProvider, ::Any) at /Users/kristoffercarlsson/julia/usr/share/julia/stdlib/v1.6/REPL/src/LineEdit.jl:169
│      complete_line(::REPL.LineEdit.SearchState, ::Any) at /Users/kristoffercarlsson/julia/usr/share/julia/stdlib/v1.6/REPL/src/LineEdit.jl:1853
│      complete_line(::REPL.LatexCompletions, ::REPL.LineEdit.PromptState) at /Users/kristoffercarlsson/julia/usr/share/julia/stdlib/v1.6/REPL/src/REPL.jl:450
│      ...
│    Stacktrace:
│      [1] complete_line(s::REPL.LineEdit.SearchState, repeats::Any)
│        @ REPL.LineEdit ~/julia/usr/share/julia/stdlib/v1.6
@KristofferC KristofferC added kind:bug Indicates an unexpected problem or unintended behavior stdlib:REPL Julia's REPL (Read Eval Print Loop) labels Sep 26, 2020
@simeonschaub
Copy link
Member

@KristofferC
Copy link
Sponsor Member Author

cc @timholy

timholy added a commit that referenced this issue Oct 12, 2020
timholy added a commit that referenced this issue Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Indicates an unexpected problem or unintended behavior stdlib:REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants