]> git.eshelyaron.com Git - emacs.git/commit
Fix `=' propagation to handle -0.0 0.0 case
authorAndrea Corallo <akrl@sdf.org>
Sat, 6 Mar 2021 19:38:00 +0000 (20:38 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sat, 6 Mar 2021 19:38:00 +0000 (20:38 +0100)
commit05259c4a238efa40fa66ac51844aa5227b9c576b
treee2fd7621897a67d2fcaf34c55dc65ba457fcf2bd
parent552ef6d6c0733b864bcb14eeb6183d7e64df3b80
Fix `=' propagation to handle -0.0 0.0 case

* lisp/emacs-lisp/comp-cstr.el
(comp-cstr-intersection-homogeneous): Fix indent + use `memql'.
(comp-cstr-=): Handle 0.0 -0.0 idiosyncrasy
* test/src/comp-tests.el (comp-tests-type-spec-tests): Add two
tests and fix enumeration.
lisp/emacs-lisp/comp-cstr.el
test/src/comp-tests.el