Skip to content

Julia 1.12.0-beta2 support #22

@fonsp

Description

@fonsp

Precompilation warnings:

┌ FuzzyCompletions
│  WARNING: Imported binding REPLCompletions.find_start_brace was undeclared at import time during import to FuzzyCompletions.
│  WARNING: Imported binding REPLCompletions.dict_identifier_key was undeclared at import time during import to FuzzyCompletions.
│  WARNING: Imported binding REPLCompletions.identify_possible_method_completion was undeclared at import time during import to FuzzyCompletions.
└  

And dependencies fail to precompile:

ERROR: LoadError: The following 1 direct dependency failed to precompile:

Pluto --code-coverage=none --color=yes --check-bounds=yes --warn-overwrite=yes --depwarn=yes --inline=yes --startup-file=no --track-allocation=none --check-bounds=yes --compiled-modules=yes --depwarn=yes 

Failed to precompile Pluto [c3e4b0f8-55cb-11ea-2926-15256bba5781] to "/Users/runner/.julia/compiled/v1.12/Pluto/jl_PQ5LBs".
ERROR: LoadError: UndefVarError: `dict_identifier_key` not defined in `FuzzyCompletions`
Suggestion: this global was defined as `REPL.REPLCompletions.dict_identifier_key` but not assigned a value.
Stacktrace:
  [1] 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/qV1rY/src/FuzzyCompletions.jl:659
  [2] completions (repeats 2 times)
    @ ~/.julia/packages/FuzzyCompletions/qV1rY/src/FuzzyCompletions.jl:612 [inlined]
  [3] completion_fetcher(query::String, pos::Int64, workspace::Module)
    @ Pluto.PlutoRunner ~/work/Pluto.jl/Pluto.jl/src/runner/PlutoRunner/src/ide features/completions.jl:108
  [4] #125
    @ ~/work/Pluto.jl/Pluto.jl/src/runner/PlutoRunner/src/precompile.jl:21 [inlined]
  [5] #foreach##0
    @ ./tuple.jl:691 [inlined]
  [6] BottomRF
    @ ./reduce.jl:78 [inlined]
  [7] afoldl(::Base.BottomRF{Base.var"#foreach##0#foreach##1"{Pluto.PlutoRunner.var"#125#126"}}, ::Nothing, ::String, ::String, ::String, ::String, ::String)
    @ Base ./operators.jl:599
  [8] _foldl_impl
    @ ./reduce.jl:60 [inlined]
  [9] foldl_impl
    @ ./reduce.jl:40 [inlined]
 [10] mapfoldl_impl
    @ ./reduce.jl:36 [inlined]
 [11] mapfoldl
    @ ./reduce.jl:167 [inlined]
 [12] foldl
    @ ./reduce.jl:190 [inlined]
 [13] foreach(f::Pluto.PlutoRunner.var"#125#126", itr::NTuple{5, String})
    @ Base ./tuple.jl:691
 [14] top-level scope
    @ ~/work/Pluto.jl/Pluto.jl/src/runner/PlutoRunner/src/precompile.jl:85
 [15] macro expansion
    @ ~/.julia/packages/PrecompileTools/Z8SWe/src/workloads.jl:73 [inlined]
 [16] macro expansion
    @ ~/work/Pluto.jl/Pluto.jl/src/runner/PlutoRunner/src/precompile.jl:20 [inlined]
 [17] include(mapexpr::Function, mod::Module, _path::String)
    @ Base ./Base.jl:304
 [18] top-level scope
    @ ~/work/Pluto.jl/Pluto.jl/src/runner/PlutoRunner/src/PlutoRunner.jl:86
 [19] include(mapexpr::Function, mod::Module, _path::String)
    @ Base ./Base.jl:304
 [20] top-level scope
    @ ~/work/Pluto.jl/Pluto.jl/src/Pluto.jl:53
 [21] include(mod::Module, _path::String)
    @ Base ./Base.jl:303
 [22] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
    @ Base ./loading.jl:2974
 [23] top-level scope
    @ stdin:5
 [24] eval(m::Module, e::Any)
    @ Core ./boot.jl:489
 [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
    @ Base ./loading.jl:2820
 [26] include_string
    @ ./loading.jl:2830 [inlined]
 [27] exec_options(opts::Base.JLOptions)
    @ Base ./client.jl:326
 [28] _start()
    @ Base ./client.jl:560
in expression starting at /Users/runner/work/Pluto.jl/Pluto.jl/src/runner/PlutoRunner/src/precompile.jl:7
in expression starting at /Users/runner/work/Pluto.jl/Pluto.jl/src/runner/PlutoRunner/src/PlutoRunner.jl:1
in expression starting at /Users/runner/work/Pluto.jl/Pluto.jl/src/Pluto.jl:1
in expression starting at stdin:
in expression starting at /Users/runner/work/_actions/julia-actions/julia-runtest/v1/test_harness.jl:25
Error: Process completed with exit code 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions