liquid-java / liquid-java/liquidjava
Add a flag -a to show all verification conditions sent to the smt solver
Open
@CatarinaGamboa is already working on this.
Since Jun 2, 2026.
enhancement
- Dominant language
- Java
- Stars
- 67
- Forks
- 36
- Avg merge
- 10d 18h
- Merged PRs (30d)
- 3
Description
**Problem**
When there is an error we can use `-d` to get more info. But when there isn't an error, and there should be, we also should be able to see more information than just "Correct! Passed verification" if we want to.
**Proposed solution**
Similar to debug logger, add info for every smt query that has been done.
**Alternatives considered**
Always showing everything is too much, using interactive debug is the current option but not the best
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.