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
The error already occurs during precompilation:
Info Given Pluto was explicitly requested, output will be shown live ERROR: LoadError: UndefVarError: `complete_symbol` not defined in `REPL.REPLCompletions` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty @ ./Base.jl:42 [inlined] [2] complete_keyword_argument(partial::String, last_idx::Int64, context_module::Module) @ FuzzyCompletions ~/.julia/packages/FuzzyCompletions/SX6dK/src/FuzzyCompletions.jl:464 [3] completions(string::String, pos::Int64, context_module::Module, shift::Bool; enable_questionmark_methods::Bool, enable_dict_keys::Bool, enable_expanduser::Bool, enable_path::Bool, enable_bslash::Bool, enable_methods::Bool, enable_keyword_argument::Bool, enable_packages::Bool) @ FuzzyCompletions ~/.julia/packages/FuzzyCompletions/SX6dK/src/FuzzyCompletions.jl:730 [4] completions (repeats 2 times) @ ~/.julia/packages/FuzzyCompletions/SX6dK/src/FuzzyCompletions.jl:604 [inlined] [5] completion_fetcher(query::String, pos::Int64, workspace::Module) @ Pluto.PlutoRunner ~/.julia/packages/Pluto/GVuR6/src/runner/PlutoRunner/src/PlutoRunner.jl:2025
It seems to be due to JunoLab/FuzzyCompletions.jl#19
The text was updated successfully, but these errors were encountered:
Don't test notebooks on 1.12 due to fonsp/Pluto.jl#2939
0f55cc1
blocked by JunoLab/FuzzyCompletions.jl#20
Sorry, something went wrong.
Should have been fixed by the release of FuzzyCompletions.jl
Successfully merging a pull request may close this issue.
The error already occurs during precompilation:
It seems to be due to JunoLab/FuzzyCompletions.jl#19
The text was updated successfully, but these errors were encountered: