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

Feature: output builtin add_attribute method #1691

Merged

Conversation

odesenfans
Copy link
Contributor

Problem: some OS hints need to add attributes to the output builtin. The Python implementation defines an add_attribute method that is not present in cairo-vm.

Solution: port the add_attribute method.

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.

Problem: some OS hints need to add attributes to the output builtin. The
Python implementation defines an `add_attribute` method that is not
present in `cairo-vm`.

Solution: port the `add_attribute` method.
@odesenfans odesenfans force-pushed the msl/output-builtin-add-attribute branch from afa0bdb to 4add641 Compare March 28, 2024 00:09
@fmoletta fmoletta enabled auto-merge April 3, 2024 18:30
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.56%. Comparing base (42e0416) to head (4add641).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1691   +/-   ##
=======================================
  Coverage   96.56%   96.56%           
=======================================
  Files          95       95           
  Lines       38409    38422   +13     
=======================================
+ Hits        37090    37103   +13     
  Misses       1319     1319           

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

@fmoletta fmoletta added this pull request to the merge queue Apr 3, 2024
Merged via the queue into lambdaclass:main with commit 1725f0c Apr 3, 2024
51 of 52 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

3 participants