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

fix: guard against decorators in interface #3266

Merged
merged 3 commits into from
Feb 10, 2023

Conversation

tserg
Copy link
Collaborator

@tserg tserg commented Feb 1, 2023

What I did

Fix #3248.

How I did it

Check if decorator list is empty for FunctionDef node in an interface.

How to verify it

See test

Commit message

fix: guard against decorators in interface

Description for the changelog

Guard against decorators in interface

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@tserg tserg marked this pull request as ready for review February 2, 2023 00:55
@charles-cooper charles-cooper merged commit bf45181 into vyperlang:master Feb 10, 2023
@tserg tserg deleted the fix/decorated_interface branch March 5, 2023 04:15
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.

FunctionDef inside interfaces can be decorated
2 participants