Skip to content
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

Merged
merged 101 commits into from
Oct 23, 2023
Merged

Conversation

fmoletta
Copy link
Member

@fmoletta fmoletta commented Oct 6, 2023

Unpin cairo-vm version for cairo1-run crate

Description

Description of the pull request changes and motivation.

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.
    • CHANGELOG has been updated.

Base automatically changed from add-cairo1-running-example to main October 12, 2023 21:04
cairo1-run/src/main.rs Outdated Show resolved Hide resolved
casm_extend! {ctx,
[ap + 0] = [ap + offset] + 3, ap++;
}
// } else if let Some(Arg::Array(_)) = arg_iter.peek() {
Copy link
Member

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?

Copy link
Member Author

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!

Copy link
Member

@pefontana pefontana left a 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
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #1455 (0821909) into main (f434823) will decrease coverage by 0.02%.
The diff coverage is 76.63%.

@@            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     
Files Coverage Δ
cairo1-run/src/main.rs 73.11% <76.63%> (+3.30%) ⬆️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@fmoletta fmoletta added this pull request to the merge queue Oct 23, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 23, 2023
@fmoletta fmoletta added this pull request to the merge queue Oct 23, 2023
Merged via the queue into main with commit 01a5773 Oct 23, 2023
49 of 50 checks passed
@fmoletta fmoletta deleted the unpin-vm-for-cairo1-run-crate branch October 23, 2023 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants