aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-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.
* 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
|
* Add pg-autotest-start to allow debug startup, which doesn't catch errors.Gravatar David Aspinall2011-01-26
|
* Dump *Messages* and *PG Debug* into log file, they have useful info.Gravatar David Aspinall2011-01-25
|
* Save the log file without querying user on exitGravatar David Aspinall2011-01-23
|
* Add a master debug flag, and disable debug output ordinarily.Gravatar David Aspinall2010-10-10
|
* Activate debug message printing into log fileGravatar David Aspinall2010-10-10
|
* pg-autotest-find-file-restart: wait for retraction to complete.Gravatar David Aspinall2010-09-08
|
* SimplifyGravatar David Aspinall2010-08-27
|
* proof-debug advice: Fix passing format argGravatar David Aspinall2010-08-18
|
* quit-prover: avoid kill buffer query questionGravatar David Aspinall2010-08-17
|
* Extend testingGravatar David Aspinall2010-08-11
|
* Add timestamps. Fix random jump spurious error.Gravatar David Aspinall2010-08-08
|
* Checkdoc cleanupsGravatar David Aspinall2010-08-08
|
* Simplify messaging code. Make sure random jumps do something. Fix ↵Gravatar David Aspinall2010-08-03
| | | | assert-processed to wait for shell.
* Improve printing of test parameters.Gravatar David Aspinall2010-08-03
| | | | Add `pg-autotest-test-assert-full' for current buffer w/o file.
* Resurrect autotest frameworkGravatar David Aspinall2010-08-03
|
* Replace proof-locked-end -> proof-unprocessed-beginGravatar David Aspinall2009-11-30
|
* Clean compileGravatar David Aspinall2009-09-10
|
* Clean whitespaceGravatar David Aspinall2009-09-05
|
* Updated.Gravatar David Aspinall2008-01-17
|
* Fix requiresGravatar David Aspinall2008-01-17
|
* Many rearrangements for compatibility, efficient/correct compilation, ↵Gravatar David Aspinall2008-01-15
| | | | | | | namespaces fixes. pre-shell-start-hook: remove this, use default names for modes proof-compat: simplify architecture flags, use standard (featurep 'xemacs).
* Improve loading; these tests are not functioning yetGravatar David Aspinall2007-12-14
|
* Added simple testing framework (in progress)Gravatar David Aspinall2005-02-13