question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing the "Fully check the document" command of CoqIDE

See original GitHub issue

When parallel proof mode is enabled, proofs are done in arbitrary order assuming that upstream proofs can be proven. CoqIDE has a button “Fully check the document” which eventually ensures that all these assumptions hold. The Qed lines change color in this step in CoqIDE. I lack this button (or command) in VsCoq.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
MSoegtropIMCcommented, Mar 10, 2022

So you say eventually it will go away - I guess we don’t need it in VsCoq then.

But then I then don’t understand is that in VsCoq the Qeds are marked in some violet - I assumed that this matches the CoqIDE marking of a “preliminary not yet globally checked Qed”. So I think either there should be a function to do the final check or this marking of Qeds should go away (it is actually quite annoying because unlike in CoqIDE it occupies a minimum size of several pixels in the side bar and obscures e.g. the progress of the parallel proofs - the blue is hard to see among the violet of Qed.

Maybe this is also a misunderstanding on my side and VsCoq always marks Qeds like this. But then I find the coloring / pixel size in the bar rather questionable.

0reactions
Zimmi48commented, Mar 10, 2022

I’ve also had confused students ask me about this violet / purple and I just told them they should ignore it because it was related to some universe stuff that they didn’t need to understand…

Read more comments on GitHub >

github_iconTop Results From Across the Web

CoqIDE — Coq 8.16.1 documentation
To complete the final checking, click on the "gears" button on the toolbar ("Fully check the document"). Commands and templates¶. The Templates menu...
Read more >
CoqIDE — Coq 8.18+alpha documentation
To complete the final checking, click on the "gears" button on the toolbar ("Fully check the document"). Commands and templates¶. The Templates menu...
Read more >
opam - package for coq odd order files missing in mathcomp ...
Commands like opam install coq-mathcomp-solvable. work fine, but what I am looking for is the file stripped_odd_order_theorem.v , which I had in some...
Read more >
Proof by Induction - Software Foundations
For this Require Export command to work, Coq needs to be able to find a compiled ... if you get complaints about missing...
Read more >
How to install Coq when it says the repository cannot be found ...
I got a new mac m1 machine and I can't install coq (maybe its ... I try to pin a new coq version...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found