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

Echidna printer Improve values extraction #2574

Merged
merged 5 commits into from
Oct 17, 2024
Merged

Echidna printer Improve values extraction #2574

merged 5 commits into from
Oct 17, 2024

Conversation

smonicas
Copy link
Contributor

@smonicas smonicas commented Oct 4, 2024

No description provided.

@smonicas smonicas requested a review from montyly as a code owner October 4, 2024 16:13
@montyly
Copy link
Member

montyly commented Oct 17, 2024

I will add a few tests before merging this one

@montyly montyly self-assigned this Oct 17, 2024
value_type = ir.type
else:
value_type = var_read.type
value = ConstantFolding(var_read.expression, value_type).result()
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be in a try/catch

@montyly montyly merged commit 83e5fca into dev Oct 17, 2024
46 checks passed
@montyly montyly deleted the dev-echidna-values branch October 17, 2024 20:51
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