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

(3,2).<TAB> errors in the REPL #46800

Closed
KristofferC opened this issue Sep 16, 2022 · 0 comments · Fixed by #46897
Closed

(3,2).<TAB> errors in the REPL #46800

KristofferC opened this issue Sep 16, 2022 · 0 comments · Fixed by #46897
Labels
REPL Julia's REPL (Read Eval Print Loop)

Comments

@KristofferC
Copy link
Sponsor Member

julia> (3,2).┌ Error: Error in the keymap
│   exception =
│    MethodError: Cannot `convert` an object of type Int64 to an object of type Symbol
│    Closest candidates are:
│      convert(::Type{T}, ::T) where T at Base.jl:61
│      Symbol(::Any...) at strings/basic.jl:229
│    Stacktrace:
│      [1] REPL.REPLCompletions.FieldCompletion(typ::Type, field::Int64)
│        @ REPL.REPLCompletions ~/.julia/juliaup/julia-1.8.1+0.x64/share/julia/stdlib/v1.8/REPL/src/REPLCompletions.jl:39
│      [2] complete_symbol(sym::String, ffunc::Any, context_module::Module)
│        @ REPL.REPLCompletions ~/.julia/juliaup/julia-1.8.1+0.x64/share/julia/stdlib/v1.8/REPL/src/REPLCompletions.jl:203
│      [3] completions(string::String, pos::Int64, context_module::Module, shift::Bool)
│        @ REPL.REPLCompletions ~/.julia/juliaup/julia-1.8.1+0.x64/share/julia/stdlib/v1.8/REPL/src/REPLCompletions.jl:916
│      [4] complete_line(c::REPL.REPLCompletionProvider, s::REPL.LineEdit.PromptState)
│        @ REPL ~/.julia/juliaup/julia-1.8.1+0.x64/share/julia/stdlib/v1.8/REPL/src/REPL.jl:497
│      [5] complete_line(s::REPL.LineEdit.PromptState, repeats::Int64)
│        @ REPL.LineEdit ~/.julia/juliaup/julia-1.8.1+0.x64/share/julia/stdlib/v1.8/REPL/src/LineEdit.jl:353
│      [6] complete_line(s::REPL.LineEdit.MIState)
│        @ REPL.LineEdit ~/.julia/juliaup/julia-1.8.1+0.x64/share/julia/stdlib/v1.8/REPL/src/LineEdit.jl:344
│      [7] edit_tab(s::REPL.LineEdit.MIState, jump_spaces::Bool, delete_trailing::Bool) (repeats 2 times)
│        @ REPL.LineEdit ~/.julia/juliaup/julia-1.8.1+0.x64/share/julia/stdlib/v1.8/REPL/src/LineEdit.jl:2180
│      [8] (::REPL.LineEdit.var"#112#166")(::REPL.LineEdit.MIState, ::Any, ::Vararg{Any})
│        @ REPL.LineEdit ~/.julia/juliaup/julia-1.8.1+0.x64/share/julia/stdlib/v1.8/REPL/src/LineEdit.jl:2226
@KristofferC KristofferC added the REPL Julia's REPL (Read Eval Print Loop) label Sep 16, 2022
@KristofferC KristofferC changed the title (3,2).<TAB> error in the REPL (3,2).<TAB> errors in the REPL Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant