diff options
| author | hendriktews | 2016-11-30 22:05:48 +0100 |
|---|---|---|
| committer | GitHub | 2016-11-30 22:05:48 +0100 |
| commit | a6dd1c2622f085233b21bebe1ed4c70dedebb182 (patch) | |
| tree | b311cc17e5d794bc43cb8eba100da27d4ac2066f /CHANGES | |
| parent | c1e06d2c2d67236aeedb59137d155d93d0646596 (diff) | |
| parent | 60bf4ce887474116a152045296ff849e4fa00402 (diff) | |
Merge pull request #125 from hendriktews/quick
support for quick compilation
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -12,6 +12,33 @@ and the PG Trac http://proofgeneral.inf.ed.ac.uk/trac - Using query-replace (or replace-string) in the processed region doesn't wrongly jump to the first match anymore. +** Coq changes + +*** new menu Coq -> Auto Compilation for all background compilation options + +*** support for 8.5 quick compilation + + See new menu Coq -> Auto Compilation. Select "no quick" as + long as you have not switched to "Proof using" to compile + without -quick. Select "quick no vio2vo" to use -quick + without vio2vo (and guess what "quick and vio2vo" means ;-), + select "ensure vo" to ensure a sound development. See the + option `coq-compile-quick' or the subsection "11.3.3 Quick + compilation and .vio Files" in the Coq reference manual. + +*** bug fixes + - avoid leaving partial files behind when compilation fails + - 123: Parallel background compliation fails to execute some + imports + - fix error in process filter: Cannot resize window + - 54 partially: Buffer coq-compile-response sometimes takes + over the whole window + - 75: Library more.v is required + - 70: Coq trunk + compile before require => « Invalid version + syntax: 'trunk' » + - 92: Compile before require from current directory failing + with 8.5 + * Changes of Proof General 4.4 from Proof General 4.3 ** ProofGeneral has moved to GitHub! |
