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
tuple.c: In function ‘parents’:
tuple.c:408:30: error: ‘struct TypeInfo_’ has no member named ‘owner’
408 | const Nspc parent = t->info->owner;
| ^~
make[1]: *** [../config_post.mk:13: tuple.o] Error 1
The text was updated successfully, but these errors were encountered:
Thanks!
It looks like this one had evaded the lastest refactor.
Well, actually it was correct one my machine, so it only evaded the last push.
This should workd now.
Thanks for reporting 😄
tuple.c: In function ‘parents’:
tuple.c:408:30: error: ‘struct TypeInfo_’ has no member named ‘owner’
408 | const Nspc parent = t->info->owner;
| ^~
make[1]: *** [../config_post.mk:13: tuple.o] Error 1
The text was updated successfully, but these errors were encountered: