]> git.eshelyaron.com Git - emacs.git/commit
* Fix union constraint for mixed pos/neg constraints
authorAndrea Corallo <akrl@sdf.org>
Mon, 22 Feb 2021 12:58:30 +0000 (13:58 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 22 Feb 2021 12:59:56 +0000 (13:59 +0100)
commitd6227f6edcff7be05469e99da4ce541bfc474c3d
treefded45fd969f963c21295860dda09c81d09be87c
parentda4da88c76465e30ce974383b182f191553b470a
* Fix union constraint for mixed pos/neg constraints

* lisp/emacs-lisp/comp-cstr.el (comp-cstr-union-1-no-mem): Fix neg
type shadowing pos values.
* test/lisp/emacs-lisp/comp-cstr-tests.el
(comp-cstr-typespec-tests-alist): Add testcase.
* test/src/comp-tests.el (comp-tests-type-spec-tests): Fix testcase.
lisp/emacs-lisp/comp-cstr.el
test/lisp/emacs-lisp/comp-cstr-tests.el
test/src/comp-tests.el