-
Notifications
You must be signed in to change notification settings - Fork 289
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
[LANG] No warning for unused function #4917
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah good catch! I would prefer to do it in a separate PR because this PR already has quite some changes all over hedy.py so I suspect it can lead to conflicts? Can you make an issue? Thanks!! |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Opened #4921! 😄 |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Fixes #4911. Turns out, there were a few open issues in the unused variable warning! Calculations were not properly caught, and built-in names (like sum) were not detected. This fixes all open issues (I hope!)
How to test
I added a few new tests