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

Fix: delete Cairo 2 contracts when running make clean #1579

Conversation

odesenfans
Copy link
Contributor

The .casm files in cairo_programs/cairo-2-contracts were not deleted in the clean target, resulting in errors when bisecting / testing older versions.

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.

The .casm files in `cairo_programs/cairo-2-contracts` were not deleted
in the `clean` target, resulting in errors when bisecting / testing
older versions.
Oppen
Oppen previously approved these changes Jan 18, 2024
@Oppen Oppen added the pipelines This PR/issue is exclusively about improving our CI label Jan 18, 2024
Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4ea224a) 97.17% compared to head (ef48a0a) 97.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1579   +/-   ##
=======================================
  Coverage   97.17%   97.17%           
=======================================
  Files          91       91           
  Lines       37175    37175           
=======================================
  Hits        36124    36124           
  Misses       1051     1051           

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

fmoletta
fmoletta previously approved these changes Jan 18, 2024
Copy link
Contributor

@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.

Nice catch! Can we also clean the sierra files for cairo 2 contracts while we are at it?

@odesenfans odesenfans dismissed stale reviews from fmoletta and Oppen via ef48a0a January 18, 2024 13:41
@odesenfans
Copy link
Contributor Author

Done :)

@fmoletta fmoletta added this pull request to the merge queue Jan 18, 2024
Merged via the queue into lambdaclass:main with commit e0f37ad Jan 18, 2024
49 of 50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pipelines This PR/issue is exclusively about improving our CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants