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

Change how we resolve imports #199

Closed
wants to merge 1 commit into from
Closed

Change how we resolve imports #199

wants to merge 1 commit into from

Conversation

espindola
Copy link

No description provided.

in the import instead of a hash table.

Things I like about this
*) Finding what an import "points too" is really fast.
*) The normall lookups are simple again.
*) We have a "import resolve" stage

I am not very happy about the code duplication, but that is isolated to
resolve.rs and can be fixed if we are ok with iterating to resolve things
like

import zed.bar;
import baz.zed;
oli-obk added a commit to oli-obk/rust that referenced this pull request Jul 19, 2017
This pull request was closed.
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

Successfully merging this pull request may close these issues.

None yet

2 participants