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

Tuple constancy checks #1785

Merged

Conversation

iamdefinitelyahuman
Copy link
Contributor

What I did

Add constancy checks for tuple assignment - fixes #1711

How I did it

Minor tweak to vyper/parser/stmt.py

How to verify it

Run the tests, I added a test case using the example from #1711

Cute Animal Picture

image

@fubuloubu fubuloubu merged commit c310887 into vyperlang:master Dec 30, 2019
@iamdefinitelyahuman iamdefinitelyahuman deleted the tuple-constancy-checks branch January 2, 2020 16:25
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.

Circumventing @constant with multiple return values and tuple assignment
2 participants