StructTypes.jl icon indicating copy to clipboard operation
StructTypes.jl copied to clipboard

Register v1.11.0?

Open sairus7 opened this issue 2 years ago • 2 comments

Can we? I'm missing #94 in official version.

sairus7 avatar Sep 05 '23 11:09 sairus7

Same here, without #100, this truly wonderful package and JSON3.jl cannot handle complex numbers, which is hard to work around without type piracy.

lukas-weber avatar Mar 18 '24 20:03 lukas-weber

I second this, currently Complex numbers don't work without manually providing StructTypes.StructType(::Type{Complex{T}}) where T<:Real = StructTypes.Struct()

treapster avatar Aug 20 '24 15:08 treapster