projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b001edf
)
Add a comment as to why max-lisp-eval-depth is set in -tests.el
author
John Wiegley
<johnw@newartisans.com>
Wed, 6 Dec 2017 18:31:47 +0000
(10:31 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Wed, 6 Dec 2017 18:31:47 +0000
(10:31 -0800)
test/lisp/use-package/use-package-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/use-package/use-package-tests.el
b/test/lisp/use-package/use-package-tests.el
index 05b8f3207ac20615dc854e968fbcaa177f8a9302..283758f5160fcac413ea2f938e6b884b01952ee8 100644
(file)
--- a/
test/lisp/use-package/use-package-tests.el
+++ b/
test/lisp/use-package/use-package-tests.el
@@
-29,6
+29,8
@@
(setq use-package-always-ensure nil
use-package-verbose 'errors
use-package-expand-minimally t
+ ;; These are needed for certain tests below where the `pcase' match
+ ;; expression is large and contains holes, such as the :after tests.
max-lisp-eval-depth 8000
max-specpdl-size 8000)