-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
b = Dict{Tuple{UInt8, Int}, Int}((1, 2) => 10)
BSON.@save "tmp.bson" b
results in
Padding of type UInt8 is not compatible with type Tuple{UInt8, Int64}.
check_readable@reinterpretarray.jl:184[inlined]
getindex@reinterpretarray.jl:342[inlined]
iterate@abstractarray.jl:1167[inlined]
iterate@abstractarray.jl:1165[inlined]
reinterpret_(::Type{UInt8}, ::Vector{Tuple{UInt8, Int64}})@extensions.jl:93
lower@extensions.jl:98[inlined]
_lower_recursive(::Vector{Tuple{UInt8, Int64}}, ::IdDict{Any, Any}, ::Vector{Any})@write.jl:66
(::BSON.var"#5#9"{IdDict{Any, Any}, Vector{Any}})(::Vector{Tuple{UInt8, Int64}})@write.jl:66
applychildren!(::BSON.var"#5#9"{IdDict{Any, Any}, Vector{Any}}, ::Vector{Any})@BSON.jl:26
Metadata
Metadata
Assignees
Labels
No labels