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
fix: Add visited check to dependent member name lookup (#416)
A customer reported an issue where the number of iterations exceeded 10k.
This is likely because of repeatedly checking the same type somehow.
I don't have a minimal reproducer for it, but add a hard-coded limit +
a visited check to prevent timeouts.
0 commit comments