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

Time Command + bullets = PG hangs #62

Closed
jonleivent opened this issue Feb 29, 2016 · 2 comments
Closed

Time Command + bullets = PG hangs #62

jonleivent opened this issue Feb 29, 2016 · 2 comments

Comments

@jonleivent
Copy link

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.

  • omega.
  • omega.
    Qed.

Then PG will hang just prior to the first bullet.

@Matafou
Copy link
Contributor

Matafou commented Mar 8, 2016

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.

@Matafou
Copy link
Contributor

Matafou commented Mar 8, 2016

I submitted a bug report to coq. Meanwhile I will try to fix this by not putting "Time" in front of bullets.

Matafou added a commit 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.
@Matafou Matafou closed this as completed Mar 8, 2016
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants