Skip to content

fix[venom]: fix .name invalidation in MakeSSA #4545

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

Merged
merged 15 commits into from
Apr 27, 2025

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented Mar 28, 2025

What I did

How I did it

How to verify it

Commit message

`IRVariable.name` was persisting across runs of `MakeSSA`, leading to
incorrect pass results. this commit moves the `.name` bookkeeping to
`MakeSSA`-internal data structures (`.original_vars`).

Description for the changelog

Cute Animal Picture

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

Copy link

codecov bot commented Apr 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.44%. Comparing base (f2cb6c2) to head (517230a).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4545      +/-   ##
==========================================
- Coverage   92.44%   92.44%   -0.01%     
==========================================
  Files         127      127              
  Lines       18308    18303       -5     
  Branches     3174     3173       -1     
==========================================
- Hits        16925    16920       -5     
  Misses        946      946              
  Partials      437      437              

☔ 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 requested a review from harkal April 22, 2025 10:12
@charles-cooper charles-cooper marked this pull request as ready for review April 25, 2025 09:12
@charles-cooper charles-cooper merged commit 30c39d6 into vyperlang:master Apr 27, 2025
162 checks passed
@charles-cooper charles-cooper deleted the fix/make-ssa-name branch April 27, 2025 10:20
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.

3 participants