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

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

Closed
j-fu opened this issue Jun 20, 2024 · 2 comments · Fixed by #3004
Closed

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

j-fu opened this issue Jun 20, 2024 · 2 comments · Fixed by #3004

Comments

@j-fu
Copy link
Contributor

j-fu commented Jun 20, 2024

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

j-fu added a commit to WIAS-PDELib/VoronoiFVM.jl that referenced this issue Jul 17, 2024
@fonsp
Copy link
Owner

fonsp commented Aug 10, 2024

blocked by JunoLab/FuzzyCompletions.jl#20

@Pangoraw
Copy link
Collaborator

Should have been fixed by the release of FuzzyCompletions.jl

@Pangoraw Pangoraw reopened this Aug 20, 2024
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.

3 participants