We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a function called ncols and when I typed vcat(ncol<tab> to trigger tab completion I got the exception below.
ncols
vcat(ncol<tab>
Package version: OhMyREPL v0.5.28 julia version info:
OhMyREPL v0.5.28
Julia Version 1.11.3 Commit d63adeda50d (2025-01-21 19:42 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: macOS (arm64-apple-darwin24.0.0) CPU: 11 × Apple M3 Pro WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, apple-m2) Threads: 1 default, 0 interactive, 1 GC (on 5 virtual cores)
julia> vcat(ncol┌ Error: Error in the keymap │ exception = │ TypeError: in typeassert, expected REPL.REPLCompletions.MethodCompletion, got a value of type REPL.REPLCompletions.TextCompletion │ Stacktrace: │ [1] complete_keyword_argument(partial::String, last_idx::Int64, context_module::Module) │ @ REPL.REPLCompletions ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/REPLCompletions.jl:1040 │ [2] completions(string::String, pos::Int64, context_module::Module, shift::Bool, hint::Bool) │ @ REPL.REPLCompletions ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/REPLCompletions.jl:1379 │ [3] complete_line(c::REPL.REPLCompletionProvider, s::REPL.LineEdit.PromptState, mod::Module; hint::Bool) │ @ REPL ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/REPL.jl:637 │ [4] complete_line(s::REPL.LineEdit.PromptState, repeats::Int64, mod::Module; hint::Bool) │ @ REPL.LineEdit ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/LineEdit.jl:428 │ [5] complete_line(s::REPL.LineEdit.PromptState, repeats::Int64, mod::Module) │ @ REPL.LineEdit ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/LineEdit.jl:427 │ [6] complete_line(s::REPL.LineEdit.MIState) │ @ REPL.LineEdit ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/LineEdit.jl:369 │ [7] edit_tab(s::REPL.LineEdit.MIState, jump_spaces::Bool, delete_trailing::Bool) │ @ REPL.LineEdit ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/LineEdit.jl:2419 │ [8] edit_tab │ @ ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/LineEdit.jl:2419 [inlined] │ [9] (::OhMyREPL.Prompt.var"#25#52")(s::Any, data::Any, c::Any) │ @ OhMyREPL.Prompt ~/.julia/packages/OhMyREPL/bkUhZ/src/repl.jl:267 │ [10] #invokelatest#2 │ @ ./essentials.jl:1055 [inlined] │ [11] invokelatest │ @ ./essentials.jl:1052 [inlined] │ [12] (::REPL.LineEdit.var"#30#31"{OhMyREPL.Prompt.var"#25#52", String})(s::Any, p::Any) │ @ REPL.LineEdit ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/LineEdit.jl:1711 │ [13] macro expansion │ @ ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/LineEdit.jl:2861 [inlined] │ [14] macro expansion │ @ ./lock.jl:273 [inlined] │ [15] (::REPL.LineEdit.var"#282#284"{REPL.Terminals.TTYTerminal, REPL.LineEdit.ModalInterface, REPL.LineEdit.MIState, ReentrantLock, REPL.LineEdit.Prompt})() │ @ REPL.LineEdit ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/LineEdit.jl:2851 └ @ REPL.LineEdit ~/.julia/juliaup/julia-1.11.3+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/LineEdit.jl:2863
The text was updated successfully, but these errors were encountered:
This should be JuliaLang/julia#57159 and is unrelated to this package. Fix will be in 1.11.4.
Sorry, something went wrong.
Thanks! I wasn't sure if this belongs here but saw OhMyREPL in the error output so put it here. Apologies for the inconvenience.
No branches or pull requests
I have a function called
ncols
and when I typedvcat(ncol<tab>
to trigger tab completion I got the exception below.Package version:
OhMyREPL v0.5.28
julia version info:
The text was updated successfully, but these errors were encountered: