]> git.eshelyaron.com Git - emacs.git/commit
Provide backtrace for byte-ops aref and aset
authorMattias Engdegård <mattiase@acm.org>
Tue, 25 Jul 2023 10:16:30 +0000 (12:16 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 26 Jul 2023 15:34:03 +0000 (17:34 +0200)
commit82f5f3b8a26249db0679bb7dc38c44352e8fbdf5
tree5890c3bec8dd65921695dd52949545cf21e92707
parentc50f6538cfc43d856b361347c945f6348c6f2dc9
Provide backtrace for byte-ops aref and aset

Produce synthetic backtrace entries for `aref` and `aset` byte-ops
when the index is non-fixnum, or is out of range for vector or record
arguments (bug#64613).

* src/bytecode.c (exec_byte_code): Detect type and range errors
in-line for aref and aset.
* src/data.c (syms_of_data): Declare symbols Qaref and Qaset.
* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-tests--byte-op-error-cases): Add test cases.
src/bytecode.c
src/data.c
test/lisp/emacs-lisp/bytecomp-tests.el