Skip to content

Conversation

@charles-cooper
Copy link
Member

this is slightly cleaner, since we don't need to remember to call bb.clear_dead_instructions() after mark_for_removal(), instead they will all be removed in one go whenever RemoveUnusedVariablesPass runs.

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

this is slightly cleaner, since we don't need to remember to call
`bb.clear_dead_instructions()` after `mark_for_removal()`, instead they
will all be removed in one go whenever `RemoveUnusedVariablesPass` runs.
@codecov
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.11%. Comparing base (bb45f50) to head (d501c0e).
Report is 94 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4474      +/-   ##
==========================================
- Coverage   92.12%   92.11%   -0.02%     
==========================================
  Files         119      119              
  Lines       16969    16965       -4     
  Branches     2872     2873       +1     
==========================================
- Hits        15633    15627       -6     
- Misses        918      920       +2     
  Partials      418      418              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@charles-cooper charles-cooper enabled auto-merge (squash) February 19, 2025 10:52
@charles-cooper charles-cooper merged commit 8da4e6f into vyperlang:master Feb 19, 2025
159 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.

2 participants