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
The error "failed to find type loop" isn't really the bug, as that just means it was trying to print an error and couldn't find out why it was trying to print the error. The real problem is why CalcSize is calling reportTypeLoop at all, as there shouldn't be an error. Something about stenciling/instantiating is making types that look incomplete when they shouldn't look that way.
The compiler fails when compiling
b
with:The error "failed to find type loop" isn't really the bug, as that just means it was trying to print an error and couldn't find out why it was trying to print the error. The real problem is why
CalcSize
is callingreportTypeLoop
at all, as there shouldn't be an error. Something about stenciling/instantiating is making types that look incomplete when they shouldn't look that way.@danscales
The text was updated successfully, but these errors were encountered: