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
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This is an optimization that will happen to avoid one case of #253 that we're hitting.
Here's a simplification:
It hits an infinite loop today. Here's the generate JS:
The recursive call to
generic.Foo$(T)
is causing the problem. We could safely replace it withFoo
, which is already defined in scope here.The text was updated successfully, but these errors were encountered: