We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5737d commit 1f4ecfdCopy full SHA for 1f4ecfd
src/Serialization/Upgrades/1.4.0.jl
@@ -265,7 +265,7 @@ push!(upgrade_scripts_set, UpgradeScript(
265
end
266
elseif type_name in ["Vector", "Set", "Matrix"]
267
subtype = dict[:_type][:params]
268
- if dict[:data] isa Vector{String}
+ if all(e -> e isa String, dict[:data])
269
dict[:data] = dict[:data]
270
271
ref_entry = get(s.id_to_dict, Symbol(dict[:data][1]), nothing)
0 commit comments