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

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

[nongnu] elpa/cider updated (cf671a8b10 -> f376d2de9d)


From: ELPA Syncer
Subject: [nongnu] elpa/cider updated (cf671a8b10 -> f376d2de9d)
Date: Fri, 11 Aug 2023 06:59:13 -0400 (EDT)

elpasync pushed a change to branch elpa/cider.

      from  cf671a8b10 Fix CircleCI macOS build
       new  fb2bcd9438 Fix the CIDER `xref-find-references` backend to return 
correct filenames
       new  e957b937a3 Fix the `cider-xref-fn-deps` buttons to direct to the 
right file
       new  816f047767 Fix the `xref-find-definitions` CIDER backend to return 
correct filenames
       new  7806de25a5 Improve the presentation of `xref` data
       new  52766a0bf1 Extract cider-xref-backend.el
       new  a9e710a556 Remove now-unused requires, document used one
       new  65410fec14 `should-be-closed?` -> `should-be-closed`
       new  37de49a76d Recompute namespace info on each shadow-cljs 
recompilation or evaluation (#3396)
       new  f376d2de9d Enhance `cider-connect` to show all nREPLs available 
ports, instead of only Leiningen ones (#3399)


Summary of changes:
 .circleci/config.yml                             |  28 ++--
 CHANGELOG.md                                     |  16 ++-
 cider-doc.el                                     |  23 ++--
 cider-find.el                                    |  73 ----------
 cider-mode.el                                    |   1 +
 cider-repl.el                                    |  44 +++++-
 cider-xref-backend.el                            | 163 +++++++++++++++++++++++
 cider-xref.el                                    |  32 ++---
 cider.el                                         | 121 ++++++++++++++---
 nrepl-client.el                                  |  24 ++--
 test/{cider-test-tests.el => cider-doc-tests.el} |  18 +--
 11 files changed, 394 insertions(+), 149 deletions(-)
 create mode 100644 cider-xref-backend.el
 copy test/{cider-test-tests.el => cider-doc-tests.el} (63%)



reply via email to

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