aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorErik Martin-Dorel2021-04-21 20:00:36 +0200
committerGitHub2021-04-21 20:00:36 +0200
commitb5c4c3a1423c7925194334d66c262054d6a6c4c5 (patch)
treee7878c97ece66bd7941e8f6019f70325de3f1bd1 /CHANGES
parentd0acb626eba17023c55b002921870d60e48527a5 (diff)
parent82311da10ee3dfa6f29ddfb9225f9f05c29dca31 (diff)
Merge pull request #559 from hendriktews/omit-proofsHEADmaster
Add feature to omit complete opaque proofs
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c10cec85..59566881 100644
--- a/CHANGES
+++ b/CHANGES
@@ -151,6 +151,17 @@ and the PG Trac http://proofgeneral.inf.ed.ac.uk/trac
To change the default blacklist, set variable
coq-search-blacklist-string (unchanged).
+*** Proof General can omit complete opaque proofs
+ This speeds up asserting of larger chunks at the price of
+ letting errors in these proofs go unnoticed. Configure
+ `proof-omit-proofs-option' or select "Proof-General -> Quick
+ Options -> Processing -> Omit Proofs". See also section
+ "11.5 Omitting proofs for speed" in the manual.
+
+ Beware that if lemmas are proved in a section, these lemmas should
+ start with a "Proof using" annotation, otherwise Coq would compute
+ a wrong type for them when this omitting-proofs feature is enabled.
+
*** bug fixes
- avoid leaving partial files behind when compilation fails
- 123: Parallel background compliation fails to execute some