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

Node.get/setCuPath is set but never read #237

Open
michbarsinai opened this issue Nov 9, 2019 · 0 comments
Open

Node.get/setCuPath is set but never read #237

michbarsinai opened this issue Nov 9, 2019 · 0 comments
Labels
Good First Issue If you look for somewhere to start, this maybe it.

Comments

@michbarsinai
Copy link
Member

"Cu" is abbreviation for "Compilation Unit". It's set by the compiler, but never read (according to NetBeans' find usages).

The functionality might be valid for error reporting, but should probably live in an external Map<Node, source code pointer> so as not to burden runtimes that don't need it, such as the server.

@michbarsinai michbarsinai added the Good First Issue If you look for somewhere to start, this maybe it. label Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue If you look for somewhere to start, this maybe it.
Projects
None yet
Development

No branches or pull requests

1 participant