elpasync pushed a change to branch elpa/cider.
from 31fa5240fae Add a note about the code re-org
new 24153e87390 Remove dead Emacs version checks
new 195b681abd8 Remove stale obsolete function aliases from version 0.18
new bf5e8addded Use setq-local instead of make-local-variable + push
new 98cb354a27f Fix test quality issues
new 61ad615e00c Replace (when (not ...)) with (unless ...)
new ad475135191 Fix minor code antipatterns
new 9d23b0857c9 Remove unused variables and constants
new 4ae181744e5 Remove unused require statements
new 11ad6378ce1 Remove unused declare-function statements
new 70cf7bd4e15 Fix lint warnings introduced by code cleanup PR
Summary of changes:
lisp/cider-clojuredocs.el | 1 -
lisp/cider-connection.el | 11 -----
lisp/cider-debug.el | 2 -
lisp/cider-eval.el | 17 +-------
lisp/cider-find.el | 2 +-
lisp/cider-format.el | 2 -
lisp/cider-inspector.el | 2 -
lisp/cider-repl-history.el | 7 +---
lisp/cider-repl.el | 8 ++--
lisp/cider-stacktrace.el | 3 +-
lisp/cider-test.el | 3 +-
lisp/cider-xref.el | 4 +-
lisp/cider.el | 15 ++-----
lisp/nrepl-client.el | 17 ++++----
test/cider-error-parsing-tests.el | 87 +++++++++++++++++++--------------------
test/cider-tests.el | 37 ++++++++---------
16 files changed, 81 insertions(+), 137 deletions(-)