elpasync pushed a change to branch elpa/cider.

      from  744f008a5e Track the Emacs snapshot build in CI
       new  9950962788 Retire the async eldoc request when it completes
       new  bb487d0efb Re-subscribe cider-tap after reconnecting to a new REPL
       new  9efbf2d3ab Signal an error when running tests without a connection
       new  e8c4acd48e Document the tap viewer and ClojureScript test support
       new  efb7bc9f5d Correct stale 2.0 docs
       new  18cba03f15 Fix a garbled sentence in cider-interrupt's docstring
       new  823fff5d6c Autoload cider-enlighten-mode and cider-enlighten-clear
       new  db1d6b98df Fall back to runtime xref references outside a project
       new  6915d54f7c Make two implicit module dependencies explicit
       new  450cfeb1ca Restore the cider-profile-map prefix keymap


Summary of changes:
 CHANGELOG.md                                      |  2 +-
 doc/modules/ROOT/nav.adoc                         |  1 +
 doc/modules/ROOT/pages/debugging/tap.adoc         | 61 +++++++++++++++++
 doc/modules/ROOT/pages/keybindings.adoc           | 22 +++++--
 doc/modules/ROOT/pages/repl/configuration.adoc    |  2 +-
 doc/modules/ROOT/pages/repl/keybindings.adoc      | 13 ++++
 doc/modules/ROOT/pages/testing/running_tests.adoc | 15 ++++-
 lisp/cider-client.el                              |  2 +-
 lisp/cider-eldoc.el                               | 15 +++--
 lisp/cider-enlighten.el                           |  2 +
 lisp/cider-mode.el                                |  1 +
 lisp/cider-profile.el                             | 17 +++++
 lisp/cider-tap.el                                 |  8 +++
 lisp/cider-test.el                                |  4 ++
 lisp/cider-xref-backend.el                        | 19 +++++-
 test/cider-eldoc-tests.el                         | 22 +++++++
 test/cider-tap-tests.el                           | 79 +++++++++++++++++++++++
 test/cider-test-tests.el                          |  9 +++
 test/cider-xref-backend-tests.el                  | 32 +++++++++
 19 files changed, 308 insertions(+), 18 deletions(-)
 create mode 100644 doc/modules/ROOT/pages/debugging/tap.adoc
 create mode 100644 test/cider-tap-tests.el

Reply via email to