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

Variable Shadowing #4142

Open
ritzdorf opened this issue Apr 1, 2024 · 1 comment
Open

Variable Shadowing #4142

ritzdorf opened this issue Apr 1, 2024 · 1 comment

Comments

@ritzdorf
Copy link
Contributor

ritzdorf commented Apr 1, 2024

Version Information

  • vyper Version (output of vyper --version): commit 4b4e188ba83d28b5dd6ff66479e7448e5b925030

Issue description

In InterfaceT._from_lists(), the argument name is shadowed by the
different loop iterators. This leads some function, event, or struct
name to be used as the name of the InterfaceT to be constructed.

@trocher
Copy link
Contributor

trocher commented Apr 22, 2024

fixed by #3786

@cyberthirst cyberthirst transferred this issue from another repository Jun 11, 2024
@charles-cooper charles-cooper transferred this issue from another repository Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants