emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp updated (7a8370e -> 949b49c)


From: Andrea Corallo
Subject: feature/native-comp updated (7a8370e -> 949b49c)
Date: Thu, 26 Nov 2020 16:06:27 -0500 (EST)

akrl pushed a change to branch feature/native-comp.

      from  7a8370e   * Add SELECTOR parameter to `native-compile-async' 
(bug#44813)
       new  23c0826   Add comp-cstr.el and comp-cstr-tests.el
       new  949b49c   Move some tests from comp-tests.el to comp-cstr-tests.el


Summary of changes:
 lisp/Makefile.in                        |   1 +
 lisp/emacs-lisp/comp-cstr.el            | 363 ++++++++++++++++++++++++++++++++
 lisp/emacs-lisp/comp.el                 | 349 +++---------------------------
 test/lisp/emacs-lisp/comp-cstr-tests.el |  80 +++++++
 test/src/comp-tests.el                  |  68 +-----
 5 files changed, 483 insertions(+), 378 deletions(-)
 create mode 100644 lisp/emacs-lisp/comp-cstr.el
 create mode 100644 test/lisp/emacs-lisp/comp-cstr-tests.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]