emacs-diffs
[Top][All Lists]
Advanced

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

master updated (ff16c89 -> def5466)


From: Stefan Kangas
Subject: master updated (ff16c89 -> def5466)
Date: Wed, 10 Feb 2021 00:45:41 -0500 (EST)

skangas pushed a change to branch master.

      from  ff16c89   Refine use of vc-dir faces; apply to all backends
       new  a0451be   Use lexical-binding in almost all of play/*.el
       new  843ca06   Convert many manual cedet tests to ert
       new  45934e5   Change default semantic-lex-analyzer to semantic-lex
       new  18ad138   Use lexical-binding in some test files
       new  c07459f   Move semantic/format.el tests to follow our conventions
       new  f0f5480   Use lexical-binding in bib-mode.el
       new  c735ec9   Make texinfmt-version variable obsolete
       new  def5466   ; * test/lisp/cedet/semantic/format-tests.el: Minor 
cleanup.


Summary of changes:
 lisp/cedet/semantic/lex.el                         |   6 +-
 lisp/play/5x5.el                                   |  42 ++++---
 lisp/play/blackbox.el                              |   2 +-
 lisp/play/cookie1.el                               |  14 ++-
 lisp/play/doctor.el                                |   2 +-
 lisp/play/gametree.el                              |   2 +-
 lisp/play/hanoi.el                                 |   2 +-
 lisp/play/zone.el                                  |  21 ++--
 lisp/textmodes/bib-mode.el                         |  11 +-
 lisp/textmodes/texinfmt.el                         |  10 +-
 test/lisp/cedet/cedet-files-tests.el               |  54 +++++++++
 test/lisp/cedet/inversion-tests.el                 |  81 +++++++++++++
 test/lisp/cedet/semantic-utest-fmt.el              | 127 ---------------------
 .../bovine/gcc-tests.el}                           |  90 +++------------
 .../cedet/semantic/format-resources}/test-fmt.cpp  |   0
 .../cedet/semantic/format-resources}/test-fmt.el   |   2 +-
 test/lisp/cedet/semantic/format-tests.el           |  95 +++++++++++++++
 test/lisp/cedet/semantic/fw-tests.el               |  45 ++++++++
 test/lisp/cedet/srecode/document-tests.el          |  80 +++++++++++++
 test/lisp/play/cookie1-resources/cookies           |   8 ++
 .../play/{fortune-tests.el => cookie1-tests.el}    |  27 +++--
 test/manual/cedet/cedet-utests.el                  | 102 +----------------
 test/manual/cedet/ede-tests.el                     |  14 +--
 test/manual/cedet/semantic-tests.el                | 122 --------------------
 test/manual/cedet/srecode-tests.el                 |  52 +--------
 test/manual/cedet/tests/test.el                    |   2 +-
 test/manual/etags/ETAGS.good_1                     |  10 +-
 test/manual/etags/el-src/TAGTEST.EL                |   2 +
 28 files changed, 474 insertions(+), 551 deletions(-)
 create mode 100644 test/lisp/cedet/cedet-files-tests.el
 create mode 100644 test/lisp/cedet/inversion-tests.el
 delete mode 100644 test/lisp/cedet/semantic-utest-fmt.el
 copy test/lisp/cedet/{semantic-utest-c.el => semantic/bovine/gcc-tests.el} 
(72%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic/format-resources}/test-fmt.cpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic/format-resources}/test-fmt.el (95%)
 create mode 100644 test/lisp/cedet/semantic/format-tests.el
 create mode 100644 test/lisp/cedet/semantic/fw-tests.el
 create mode 100644 test/lisp/cedet/srecode/document-tests.el
 create mode 100644 test/lisp/play/cookie1-resources/cookies
 copy test/lisp/play/{fortune-tests.el => cookie1-tests.el} (61%)



reply via email to

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