fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.91k stars 284 forks source link

Pluto does not run on nigthly due to changes in REPL code #2939

Open j-fu opened 1 week ago

j-fu commented 1 week ago

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 https://github.com/JunoLab/FuzzyCompletions.jl/issues/19