-
-
Notifications
You must be signed in to change notification settings - Fork 871
fix[venom]: fix deploy immutables layout and ctor memory accounting #4786
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
base: master
Are you sure you want to change the base?
Conversation
…loy_immutables_eom
| from typing import Iterator, Optional | ||
|
|
||
| from vyper.venom.basicblock import IRBasicBlock, IRLabel, IRVariable | ||
| from vyper.venom.basicblock import IRAbstractMemLoc, IRBasicBlock, IRLabel, IRVariable |
Check failure
Code scanning / CodeQL
Module-level cyclic import Error
vyper.venom.basicblock
vyper.venom.context
definition
import
| from typing import Iterator, Optional | ||
|
|
||
| from vyper.venom.basicblock import IRBasicBlock, IRLabel, IRVariable | ||
| from vyper.venom.basicblock import IRAbstractMemLoc, IRBasicBlock, IRLabel, IRVariable |
Check failure
Code scanning / CodeQL
Module-level cyclic import Error
vyper.venom.basicblock
vyper.venom.context
definition
import
| from typing import Iterator, Optional | ||
|
|
||
| from vyper.venom.basicblock import IRBasicBlock, IRLabel, IRVariable | ||
| from vyper.venom.basicblock import IRAbstractMemLoc, IRBasicBlock, IRLabel, IRVariable |
Check failure
Code scanning / CodeQL
Module-level cyclic import Error
vyper.venom.basicblock
vyper.venom.context
definition
import
| from typing import Iterator, Optional | ||
|
|
||
| from vyper.venom.basicblock import IRBasicBlock, IRLabel, IRVariable | ||
| from vyper.venom.basicblock import IRAbstractMemLoc, IRBasicBlock, IRLabel, IRVariable |
Check failure
Code scanning / CodeQL
Module-level cyclic import Error
vyper.venom.basicblock
vyper.venom.context
definition
import
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4786 +/- ##
=======================================
Coverage 93.29% 93.29%
=======================================
Files 140 140
Lines 20273 20334 +61
Branches 3553 3562 +9
=======================================
+ Hits 18913 18970 +57
- Misses 912 914 +2
- Partials 448 450 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What I did
How I did it
How to verify it
Commit message
Description for the changelog
Cute Animal Picture