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
It seems that this package assumed that the structs have at least the default constructors.
And if you remove them via defining more restricted inner constructors things break.
I believe the work around is to overload StructArrays.createinstance.
I can't find anything about this in the docs, but I might have missed it.
The text was updated successfully, but these errors were encountered:
Does it work for you if ConstructionBase.constructorof is defined for your type? If not, please give a specific example.
For me, #241/#280 fixed this issue.
It seems that this package assumed that the structs have at least the default constructors.
And if you remove them via defining more restricted inner constructors things break.
I believe the work around is to overload
StructArrays.createinstance
.I can't find anything about this in the docs, but I might have missed it.
The text was updated successfully, but these errors were encountered: