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

[TASK] Parse File items into map #189

Open
1 task
kurtlawrence opened this issue Jan 26, 2023 · 1 comment
Open
1 task

[TASK] Parse File items into map #189

kurtlawrence opened this issue Jan 26, 2023 · 1 comment
Milestone

Comments

@kurtlawrence
Copy link
Member

Goal

Definitions access is done immutably.
This means that fetching Implementation or Type must already be added to the Defintions.
Since adding types and impls may require other imports, the partition graph must already be established.
Once it is established, the items can be parsed and added.

Aspects to Develop

  • This may require some resolution smarts
@kurtlawrence kurtlawrence added this to the Partitions milestone Jan 26, 2023
@kurtlawrence
Copy link
Member Author

This function is in place, but it does not do any smart resolving.

fn parse_impls(&mut self) -> Result<()> {

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