aboutsummaryrefslogtreecommitdiff
path: root/generic/pg-autotest.el
AgeCommit message (Collapse)Author
2020-03-13Fix 464: proof-autoloads not found by EmacsPierre Courtieu
2018-12-14Fix remaining uses of CL; Make files more declarativeStefan Monnier
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.
2018-08-23Fix most doc issues raised by (checkdoc)Erik Martin-Dorel
2018-02-21Update copyright messages and improve the header of elisp files.Erik Martin-Dorel
2011-01-26Add pg-autotest-start to allow debug startup, which doesn't catch errors.David Aspinall
2011-01-25Dump *Messages* and *PG Debug* into log file, they have useful info.David Aspinall
2011-01-23Save the log file without querying user on exitDavid Aspinall
2010-10-10Add a master debug flag, and disable debug output ordinarily.David Aspinall
2010-10-10Activate debug message printing into log fileDavid Aspinall
2010-09-08pg-autotest-find-file-restart: wait for retraction to complete.David Aspinall
2010-08-27SimplifyDavid Aspinall
2010-08-18proof-debug advice: Fix passing format argDavid Aspinall
2010-08-17quit-prover: avoid kill buffer query questionDavid Aspinall
2010-08-11Extend testingDavid Aspinall
2010-08-08Add timestamps. Fix random jump spurious error.David Aspinall
2010-08-08Checkdoc cleanupsDavid Aspinall
2010-08-03Simplify messaging code. Make sure random jumps do something. Fix ↵David Aspinall
assert-processed to wait for shell.
2010-08-03Improve printing of test parameters.David Aspinall
Add `pg-autotest-test-assert-full' for current buffer w/o file.
2010-08-03Resurrect autotest frameworkDavid Aspinall
2009-11-30Replace proof-locked-end -> proof-unprocessed-beginDavid Aspinall
2009-09-10Clean compileDavid Aspinall
2009-09-05Clean whitespaceDavid Aspinall
2008-01-17Updated.David Aspinall
2008-01-17Fix requiresDavid Aspinall
2008-01-15Many rearrangements for compatibility, efficient/correct compilation, ↵David Aspinall
namespaces fixes. pre-shell-start-hook: remove this, use default names for modes proof-compat: simplify architecture flags, use standard (featurep 'xemacs).
2007-12-14Improve loading; these tests are not functioning yetDavid Aspinall
2005-02-13Added simple testing framework (in progress)David Aspinall