Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 361)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#512 fixed test.coq target doesn't exist David Aspinall coquser
Description

In the coq subdirectory of PG, there's a file coq-autotest.el. In that file:

;; coq-autotest.el: tests of Coq Proof General (in progress). ;; You can run these by issuing "make test.coq" in PG home dir.

That target does not exist in the main directory's Makefile.

That behavior holds in PG 4.2 as well as the 4.3 preview I downloaded, 4.3pre150930.

#307 fixed synchronization loss with interrupts David Aspinall Alexander Krauss
Description

Steps to reproduce:

  1. load the following script, which contains a nonterminating command:
      theory Scratch imports Main begin
    
      lemma foo: "Suc x = Suc x" ..
    
      lemma "P (Suc x)"
      apply (simp add: foo)
    
  2. Go to the simp-command that does not terminate
  1. Perform the following actions: Undo, Interrupt, Undo, Next

Of course there is the usual warning message telling me about possible sync losses, but I somehow got used to things being "probably ok" :-)

using cvs version as of 2009-11-24 18:12 and GNU Emacs 23.1.1

#451 fixed support {} and bullets in prooftree David Aspinall coquser
Description

see subject

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.