]> git.eshelyaron.com Git - emacs.git/commit
Fix a nativecomp type propagation bug (bug#74771)
authorAndrea Corallo <acorallo@gnu.org>
Wed, 11 Dec 2024 23:06:43 +0000 (00:06 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Mar 2025 19:34:54 +0000 (20:34 +0100)
commita8d71effce78ae0aebf6cd94e7a7f2d2aeeb9df4
treef880ee49aee2a714aabf8336f9ac646a4a5bf604
parent2e3ae8d5d8ef841c17aa51415a1fb7b45c9a9056
Fix a nativecomp type propagation bug (bug#74771)

* lisp/emacs-lisp/comp.el (comp--add-cond-cstrs): Don't emit negated
cstr.
* test/src/comp-tests.el (comp-tests-type-spec-tests): Add a test.

(cherry picked from commit d565a6747a2bb3c6699a95e60e5f522f80a1ca0a)
lisp/emacs-lisp/comp.el
test/src/comp-tests.el