elpasync pushed a change to branch elpa/cider.
from a3b5825c46 Update CHANGELOG for the cider-repl.el tidy-up
new 547f8bce1b Add cider-doctor, a setup diagnostics command
new aa23b251b1 Add a cider-doctor-mode with g-to-refresh
new 30fed44147 Surface cider-doctor in the menus
new 744f008a5e Track the Emacs snapshot build in CI
Summary of changes:
.github/workflows/test.yml | 9 +
CHANGELOG.md | 1 +
doc/modules/ROOT/pages/troubleshooting.adoc | 20 ++
lisp/cider-doctor.el | 381 ++++++++++++++++++++++++++++
lisp/cider-mode.el | 4 +-
lisp/cider-repl.el | 1 +
lisp/cider.el | 1 +
test/cider-doctor-tests.el | 195 ++++++++++++++
8 files changed, 611 insertions(+), 1 deletion(-)
create mode 100644 lisp/cider-doctor.el
create mode 100644 test/cider-doctor-tests.el