aboutsummaryrefslogtreecommitdiff
path: root/isar/isar-autotest.el
AgeCommit message (Collapse)Author
2018-12-13Use `cl-lib` instead of `cl` everywhereStefan Monnier
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.
2017-05-05Change (eval-when (compile) ...) to (eval-when-compile ...)Clément Pit--Claudel
This fixes a bunch of compilation warnings
2017-03-08Remove compile-time calls to proof-ready-for-assistantClément Pit--Claudel
Compilation used to run in a separate Emacs process for each file, but that's not what happens when installing PG with package.el.
2017-03-08Fix incorrect assumption that noninteractive == byte-compilingClément Pit--Claudel
The PG Makefile does ensure (using --batch) that noninteractive is non-nil while compiling, but package.el doesn't.
2012-09-02Repair operation with compiled code. Fails with interpreter, see Trac #445David Aspinall
2011-10-17Add fix and regression test for Trac #138David Aspinall
2011-01-31auto-solve -> auto-solve-direct for Isabelle2011.David Aspinall
2011-01-26Add autotest startDavid Aspinall
2011-01-25Remove debug messagesDavid Aspinall
2010-08-27Fix bug with nested spans, solving #344/#335David Aspinall
2010-08-18Clean flag settings for profiling. Add AHundredProofs.David Aspinall
2010-08-11Extend testingDavid Aspinall
2010-08-11Support custom syntactic fontification.David Aspinall
2010-08-08Note completeDavid Aspinall
2010-08-03Separate profiling from testingDavid Aspinall
2010-08-03Fix compileDavid Aspinall
2010-08-03Fix compilationDavid Aspinall
2010-08-03Resurrect autotest frameworkDavid Aspinall
2009-09-15Fix compile errorsDavid Aspinall
2009-09-10Experimental changes to queue several commands at once and to allow ↵David Aspinall
pre-processing of commands when they're queued from script
2009-09-05Clean whitespaceDavid Aspinall
2008-01-16Updated.David Aspinall
2007-12-14Remove eval-when, seems unreliableDavid Aspinall
2007-12-14Improve loading; these tests are not functioning yetDavid Aspinall
2007-02-28Fix commentDavid Aspinall
2005-02-13Added simple testing framework (in progress)David Aspinall