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

Erased value history #78

Merged
merged 2 commits into from
Mar 22, 2022
Merged

Erased value history #78

merged 2 commits into from
Mar 22, 2022

Conversation

math-fehr
Copy link
Collaborator

This commit adds a new field to ErasedSSAValue, which keeps the old ssa value that was deleted.
This is useful to get back the deleted value, in case this value was used in a dictionary for instance.

Also, this fixes a bug in the rewriter, which makes some tests fail in ChocoPy

Copy link
Collaborator

@webmiche webmiche left a comment

Choose a reason for hiding this comment

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

LGTM

@math-fehr math-fehr merged commit 16ff2ed into main Mar 22, 2022
@math-fehr math-fehr deleted the erased-value-history branch March 22, 2022 14:42
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