]> git.eshelyaron.com Git - emacs.git/commit
ert.el: Use `handler-bind` to record backtraces
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 19 Dec 2023 04:57:45 +0000 (23:57 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 4 Jan 2024 21:33:25 +0000 (16:33 -0500)
commitfe0f15dbc962b37d98507a494fd7720bad584a7a
tree6af07cc55e42b35083134019fb157b533a34b504
parent7959a63ce258c90eb3c7947ab3318c5531eb37d9
ert.el: Use `handler-bind` to record backtraces

* lisp/emacs-lisp/ert.el (ert--should-signal-hook): Delete function.
(ert--expand-should-1): Don't bind `signal-hook-function`.
(ert--test-execution-info): Remove `next-debugger` slot.
(ert--run-test-debugger): Adjust to new calling convention.
Pass the `:backtrace-base` info to the debugger.
(ert--run-test-internal): Use `handler-bind` rather than let-binding
`debugger` and `debug-on-error`.

* lisp/emacs-lisp/ert-x.el (ert-remote-temporary-file-directory): Don't
use `defconst` if it's not meant to stay constant (e.g. we let-bind it
in tramp-tests.el).
lisp/emacs-lisp/ert-x.el
lisp/emacs-lisp/ert.el