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 has been archived by the owner on Apr 26, 2024. It is now read-only.
There are several cases (e.g. #2) where we confuse local variables with imported symbols of the same name, or where we make sloppy assumptions about where a late-import's alias is available. The correct thing to do is keep track of scopes and what imports and variable assignments happen in each. This is potentially complex but there are a number of edge cases we can't handle perfectly without it.
The text was updated successfully, but these errors were encountered:
There are several cases (e.g. #2) where we confuse local variables with imported symbols of the same name, or where we make sloppy assumptions about where a late-import's alias is available. The correct thing to do is keep track of scopes and what imports and variable assignments happen in each. This is potentially complex but there are a number of edge cases we can't handle perfectly without it.
The text was updated successfully, but these errors were encountered: