-
Notifications
You must be signed in to change notification settings - Fork 88
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
Time Command + bullets = PG hangs #62
Comments
Hi, thanks for reporting. This looks like a coq bug to me. in coqtop, when typing "-" this is considered as a command (the goal and the prompt are printed). Whereas "Time -" seems to be considered as an incomplete command. P. |
I submitted a bug report to coq. Meanwhile I will try to fix this by not putting "Time" in front of bullets. |
chaudhuri
pushed a commit
to abella-prover/PG
that referenced
this issue
Mar 8, 2016
I don't know if it is a coq bug that bullet do not support Time. I remove Time from bullets for the moment.
tchajed
pushed a commit
to tchajed/PG
that referenced
this issue
Dec 15, 2016
tchajed
pushed a commit
to tchajed/PG
that referenced
this issue
Dec 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When Coq->Settings->Time Commands is set, and one issues Process whole buffer on a buffer with just the following:
Require Import Omega.
Goal forall n, n >= 0.
Proof.
induction n.
Qed.
Then PG will hang just prior to the first bullet.
The text was updated successfully, but these errors were encountered: