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
/tmp/zzz.nim(4, 37) Error: inheritance only works with non-final objects; for ConnectionRequestT[zzz.ConnectionStrBool] to be inheritable it must be 'object of RootObj' instead of 'object', but swapping object declaration order into
But now segfaults the compiler in lookupInRecordAndBuildCheck called here.
This case also used to not compile:
typeFoo=objectofBarBar=objectofRootObj
and now compiles, but might not work if Foo is used further.
Split from #18861
Apparently used to give this error:
But now segfaults the compiler in
lookupInRecordAndBuildCheck
called here.This case also used to not compile:
and now compiles, but might not work if
Foo
is used further.#5687 might be related
The text was updated successfully, but these errors were encountered: