Skip to content

Commit

Permalink
proof-stat: add CHANGES entry
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriktews committed Apr 25, 2024
1 parent 8871bcd commit 85de7aa
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ the Git ChangeLog, the GitHub repo https://github.com/ProofGeneral/PG
Proof-tree visualization is currently only supported for Coq. The
prooftree support has been substantially rewritten, making use of
the much better support since Coq version 8.11.
*** New command `proof-check-proofs' to generates the proof status
of all opaque proofs. Currently only available for Coq, see Coq
changes below for more details.

** Coq changes
*** support Coq 8.19
Expand All @@ -23,15 +26,21 @@ the Git ChangeLog, the GitHub repo https://github.com/ProofGeneral/PG
modules as coqdep error.
*** Renew support for proof-tree visualization, see description in
generic changes above.


**** New options coq-compile-extra-coqc-arguments and
coq-compile-extra-coqdep-arguments to configure additional
command line arguments to calls of, respetively, coqc and coqdep
during auto compilation.

**** Fix issues #687 and #688 where the omit-proofs feature causes
errors on correct code.
*** New command `proof-check-proofs' to generates the proof status
of all opaque proofs. This command is useful for a development
process where invalid proofs are permitted and vos compilation and
the omit proofs feature are used to work at the most interesting
or challenging point instead of on the first invalid proof. The
command generates a list of all opaque proofs in the current
buffer together with the information whether the proof script is
currently valid or invalid. The command can also be run in batch
mode, for instance in a continuous integration environment.
*** New options coq-compile-extra-coqc-arguments and
coq-compile-extra-coqdep-arguments to configure additional
command line arguments to calls of, respetively, coqc and coqdep
during auto compilation.
*** Fix issues #687 and #688 where the omit-proofs feature causes
errors on correct code.


* Changes of Proof General 4.5 from Proof General 4.4
Expand Down

0 comments on commit 85de7aa

Please sign in to comment.