elpasync pushed a change to branch elpa/cider.
from 6ec0feca72 Drop the in-cycle CHANGELOG entry for the
cider-project-dir fix
new e1a1350d4f Add keyword-arg forms of the nREPL request senders
new 3f753c8d8f Add keyword-arg forms of the CIDER request APIs
new 76ec8f119f Route in-tree callers through the keyword request APIs
new 989e2a69a7 Fix the cider-project-dir fallback test on Emacs 28
Summary of changes:
CHANGELOG.md | 4 +
lisp/cider-apropos.el | 12 ++-
lisp/cider-client.el | 186 +++++++++++++++++++++++++++++-----------
lisp/cider-eldoc.el | 2 +-
lisp/cider-eval.el | 18 ++--
lisp/cider-mode.el | 2 +-
lisp/cider-repl.el | 21 +++--
lisp/cider-xref-backend.el | 6 +-
lisp/nrepl-client.el | 75 ++++++++++++----
test/cider-client-tests.el | 100 ++++++++++++++++++++-
test/cider-interaction-tests.el | 4 +-
test/cider-util-tests.el | 8 +-
test/nrepl-client-tests.el | 43 ++++++++++
13 files changed, 385 insertions(+), 96 deletions(-)