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

Variable names introduced in the frontend should be valid variables #2482

Closed
ehildenb opened this issue Mar 14, 2022 · 1 comment · Fixed by #2526
Closed

Variable names introduced in the frontend should be valid variables #2482

ehildenb opened this issue Mar 14, 2022 · 1 comment · Fixed by #2526
Assignees

Comments

@ehildenb
Copy link
Member

Currently the K frontend introduces variables which are not valid for unmentioned portions of the configuration. For example, variable names like _1 and _2 are not valid.

This makes it hard to take the output of the prover and re-insert it into a later proof, or re-run it with a new execution, because the frontend parser does not handle it.

The frontend should only introduce valid variable names.

@radumereuta
Copy link
Contributor

Find the step that introduces these names. Make sure we don't have collisions with the existing variables.

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 a pull request may close this issue.

2 participants