vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.85k stars 791 forks source link

Variable Shadowing #4142

Open ritzdorf opened 6 months ago

ritzdorf commented 6 months ago

Version Information

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 commented 5 months ago

fixed by https://github.com/vyperlang/vyper/pull/3786