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

Add *ast.KeyValueExpr as a source for RHS varaibles #108

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

bombsimon
Copy link
Owner

Key-value expressions can use variables both as keys and values so we
must parse them to check for assigned and used variables.

Fixes #106

Key-value expressions can use variables both as keys and values so we
must parse them to check for assigned and used variables.

Fixes #106
@bombsimon bombsimon merged commit d6446b9 into master Jun 17, 2021
@bombsimon bombsimon deleted the key-value-expr branch June 17, 2021 21:29
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.

False-negative cuddled assignment line above
1 participant