@@ -14,6 +14,9 @@ the Git ChangeLog, the GitHub repo https://github.com/ProofGeneral/PG
14
14
Proof-tree visualization is currently only supported for Coq. The
15
15
prooftree support has been substantially rewritten, making use of
16
16
the much better support since Coq version 8.11.
17
+ *** New command `proof-check-proofs' to generates the proof status
18
+ of all opaque proofs. Currently only available for Coq, see Coq
19
+ changes below for more details.
17
20
18
21
** Coq changes
19
22
*** support Coq 8.19
@@ -23,15 +26,21 @@ the Git ChangeLog, the GitHub repo https://github.com/ProofGeneral/PG
23
26
modules as coqdep error.
24
27
*** Renew support for proof-tree visualization, see description in
25
28
generic changes above.
26
-
27
-
28
- **** New options coq-compile-extra-coqc-arguments and
29
- coq-compile-extra-coqdep-arguments to configure additional
30
- command line arguments to calls of, respetively, coqc and coqdep
31
- during auto compilation.
32
-
33
- **** Fix issues #687 and #688 where the omit-proofs feature causes
34
- errors on correct code.
29
+ *** New command `proof-check-proofs' to generates the proof status
30
+ of all opaque proofs. This command is useful for a development
31
+ process where invalid proofs are permitted and vos compilation and
32
+ the omit proofs feature are used to work at the most interesting
33
+ or challenging point instead of on the first invalid proof. The
34
+ command generates a list of all opaque proofs in the current
35
+ buffer together with the information whether the proof script is
36
+ currently valid or invalid. The command can also be run in batch
37
+ mode, for instance in a continuous integration environment.
38
+ *** New options coq-compile-extra-coqc-arguments and
39
+ coq-compile-extra-coqdep-arguments to configure additional
40
+ command line arguments to calls of, respetively, coqc and coqdep
41
+ during auto compilation.
42
+ *** Fix issues #687 and #688 where the omit-proofs feature causes
43
+ errors on correct code.
35
44
36
45
37
46
* Changes of Proof General 4.5 from Proof General 4.4
0 commit comments