aboutsummaryrefslogtreecommitdiff
path: root/coq/ex/test-cases/README
AgeCommit message (Collapse)Author
2012-11-13- first version of parallel asynchronous compilation for coq inHendrik Tews
coq-par-compile.el (must be activated via coq-compile-parallel-in-background) - items in the queue region are not necessarily in proof-action-list any more! Require commands and the following items are stored elsewhere until the compilation finishes. Variable proof-second-action-list-active notifies the generic machinery if queue items are stored elsewhere. In this case, Proof General must neither release the proof shell lock nor delete the queue span when proof-action-list is empty. - to kill background processes as early as possible, the new hook proof-shell-signal-interrupt-hook is used
2011-05-12- add test coq/ex/test-cases/change-ancestor for theHendrik Tews
change-ancestor bug
2011-02-28- adjust coq-ask-insert-coq-prog-name and doc in coq-local-vars-docHendrik Tews
2011-01-18- fixed stale load path problem with killing the proof shell inHendrik Tews
the deactivation-hook
2011-01-17fix problems in test casesHendrik Tews
coq/ex/test-cases/multiple-files-single-dir and multiple-files-multiple-dir
2011-01-14- more coq test cases (some with surprising and embarrassing bugs)Hendrik Tews
2011-01-14- move proof-no-fully-processed-buffer to generic/proof-configHendrik Tews
- add documentation for it - add a test case demonstrating it in coq/ex/test-cases/retract-completely-asserted