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

Fixed CairoPie output builtin data deserlialization. #1781

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

Alon-Ti
Copy link
Contributor

@Alon-Ti Alon-Ti commented Jun 3, 2024

Public memory pages were deserialized as structs, whereas CairoPies have them as JSON arrays of length 2.

Copy link
Member

@fmoletta fmoletta left a comment

Choose a reason for hiding this comment

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

Could we add a matching serialization too?

@Alon-Ti Alon-Ti force-pushed the cairo-pie-output-deserialize branch from 19dc39b to 38ba496 Compare June 4, 2024 07:47
Copy link
Member

@fmoletta fmoletta left a comment

Choose a reason for hiding this comment

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

Thanks!

@juanbono
Copy link
Member

juanbono commented Jun 4, 2024

Thanks! Can you add a short description of the changes to the CHANGELOG?

@Alon-Ti Alon-Ti force-pushed the cairo-pie-output-deserialize branch from 393488f to 50efe20 Compare June 7, 2024 00:03
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

Attention: Patch coverage is 58.33333% with 15 lines in your changes missing coverage. Please review.

Project coverage is 94.78%. Comparing base (e941395) to head (983f385).

Files Patch % Lines
vm/src/vm/runners/cairo_pie.rs 58.33% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1781      +/-   ##
==========================================
- Coverage   94.82%   94.78%   -0.04%     
==========================================
  Files         102      102              
  Lines       40086    40122      +36     
==========================================
+ Hits        38010    38031      +21     
- Misses       2076     2091      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pefontana pefontana added this pull request to the merge queue Jun 7, 2024
Merged via the queue into lambdaclass:main with commit 3f9428e Jun 7, 2024
69 of 72 checks passed
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

4 participants