-
-
Notifications
You must be signed in to change notification settings - Fork 869
feat[venom]: mem alloc #4756
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?
feat[venom]: mem alloc #4756
Conversation
|
|
||
| from vyper.venom.basicblock import IRBasicBlock, IRLabel, IRVariable | ||
| from vyper.venom.function import IRFunction | ||
| from vyper.venom.memory_allocator import MemoryAllocator |
Check failure
Code scanning / CodeQL
Module-level cyclic import Error
vyper.venom.memory_allocator
vyper.venom.context
definition
import
'MemoryAllocator' may not be defined if module
vyper.venom.memory_allocator
vyper.venom.context
definition
|
|
||
| from vyper.codegen.ir_node import IRnode | ||
| 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.function
definition
import
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4756 +/- ##
==========================================
- Coverage 93.23% 93.05% -0.19%
==========================================
Files 137 140 +3
Lines 19452 20198 +746
Branches 3354 3526 +172
==========================================
+ Hits 18136 18795 +659
- Misses 893 951 +58
- Partials 423 452 +29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| @@ -0,0 +1,36 @@ | |||
| from typing import Any | |||
|
|
|||
| from vyper.venom.basicblock import IRAbstractMemLoc, IRLiteral | |||
Check failure
Code scanning / CodeQL
Module-level cyclic import Error
vyper.venom.basicblock
vyper.venom.memory_allocator
definition
import
| @@ -0,0 +1,36 @@ | |||
| from typing import Any | |||
|
|
|||
| from vyper.venom.basicblock import IRAbstractMemLoc, IRLiteral | |||
Check failure
Code scanning / CodeQL
Module-level cyclic import Error
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