Skip to content
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

Handle parts of paths #13

Open
nrc opened this issue Jan 16, 2015 · 0 comments
Open

Handle parts of paths #13

nrc opened this issue Jan 16, 2015 · 0 comments

Comments

@nrc
Copy link
Owner

nrc commented Jan 16, 2015

In a path a::b::c::d we handle the a and the d, but not b or c. We used to have a hack in DXR to do some approximation of name resolution, but that is dumb. We should change the compiler to give spans and name resolution info for each path segment, especially as that info would be useful elsewhere in the compiler. Unfortunately, I think the required changes are quite complex.

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

No branches or pull requests

1 participant