Skip to content

Commit ca9fb11

Browse files
committed
proof-stat: add CHANGES entry
1 parent 047395a commit ca9fb11

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

CHANGES

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ the Git ChangeLog, the GitHub repo https://github.com/ProofGeneral/PG
1414
Proof-tree visualization is currently only supported for Coq. The
1515
prooftree support has been substantially rewritten, making use of
1616
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.
1720

1821
** Coq changes
1922
*** support Coq 8.19
@@ -23,15 +26,21 @@ the Git ChangeLog, the GitHub repo https://github.com/ProofGeneral/PG
2326
modules as coqdep error.
2427
*** Renew support for proof-tree visualization, see description in
2528
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.
3544

3645

3746
* Changes of Proof General 4.5 from Proof General 4.4

0 commit comments

Comments
 (0)