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
Workaround:
Using :int64 instead of :pointer is a sufficient workaround for my use case. I don't actually need to access the pointer array field on this struct for my use case anyway.
The text was updated successfully, but these errors were encountered:
dt-struct/define-datatype!
will throw an Exception if any of the fields has:datatype
:pointer
and:n-elems
is greater than one.Below is a minimal repro:
Workaround:
Using
:int64
instead of:pointer
is a sufficient workaround for my use case. I don't actually need to access the pointer array field on this struct for my use case anyway.The text was updated successfully, but these errors were encountered: