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

julia 1.12: completion error in evaluation mode, Error in Keymap #347

Closed
arhik opened this issue May 7, 2024 · 0 comments · Fixed by #348
Closed

julia 1.12: completion error in evaluation mode, Error in Keymap #347

arhik opened this issue May 7, 2024 · 0 comments · Fixed by #348

Comments

@arhik
Copy link
Contributor

arhik commented May 7, 2024

1|julia> s┌ Error: Error in the keymap
│ exception =
│ MethodError: no method matching complete_line(::Debugger.DebugCompletionProvider, ::REPL.LineEdit.PromptState; hint::Bool)
│ This method does not support all of the given keyword arguments (and may not support any).

│ Closest candidates are:
│ complete_line(::Debugger.DebugCompletionProvider, ::Any) got unsupported keyword argument "hint"
│ @ Debugger ~/.julia/packages/Debugger/XLUtz/src/repl.jl:232
│ complete_line(::REPL.LineEdit.CompletionProvider, ::Any, ::Module; hint)
│ @ REPL ~/gitrepos/julia/usr/share/julia/stdlib/v1.12/REPL/src/LineEdit.jl:186
│ complete_line(::REPL.ShellCompletionProvider, ::REPL.LineEdit.PromptState; hint)
│ @ REPL ~/gitrepos/julia/usr/share/julia/stdlib/v1.12/REPL/src/REPL.jl:660
│ ...

│ Stacktrace:
│ [1] complete_line(c::REPL.LineEdit.CompletionProvider, s::Any, ::Module; hint::Bool)
│ @ REPL.LineEdit ~/gitrepos/julia/usr/share/julia/stdlib/v1.12/REPL/src/LineEdit.jl:186
│ [2] check_for_hint(s::REPL.LineEdit.MIState)
│ @ REPL.LineEdit ~/gitrepos/julia/usr/share/julia/stdlib/v1.12/REPL/src/LineEdit.jl:383
│ [3] (::REPL.LineEdit.var"#143#199")(s::REPL.LineEdit.MIState, data::Any, c::Union{Char, SubString{String}, String})
│ @ REPL.LineEdit ~/gitrepos/julia/usr/share/julia/stdlib/v1.12/REPL/src/LineEdit.jl:2519


possible source #JuliaLang/julia#54311

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

Successfully merging a pull request may close this issue.

1 participant