emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (e6fa083 -> bec5b60)


From: Noam Postavsky
Subject: [Emacs-diffs] master updated (e6fa083 -> bec5b60)
Date: Mon, 7 Aug 2017 21:09:39 -0400 (EDT)

npostavs pushed a change to branch master.

      from  e6fa083   Revert "Add Enchant support to ispell.el (Bug#17742)"
       new  054c198   Catch argument and macroexpansion errors in ert
       new  95a04fd   ; Avoid test failures when running from compiled test 
files
       new  0508045   Don't error on circular values in testcover
       new  00f7e31   Add a test of handling of circular values to 
testcover-tests
       new  cc30d77   Let `define-symbol-prop' take effect during compilation
       new  b5c8e98   Let the cl-typep effects of defclass work during 
compilation (Bug#27718)
       new  79a7456   Don't define gv expanders in compiler's runtime 
(Bug#27016)
       new  bec5b60   ; Merge: Fixes for macroexpansion and compilation


Summary of changes:
 lisp/emacs-lisp/bytecomp.el                        |  29 ++++
 lisp/emacs-lisp/eieio.el                           |   2 +-
 lisp/emacs-lisp/ert.el                             |  41 ++++--
 lisp/emacs-lisp/gv.el                              |   7 +-
 lisp/emacs-lisp/testcover.el                       |  10 +-
 src/fns.c                                          |  11 ++
 test/lisp/dom-tests.el                             |   5 +-
 test/lisp/emacs-lisp/bytecomp-tests.el             |  17 +++
 test/lisp/emacs-lisp/cl-lib-tests.el               |   8 ++
 test/lisp/emacs-lisp/ert-tests.el                  |   9 ++
 test/lisp/emacs-lisp/gv-tests.el                   | 147 +++++++++++++++++++++
 .../emacs-lisp/testcover-resources/testcases.el    |  10 ++
 12 files changed, 277 insertions(+), 19 deletions(-)
 create mode 100644 test/lisp/emacs-lisp/gv-tests.el



reply via email to

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