aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-autotest.el
Commit message (Collapse)AuthorAge
* Use `cl-lib` instead of `cl` everywhereGravatar Stefan Monnier2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use lexical-binding in a few files where it was easy. Don't require `proof-compat` when it's not used. * coq/coq-db.el: Use lexical-binding. * coq/coq-system.el: Use lexical-binding. (coq--extract-prog-args): Use concatenated-args rather than recomputing it. * coq/coq.el: Require `span` to silence some warnings. * generic/pg-user.el: Use lexical-binding. (complete, add-completion, completion-min-length): Silence warnings. * generic/pg-xml.el: Use lexical-binding. (pg-xml-string-of): Prefer mapconcat to reduce+concat. * generic/proof-depends.el: Use lexical-binding. (proof-dep-split-deps): Use `push`. * generic/proof-shell.el: Require `span` to silence some warnings. (proof-shell-invisible-command): Don't use lexical-let just to build a wasteful η-redex! * lib/holes.el: Use lexical-binding. Remove redundant :group args. * lib/span.el: Use lexical-binding. (span-read-only-hook): Use user-error. (span-raise): Remove, unused.
* Fix most doc issues raised by (checkdoc)Gravatar Erik Martin-Dorel2018-08-23
|
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* Remove compile-time calls to proof-ready-for-assistantGravatar Clément Pit--Claudel2017-03-08
| | | | | Compilation used to run in a separate Emacs process for each file, but that's not what happens when installing PG with package.el.
* Fix incorrect assumption that noninteractive == byte-compilingGravatar Clément Pit--Claudel2017-03-08
| | | | | The PG Makefile does ensure (using --batch) that noninteractive is non-nil while compiling, but package.el doesn't.
* Remove ref to file parsingcheck-412.v missing from CVS, so "make ↵Gravatar David Aspinall2012-09-02
| | | | coq.autotest" runs again
* Extra testGravatar David Aspinall2011-12-27
|
* Note TODO for indent testing!Gravatar David Aspinall2011-08-23
|
* Add etc/coq/parsingcheck-410.v to executed filesGravatar David Aspinall2011-06-09
|
* Fix compileGravatar David Aspinall2011-04-26
|
* Fix so that make test.coq runs successfully.Gravatar David Aspinall2011-04-26
|
* Old debug settingGravatar David Aspinall2011-01-31
|
* Add autotest-start with debug for nowGravatar David Aspinall2011-01-26
|
* Remove proof-shell-wait that causes deadlock with new multiple-file code.Gravatar David Aspinall2011-01-25
|
* Add multiple file test caseGravatar David Aspinall2011-01-18
|
* set proof-auto-action-when-deactivating-scripting to 'retract,Gravatar David Aspinall2011-01-18
| | | | to stop new multiple file handling for Coq interactive queries
* Add simple clear test for multiple files without requireGravatar David Aspinall2010-09-08
|
* Make tests succeed, although still two or three underlying bugsGravatar David Aspinall2010-08-25
|
* More testsGravatar David Aspinall2010-08-13
|
* UpdateGravatar David Aspinall2010-08-03
|
* Fix compile warningsGravatar David Aspinall2009-09-16
|
* Fix compilation for Coq, including requires and some old/renamed settings.Gravatar David Aspinall2009-09-10
|
* Clean whitespaceGravatar David Aspinall2009-09-05
|
* Remove some old X-Symbol references.Gravatar David Aspinall2009-09-01
|
* Many compatibility updates, bug fixes, rearrangements for compilation.Gravatar David Aspinall2008-01-15
|
* Fix compilation problems and rearrange startup settings for ↵Gravatar David Aspinall2007-12-14
| | | | coq-prog-name,coq-prog-args
* Remove eval-when, seems unreliableGravatar David Aspinall2007-12-14
|
* Improve loading; these tests are not functioning yetGravatar David Aspinall2007-12-14
|
* Added simple testing framework (in progress)Gravatar David Aspinall2005-02-13