emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/cider updated (8a8ceb63f8 -> 6200ff5f70)


From: ELPA Syncer
Subject: [nongnu] elpa/cider updated (8a8ceb63f8 -> 6200ff5f70)
Date: Thu, 30 Dec 2021 04:58:18 -0500 (EST)

elpasync pushed a change to branch elpa/cider.

      from  8a8ceb63f8 Try to fix a broken test
       new  b07208f297 Fix many code style and byte-compilation issues
       new  6426b9174f Use lexical scoping
       new  6200ff5f70 Fix file encoding


Summary of changes:
 cider-apropos.el                          |   2 +-
 cider-browse-ns.el                        |   4 +-
 cider-browse-spec.el                      |   2 +-
 cider-classpath.el                        |   4 +-
 cider-client.el                           |   2 +-
 cider-common.el                           |   2 +-
 cider-connection.el                       |  14 +--
 cider-debug.el                            |  10 +-
 cider-doc.el                              |  10 +-
 cider-eval.el                             |  16 +--
 cider-format.el                           |   2 +-
 cider-inspector.el                        |  15 +--
 cider-macroexpansion.el                   |   8 +-
 cider-mode.el                             |   2 +-
 cider-overlays.el                         |   2 +-
 cider-popup.el                            |   5 +-
 cider-repl-history.el                     |  86 ++++++-------
 cider-repl.el                             |  58 +++------
 cider-resolve.el                          |   4 +-
 cider-stacktrace.el                       |  44 +++----
 cider-test.el                             |  24 ++--
 cider-util.el                             |   6 +-
 cider-xref.el                             |   2 +-
 cider.el                                  |  44 ++-----
 nrepl-client.el                           |  46 ++++---
 test/cider-apropos-tests.el               |   2 +-
 test/cider-browse-ns-tests.el             |   2 +-
 test/cider-classpath-tests.el             |   2 +-
 test/cider-client-tests.el                |   5 +-
 test/cider-clojuredocs-tests.el           |   2 +-
 test/cider-common-tests.el                |   2 -
 test/cider-connection-tests.el            |  21 ++--
 test/cider-debug-tests.el                 |  13 +-
 test/cider-eldoc-tests.el                 |   4 +-
 test/cider-error-parsing-tests.el         |   4 +-
 test/cider-eval-test.el                   |   2 +-
 test/cider-find-tests.el                  |   2 +-
 test/cider-font-lock-tests.el             |   4 +-
 test/cider-interaction-tests.el           |   8 +-
 test/cider-jar-test.el                    |   2 +-
 test/cider-ns-tests.el                    |   2 +-
 test/cider-overlay-tests.el               |   3 +
 test/cider-repl-tests.el                  |   2 +-
 test/cider-selector-tests.el              |   4 +-
 test/cider-stacktrace-tests.el            |   2 +-
 test/cider-tests--no-auto.el              |   2 +-
 test/cider-tests.el                       |   2 +-
 test/cider-util-tests.el                  |   6 +-
 test/nrepl-bencode-tests.el               |   6 +-
 test/nrepl-client-tests.el                |   4 +-
 test/nrepl-dict-tests.el                  |  12 +-
 test/nrepl-server-mock.el                 |   8 +-
 test/utils/cider-connection-test-utils.el |   5 +-
 test/utils/nrepl-tests-utils.el           | 203 +++++++++++++++---------------
 54 files changed, 333 insertions(+), 417 deletions(-)



reply via email to

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