aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-autotest.el
Commit message (Collapse)AuthorAge
* Fix remaining uses of CL; Make files more declarativeGravatar Stefan Monnier2018-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emacs occasionally loads Elisp files just to get more info (e.g. for C-h f), so loading a file should "no effect". Fix the most obvious such effects: the splash screen and the autotests by moving those effects into a function. * coq/coq-autotest.el: Make it declarative. Use lexical-binding. (coq-autotest): New function holding the code that used to be at top-level. * generic/proof.el: Use lexical-binding. Don't call proof-splash-message just because we're being loaded. * generic/proof-script.el: Use lexical-scoping; fix all warnings. (pg-show-all-portions): Simplify the code with a closure. (proof-activate-scripting): Declare activated-interactively as dyn-scoped. (proof--splash-done): New var. (proof-mode): Call proof-splash-message upon first use. * generic/proof-splash.el (proof-splash-message): Don't check byte-compile-current-file now that we're only called when the mode is activated. * acl2/acl2.el (auto-mode-alist): Use `add-to-list` and \'. * coq/coq-db.el (coq-build-menu-from-db-internal): Avoid silly O(N²). * coq/coq-seq-compile.el: * coq/coq-par-test.el: * coq/coq-par-compile.el: Fix leftover uses of CL's `assert`. * generic/proof-utils.el: * generic/pg-movie.el: * etc/testsuite/pg-test.el: * coq/coq-syntax.el: Fix leftover uses of CL's `incf`. * generic/pg-autotest.el: Fix leftover uses of CL's `decf`. * obsolete/plastic/plastic.el (plastic-preprocessing): Fix leftover use of CL's `loop`. * generic/pg-user.el (proof-add-completions): Do nothing if no proof-assistant is set yet (i.e. during byte-compilation). (byte-compile-current-file): No need to test this any more. * generic/proof-syntax.el (proof-regexp-alt-list): Use mapconcat. Remove unnecessary "\\(?:...\\)". (proof-regexp-alt): Redefine in terms of proof-regexp-alt-list.
* 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