runtimeverification / runtimeverification/kontrol

Improve Kontrol pretty printing

Open
#649 1 comment 0 reactions 1 assignee View on GitHub

@JuanCoRo is already working on this.

Since Jun 27, 2024.

enhancement
Dominant language
Python
Stars
122
Forks
16
PR merge metrics
No merged PRs in 30d

Description

PR #642 adds pretty printing to some of Kontrol's outputs. There are still several things that we can improve to make Kontrol even prettier and to provide more info:

  • kontrol build: Add a progress bar/indicator for how long it takes/what is remaining
  • kontrol prove: Add a progress bar/indicator for how many proofs are running, how many have passed, and how many failed
  • kontrol prove: Include a verbose option which shows a live kontrol list of sorts
  • Add a live stopwatch indicating for how long a command has been running
  • kontrol list: pretty print everything
  • kontrol list: Make the appearing proofs clickable to jump to kontrol view-kcfg
  • Make drop-down menus with clickable stuff
  • kontrol show: add syntax highlighting
  • FIX what appears to be a conflict between the base logger and the messages outputted by Rich. As an example, in this screenshot, the blue message should not be persistent: image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.