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

Bugfix: generating method identifier for struct return type #1843

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

iamdefinitelyahuman
Copy link
Contributor

What I did

Fix a compiler issue when generating method identifiers for a function returning a struct. Related to #1838 (in that I found the bug while examining that issue)

How I did it

Add a missing kwarg in vyper/signatures/sig_utils.py

How to verify it

Run tests.

Cute Animal Picture

image

@fubuloubu fubuloubu self-requested a review February 4, 2020 00:09
Copy link
Member

@fubuloubu fubuloubu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a test suite for this kind of stuff

@fubuloubu fubuloubu merged commit 9f057a6 into vyperlang:master Feb 4, 2020
@iamdefinitelyahuman iamdefinitelyahuman deleted the struct-method-id branch February 4, 2020 08:23
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.

None yet

2 participants