]> git.eshelyaron.com Git - emacs.git/commit
Provide backtrace for byte-ops car, cdr, setcar, setcdr, nth and elt
authorMattias Engdegård <mattiase@acm.org>
Fri, 14 Jul 2023 16:05:32 +0000 (18:05 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 14 Jul 2023 17:25:16 +0000 (19:25 +0200)
commit8acd52bba40982b4f3cadc17fb35dc96143605fb
tree578b0cb80bfab146fe0e67603c6b99d6a4a5b611
parent2df086d121e8ebee872236d0436205144047c5c9
Provide backtrace for byte-ops car, cdr, setcar, setcdr, nth and elt

Include calls to these primitives from byte-compiled code in
backtraces.  For nth and elt, not all errors are covered.
(Bug#64613)

* src/bytecode.c (exec_byte_code): Add error backtrace records for
car, cdr, setcar, setcdr, nth and elt.
* src/data.c (syms_of_data): Add missing defsyms for car, setcar,
setcdr, nth and elt.
* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-tests--error-frame, bytecomp-tests--byte-op-error-cases)
(bytecomp--byte-op-error-backtrace): New test.
src/bytecode.c
src/data.c
test/lisp/emacs-lisp/bytecomp-tests.el