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

Store references to hir nodes in mir nodes, not spans #65

Open
Inky-developer opened this issue Nov 27, 2021 · 0 comments
Open

Store references to hir nodes in mir nodes, not spans #65

Inky-developer opened this issue Nov 27, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Inky-developer
Copy link
Owner

Right now many mir nodes contain many "junk" spans in order to allow for better error messages.
Since all spans are known for the hir nodes, it would be much nicer if mir nodes would only store a reference to their respective hir node.

@Inky-developer Inky-developer added the enhancement New feature or request label Nov 27, 2021
@Inky-developer Inky-developer added this to the Version 0.1 milestone Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant