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

ESBMC: Implement different types of verifier output #115

Open
2 tasks
Yiannis128 opened this issue Mar 27, 2024 · 1 comment · Fixed by #117
Open
2 tasks

ESBMC: Implement different types of verifier output #115

Yiannis128 opened this issue Mar 27, 2024 · 1 comment · Fixed by #117
Assignees
Milestone

Comments

@Yiannis128
Copy link
Collaborator

Yiannis128 commented Mar 27, 2024

Added the following option in JSON config:

"esbmc_output_type": "vp"

ESBMC output currently is shown as a whole, which could be wasteful depending on the context. Add the following f-string variables in the conversation parsing:

  • error_line - Show the line that the error has occurred on only.
  • error_type - Show the error type only. This would be the text that dynamic prompt uses. So the code could be reused from there.
@Yiannis128 Yiannis128 added this to the Version 0.3.5 milestone Mar 27, 2024
@Yiannis128 Yiannis128 linked a pull request Apr 2, 2024 that will close this issue
@Yiannis128 Yiannis128 self-assigned this Jul 22, 2024
@Yiannis128
Copy link
Collaborator Author

Not closing this issue because the two features from the checkboxes have not been implemented yet.

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.

1 participant