You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from 3.6.5 to 3.7.0, I consistently get this error when I revise after changing my code.
I have julia 1.10.7
I couldn't create an MWE, but it looks like it only occurs using it with Jive.jl.
Comparing the 3.7.0 changes with the exception I get, I guess it's related to #871
┌ Error: Exception revising code
│ e =
│ MethodError: no method matching get_workers()
│ The applicable method may be too new: running in world age 31555, while current world is 31745.
│
│ Closest candidates are:
│ get_workers() (method too new to be called from this world context.)
│ @ DistributedExt ~/.julia/packages/Revise/CawM1/ext/DistributedExt.jl:9
│
│ current_exceptions() =
│ 2-element ExceptionStack:
│ MethodError: no method matching get_workers()
│ The applicable method may be too new: running in world age 31555, while current world is 31745.
│
│ Closest candidates are:
│ get_workers() (method too new to be called from this world context.)
│ @ DistributedExt ~/.julia/packages/Revise/CawM1/ext/DistributedExt.jl:9
│
│ Stacktrace:
│ [1] (::Revise.var"#106#107"{Bool})()
│ @ Revise ~/.julia/packages/Revise/CawM1/src/packagedef.jl:823
│ [2] lock(f::Revise.var"#106#107"{Bool}, l::ReentrantLock)
│ @ Base ./lock.jl:229
│ [3] #revise#105
│ @ ~/.julia/packages/Revise/CawM1/src/packagedef.jl:806 [inlined]
│ [4] revise
│ @ ~/.julia/packages/Revise/CawM1/src/packagedef.jl:804 [inlined]
│ [5] reviseLoop(fileToInclude::String)
│ @ Main ~/source/repos/sc-tools/ci/revise.jl:77
│ [6] top-level scope
│ @ ~/source/repos/sc-tools/ci/revise.jl:93
│ [7] include(mod::Module, _path::String)
│ @ Base ./Base.jl:495
│ [8] exec_options(opts::Base.JLOptions)
│ @ Base ./client.jl:323
│ [9] _start()
│ @ Base ./client.jl:557
│
│ caused by: MethodError: no method matching get_workers()
│ The applicable method may be too new: running in world age 31555, while current world is 31745.
│
│ Closest candidates are:
│ get_workers() (method too new to be called from this world context.)
│ @ DistributedExt ~/.julia/packages/Revise/CawM1/ext/DistributedExt.jl:9
│
│ Stacktrace:
│ [1] (::Revise.var"#80#82"{OrderedCollections.OrderedDict{Revise.RelocatableExpr, Union{Nothing, Vector{Any}}}, OrderedCollections.OrderedDict{Revise.RelocatableExpr, Union{Nothing, Vector{Any}}}})()
│ @ Revise ~/.julia/packages/Revise/CawM1/src/packagedef.jl:313
│ [2] with_logstate(f::Function, logstate::Any)
│ @ Base.CoreLogging ./logging.jl:515
│ [3] with_logger
│ @ ./logging.jl:627 [inlined]
│ [4] delete_missing!
│ @ ~/.julia/packages/Revise/CawM1/src/packagedef.jl:284 [inlined]
│ [5] delete_missing!(mod_exs_sigs_old::OrderedCollections.OrderedDict{Module, OrderedCollections.OrderedDict{Revise.RelocatableExpr, Union{Nothing, Vector{Any}}}}, mod_exs_sigs_new::OrderedCollections.OrderedDict{Module, OrderedCollections.OrderedDict{Revise.RelocatableExpr, Union{Nothing, Vector{Any}}}})
│ @ Revise ~/.julia/packages/Revise/CawM1/src/packagedef.jl:348
│ [6] handle_deletions(pkgdata::Revise.PkgData, file::String)
│ @ Revise ~/.julia/packages/Revise/CawM1/src/packagedef.jl:717
│ [7] (::Revise.var"#106#107"{Bool})()
│ @ Revise ~/.julia/packages/Revise/CawM1/src/packagedef.jl:818
│ [8] lock(f::Revise.var"#106#107"{Bool}, l::ReentrantLock)
│ @ Base ./lock.jl:229
│ [9] #revise#105
│ @ ~/.julia/packages/Revise/CawM1/src/packagedef.jl:806 [inlined]
│ [10] revise
│ @ ~/.julia/packages/Revise/CawM1/src/packagedef.jl:804 [inlined]
│ [11] reviseLoop(fileToInclude::String)
│ @ Main ~/source/repos/sc-tools/ci/revise.jl:77
│ [12] top-level scope
│ @ ~/source/repos/sc-tools/ci/revise.jl:93
│ [13] include(mod::Module, _path::String)
│ @ Base ./Base.jl:495
│ [14] exec_options(opts::Base.JLOptions)
│ @ Base ./client.jl:323
│ [15] _start()
│ @ Base ./client.jl:557
The text was updated successfully, but these errors were encountered:
After upgrading from 3.6.5 to 3.7.0, I consistently get this error when I revise after changing my code.
I have julia 1.10.7
I couldn't create an MWE, but it looks like it only occurs using it with Jive.jl.
Comparing the 3.7.0 changes with the exception I get, I guess it's related to #871
The text was updated successfully, but these errors were encountered: