[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/native-comp updated (eb8d155 -> 09ec39e)
From: |
Andrea Corallo |
Subject: |
feature/native-comp updated (eb8d155 -> 09ec39e) |
Date: |
Sat, 5 Dec 2020 17:07:31 -0500 (EST) |
akrl pushed a change to branch feature/native-comp.
from eb8d155 * Do not compile `comp-cstr.el` in vanilla builds
new 9b85ae6 Initial constraint negation support
new 1fb249f * lisp/emacs-lisp/comp-cstr.el
(comp-cstr-union-no-range): Cosmetic.
new 7c1d90a Initial support for union of negated constraints
new cbbdb4e * Add `with-comp-cstr-accessors' macro.
new 726e40f Fix union of homogeneously negated input constraints
new f923de6 * Fix `comp-cstr-to-type-spec'
new 2eb41ec More improvements to `comp-cstr-union-1' for mixed
positive/negative cases
new 09ec39e * Memoize `comp-cstr-union-1'
Summary of changes:
lisp/emacs-lisp/comp-cstr.el | 373 +++++++++++++++++++++++++-------
test/lisp/emacs-lisp/comp-cstr-tests.el | 23 +-
2 files changed, 313 insertions(+), 83 deletions(-)
- feature/native-comp updated (eb8d155 -> 09ec39e),
Andrea Corallo <=
- feature/native-comp 9b85ae6 1/8: Initial constraint negation support, Andrea Corallo, 2020/12/05
- feature/native-comp 7c1d90a 3/8: Initial support for union of negated constraints, Andrea Corallo, 2020/12/05
- feature/native-comp 726e40f 5/8: Fix union of homogeneously negated input constraints, Andrea Corallo, 2020/12/05
- feature/native-comp f923de6 6/8: * Fix `comp-cstr-to-type-spec', Andrea Corallo, 2020/12/05
- feature/native-comp 09ec39e 8/8: * Memoize `comp-cstr-union-1', Andrea Corallo, 2020/12/05
- feature/native-comp 1fb249f 2/8: * lisp/emacs-lisp/comp-cstr.el (comp-cstr-union-no-range): Cosmetic., Andrea Corallo, 2020/12/05
- feature/native-comp cbbdb4e 4/8: * Add `with-comp-cstr-accessors' macro., Andrea Corallo, 2020/12/05
- feature/native-comp 2eb41ec 7/8: More improvements to `comp-cstr-union-1' for mixed positive/negative cases, Andrea Corallo, 2020/12/05