-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add resolve_local_name to resolve names in a function scope #98
Conversation
I think the first commit is reasonable and tests suggest that it works correctly. If you look at the second commit (doesn't compile due to a lifetime issue) I don't think it's the right abstraction and doesn't really match what the rest of |
The overall situation with abstractions is pretty volatile at the moment. I'd love to try to switch everything to https://github.com/salsa-rs/salsa, and that might affect architecture in big ways. This is not related to this PR specifically, just something we need to keep an eye on. |
@kjeremy anything else to do here? bors: delegate |
bors: delegate+ |
✌️ kjeremy can now approve this pull request |
bors: r+ |
First step to resolving #80