]> git.eshelyaron.com Git - emacs.git/commit
Make nativecomp don't error when encountering undeclared types (bug#6573)
authorAndrea Corallo <acorallo@gnu.org>
Tue, 17 Jun 2025 07:06:45 +0000 (09:06 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:14:39 +0000 (10:14 +0200)
commitfdf5bfa2a1b2563cf626b32b9815959575911ec8
tree318c2dc0f2223a3d1316c7e88aace74c0626f60e
parent4183e450400de9766ca4d3d2c5bb3b5910987166
Make nativecomp don't error when encountering undeclared types (bug#6573)

* test/src/comp-resources/comp-test-funcs.el (comp-test-76573-1-f): New
function.
* lisp/emacs-lisp/comp-cstr.el (comp-supertypes): Don't error if 'type'
is unknown.

(cherry picked from commit f38e969e472284dbe475f6f3dbe6770d87588291)
lisp/emacs-lisp/comp-cstr.el
test/src/comp-resources/comp-test-funcs.el