emacs-devel
[Top][All Lists]
Advanced

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

Re: master updated (cd8d3f3379e -> 1b0348d9593)


From: Michael Albinus
Subject: Re: master updated (cd8d3f3379e -> 1b0348d9593)
Date: Sun, 18 Jun 2023 18:02:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Monnier via Mailing list for Emacs changes <emacs-diffs@gnu.org>
writes:

Hi,

> monnier pushed a change to branch master.
>
>       from  cd8d3f3379e Fix some tree-sitter :match regexps
>        new  f411cc3a957 * lisp/emacs-lisp/lisp-mode.el (lisp-ppss): Fix 
> performance bug
>        new  184106be267 pp.el (pp-default-function): New custom var
>        new  2f181d60323 pp.el (pp-fill): New default pp function
>        new  017475a70ed * doc/lispref/streams.texi (Output Variables): 
> Document `pp-default-function`
>        new  a9c962be961 pp-fill: Fix tests breakage
>        new  1b0348d9593 Merge branch 'master' of 
> git+ssh://git.sv.gnu.org/srv/git/emacs
>
>
> Summary of changes:
>  doc/lispref/streams.texi                |   9 +
>  etc/NEWS                                |   7 +
>  lisp/emacs-lisp/lisp-mode.el            |   2 +-
>  lisp/emacs-lisp/pp.el                   | 288 
> ++++++++++++++++++++++++++------
>  test/lisp/emacs-lisp/backtrace-tests.el |   6 +-
>  test/lisp/emacs-lisp/pp-tests.el        |   4 +-
>  6 files changed, 260 insertions(+), 56 deletions(-)

It looks like this patch series has broken esh-util-tests.el. Try

--8<---------------cut here---------------start------------->8---
# make -C test esh-util-tests
...
Test esh-util-test/eshell-stringify/list condition:
    (ert-test-failed
     ((should (equal (eshell-stringify ...) "((1 2)\n (3 . 4))")) :form
      (equal "((1 2) (3 . 4))" "((1 2)\n (3 . 4))") :value nil
      :explanation
      (arrays-of-different-length 15 16 "((1 2) (3 . 4))"
                                  "((1 2)\n (3 . 4))" first-mismatch-at 6)))
   FAILED   9/13  esh-util-test/eshell-stringify/list (0.000212 sec) at 
lisp/eshell/esh-util-tests.el:47
--8<---------------cut here---------------end--------------->8---

Best regards, Michael.



reply via email to

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