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
Tolerate missing symbols in gather_needed_globals. Fixes#620
Symbols can be missing at this stage because they would be introduced during
typechecking when it notices they are undefined, which happens if the type
they were defined on is missing.
0 commit comments