vyperlang / vyper

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

fix[lang]: prevent modules as storage variables #4088

Closed charles-cooper closed 1 month ago

charles-cooper commented 1 month ago

prevent modules being initialized as storage variables.

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

![Put a link to a cute animal picture inside the parenthesis-->]()

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.35%. Comparing base (bb9129a) to head (5a0d29d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4088 +/- ## ========================================== - Coverage 91.24% 90.35% -0.89% ========================================== Files 109 109 Lines 15548 15548 Branches 3416 3416 ========================================== - Hits 14186 14048 -138 - Misses 928 1039 +111 - Partials 434 461 +27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.