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

Provide a way to distinguish unparsed from successful #743

Open
CohenCyril opened this issue Feb 21, 2024 · 0 comments
Open

Provide a way to distinguish unparsed from successful #743

CohenCyril opened this issue Feb 21, 2024 · 0 comments

Comments

@CohenCyril
Copy link
Contributor

CohenCyril commented Feb 21, 2024

We need to distinguish

  1. not yet parsed. (e.g. for long files and slow code)
  2. parsed and successful
  3. parsed and failed.

Right now 1., 2. print the same way, while 3. is underlined in red.

We could even add
4. parsing in progress

We could have color code (configurable by the user) to distinguish between 1. 2. and 4.
By default we could

  • highlight in blue/green successful evaluations, (this would look like manual mode and be less destabilizing for new users of the continuous mode)
  • and/or overline in grey what is not yet processed at all (e.g. the end of the file)
  • and optionally overline in orange things that are under evaluation, (so we can witness visually something is taking time).

CC @rtetley
Cf https://coq.zulipchat.com/#narrow/stream/237662-VsCoq-devs-.26-users/topic/How.20to.20know.20what.20coq.20did.20do.20and.20what.20it.20did.20not.20do.3F

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

No branches or pull requests

1 participant