liquid-java / liquid-java/liquidjava
Add a flag -a to show all verification conditions sent to the smt solver
Abierto
@CatarinaGamboa ya está trabajando en esto.
Desde el 2/6/2026.
enhancement
- Lenguaje dominante
- Java
- Estrellas
- 67
- Forks
- 36
- Merge medio
- 10 d 18 h
- PR fusionados (30 d)
- 3
Descripción
**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
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.