-
-
Notifications
You must be signed in to change notification settings - Fork 804
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[codegen]: fix some hardcoded references to STORAGE
location
#4015
fix[codegen]: fix some hardcoded references to STORAGE
location
#4015
Conversation
these i didn't update yet, but atleast the part for
EDIT: |
why isn't the codecov bot running? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4015 +/- ##
==========================================
- Coverage 91.04% 88.51% -2.53%
==========================================
Files 106 106
Lines 15309 15302 -7
Branches 3369 3369
==========================================
- Hits 13938 13545 -393
- Misses 933 1247 +314
- Partials 438 510 +72 ☔ View full report in Codecov by Sentry. |
STORAGE
location
i tested several large contracts i have (CurveCryptoMathOptimized3-0.4.0.vy, VaultV3-0.4.0.vy, CurveStableSwapNG-0.4.0.vy) as well as everything in the there were some changes (improvements) to initcode, because after this commit, some more optimized codepaths for |
STORAGE
locationSTORAGE
location
feel hesitant to merge before we properly review coverage. like do we hit all combinations in all paths where |
@@ -27,11 +27,16 @@ class AddrSpace: | |||
load_op: str | |||
# TODO maybe make positional instead of defaulting to None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'd prefer positional here
i think we do. but codecov is not really aggregating the coverage reports properly. i think we should just double check the logic and not worry about it, i think those branches are actually getting hit (just not getting reported by codecov) |
What I did
How to verify it
Commit message
Description for the changelog
Cute Animal Picture
EDIT: added references to the issues