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
Currently, a recursive struct causes an error message and does not get generated but other code generates which is good. Example error follows:
Error: struct___darwin_pthread_handler_rec is cyclic
struct___darwin_pthread_handler_rec
Unit
struct___darwin_pthread_handler_rec
void (void *)
1
Scala Native does not support this feature directly as far as I know so I believe that that the inner struct would have to be a Ptr[Byte] and casting by the client code is needed to access the field.
Currently, a recursive struct causes an error message and does not get generated but other code generates which is good. Example error follows:
Scala Native does not support this feature directly as far as I know so I believe that that the inner struct would have to be a
Ptr[Byte]
and casting by the client code is needed to access the field.Related: #77
The text was updated successfully, but these errors were encountered: