-
Notifications
You must be signed in to change notification settings - Fork 149
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
Unpin cairo-vm version for cairo1-run crate #1455
Conversation
…airo-vm into add-cairo1-running-example
…airo-vm into add-cairo1-running-example
… unpin-vm-for-cairo1-run-crate
…for-cairo1-run-crate
casm_extend! {ctx, | ||
[ap + 0] = [ap + offset] + 3, ap++; | ||
} | ||
// } else if let Some(Arg::Array(_)) = arg_iter.peek() { |
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.
Are we leaving this commented for a reason?
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.
Its the part that handles function arguments (which we are not using), I left it for future reference
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.
great!
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.
Nice one @fmoletta !
I just leave some comments and we will be good to go!
Codecov Report
@@ Coverage Diff @@
## main #1455 +/- ##
==========================================
- Coverage 96.84% 96.82% -0.02%
==========================================
Files 94 94
Lines 39003 39215 +212
==========================================
+ Hits 37772 37970 +198
- Misses 1231 1245 +14
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Unpin cairo-vm version for cairo1-run crate
Description
Description of the pull request changes and motivation.
Checklist