From: John Wiegley Date: Wed, 6 Dec 2017 18:31:47 +0000 (-0800) Subject: Add a comment as to why max-lisp-eval-depth is set in -tests.el X-Git-Tag: emacs-29.0.90~1306^2~15^2~116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a6d8a4cf2a3cee0a1ff0def6651f44a793013e9;p=emacs.git Add a comment as to why max-lisp-eval-depth is set in -tests.el --- diff --git a/test/lisp/use-package/use-package-tests.el b/test/lisp/use-package/use-package-tests.el index 05b8f3207ac..283758f5160 100644 --- 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)