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
I get the same error message when using the @unpack macro from Parameters.jl
julia>struct AB
A
B
end
julia>@floopfor i in1:2@unpack A = AB
end
ERROR: deepcopy of Modules not supported
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] deepcopy_internal(x::Module, stackdict::IdDict{Any, Any})
@ Base ./deepcopy.jl:33
[3] _deepcopy_array_t(x::Array, T::Type, stackdict::IdDict{Any, Any})
@ Base ./deepcopy.jl:105
[4] deepcopy_internal(x::Vector{Any}, stackdict::IdDict{Any, Any})
@ Base ./deepcopy.jl:92
[5] deepcopy_internal(x::Any, stackdict::IdDict{Any, Any})
@ Base ./deepcopy.jl:65
[6] _deepcopy_array_t(x::Array, T::Type, stackdict::IdDict{Any, Any})
@ Base ./deepcopy.jl:105...
gives
The text was updated successfully, but these errors were encountered: