[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (87da87730f9 -> 9ad997cd689)
From: |
Andrea Corallo |
Subject: |
master updated (87da87730f9 -> 9ad997cd689) |
Date: |
Tue, 23 May 2023 11:20:53 -0400 (EDT) |
akrl pushed a change to branch master.
from 87da87730f9 Improve check for ANSI control escape sequences in Tramp
new 92ccb6ba830 comp: Account non builtin types in type hierarchy
new f4de81af8fc * lisp/emacs-lisp/comp.el (comp-fwprop-call): Extend to
understand `record'
new d03dd07774a comp: Make use of predicates in propagation for non
builtin types
new 6c781b5d252 comp: Propagate pre slot access type check
new 9ad997cd689 * test/src/comp-tests.el: Add some ret type tests for
non builtin types
Summary of changes:
lisp/emacs-lisp/cl-macs.el | 1 +
lisp/emacs-lisp/cl-preloaded.el | 1 +
lisp/emacs-lisp/comp-cstr.el | 49 +++++++++++++++++++++++++++++++++++++++--
lisp/emacs-lisp/comp.el | 30 +++++++++++++++++++++----
lisp/loadup.el | 2 +-
test/src/comp-tests.el | 36 +++++++++++++++++++++++++++++-
6 files changed, 111 insertions(+), 8 deletions(-)
- master updated (87da87730f9 -> 9ad997cd689),
Andrea Corallo <=
- master 92ccb6ba830 1/5: comp: Account non builtin types in type hierarchy, Andrea Corallo, 2023/05/23
- master f4de81af8fc 2/5: * lisp/emacs-lisp/comp.el (comp-fwprop-call): Extend to understand `record', Andrea Corallo, 2023/05/23
- master d03dd07774a 3/5: comp: Make use of predicates in propagation for non builtin types, Andrea Corallo, 2023/05/23
- master 6c781b5d252 4/5: comp: Propagate pre slot access type check, Andrea Corallo, 2023/05/23
- master 9ad997cd689 5/5: * test/src/comp-tests.el: Add some ret type tests for non builtin types, Andrea Corallo, 2023/05/23