]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a comment as to why max-lisp-eval-depth is set in -tests.el
authorJohn Wiegley <johnw@newartisans.com>
Wed, 6 Dec 2017 18:31:47 +0000 (10:31 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Wed, 6 Dec 2017 18:31:47 +0000 (10:31 -0800)
test/lisp/use-package/use-package-tests.el

index 05b8f3207ac20615dc854e968fbcaa177f8a9302..283758f5160fcac413ea2f938e6b884b01952ee8 100644 (file)
@@ -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)