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

Check unassigned input variables or avoid overwriting output variables which have never been read #740

Open
danieldegroot2 opened this issue Oct 27, 2024 · 1 comment

Comments

@danieldegroot2
Copy link

See tyrasd/overpass-turbo#720

@drolbr
Copy link
Owner

drolbr commented Nov 3, 2024

The idea is to check during execution (or before during parsing) if there are results that are overwritten before ever used. A couple of other data flow checks are welcome as well, but implementing some check soon might be better than a perfect solution never.

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

No branches or pull requests

2 participants