Add -a/--all flag to show all SMT verification conditions#243
Draft
CatarinaGamboa wants to merge 2 commits into
Draft
Add -a/--all flag to show all SMT verification conditions#243CatarinaGamboa wants to merge 2 commits into
CatarinaGamboa wants to merge 2 commits into
Conversation
rcosta358
approved these changes
Jun 2, 2026
| public boolean debugMode; | ||
|
|
||
| @Option(names = { "-a", "--all" }, description = "Show every verification condition sent to the SMT solver") | ||
| public boolean showAllVCs; |
Collaborator
There was a problem hiding this comment.
Maybe rename to something like debugAllMode.
| * {@code --debug} / {@code -d} or the lighter {@code --all} / {@code -a}, which shows every query without the rest | ||
| * of the debug output (e.g. simplification passes). | ||
| */ | ||
| public static boolean smtEnabled() { |
Collaborator
There was a problem hiding this comment.
Maybe rename to loggingEnabled.
Collaborator
Author
|
We need more information for the cases we don't even have verification starting when there was supposed to be some, I'll work on this next |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Closes #240
Now we show all the VCs that were sent to the smt solver even if there are no errors.
Example
Type of change
Checklist
liquidjava-example/src/main/java/testSuite/(Correct*/Error*)mvn testpasses locally