Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Track local variables and scopes #19

Open
benjaminjkraft opened this issue Mar 6, 2018 · 0 comments
Open

Track local variables and scopes #19

benjaminjkraft opened this issue Mar 6, 2018 · 0 comments

Comments

@benjaminjkraft
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant