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

Consider get_defined_vars() to be a read #92

Merged
merged 6 commits into from
Jun 24, 2019
Merged

Conversation

sirbrillig
Copy link
Owner

@sirbrillig sirbrillig commented Jun 24, 2019

When get_defined_vars() is called, it should count as a read (a usage) of all the variables in the current scope.

Fixes #91

@sirbrillig sirbrillig changed the title Tests: add tests for get_defined_vars Consider get_defined_vars() to be a read Jun 24, 2019
@sirbrillig sirbrillig merged commit acfe65c into master Jun 24, 2019
@sirbrillig sirbrillig deleted the add-get-defined-vars branch June 24, 2019 20:49
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

Successfully merging this pull request may close these issues.

Recognize that get_defined_vars() takes unused parameters
1 participant