[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%)
- [nongnu] elpa/cider updated (cf671a8b10 -> f376d2de9d),
ELPA Syncer <=
- [nongnu] elpa/cider e957b937a3 2/9: Fix the `cider-xref-fn-deps` buttons to direct to the right file, ELPA Syncer, 2023/08/11
- [nongnu] elpa/cider 816f047767 3/9: Fix the `xref-find-definitions` CIDER backend to return correct filenames, ELPA Syncer, 2023/08/11
- [nongnu] elpa/cider a9e710a556 6/9: Remove now-unused requires, document used one, ELPA Syncer, 2023/08/11
- [nongnu] elpa/cider 7806de25a5 4/9: Improve the presentation of `xref` data, ELPA Syncer, 2023/08/11
- [nongnu] elpa/cider 37de49a76d 8/9: Recompute namespace info on each shadow-cljs recompilation or evaluation (#3396), ELPA Syncer, 2023/08/11
- [nongnu] elpa/cider f376d2de9d 9/9: Enhance `cider-connect` to show all nREPLs available ports, instead of only Leiningen ones (#3399), ELPA Syncer, 2023/08/11
- [nongnu] elpa/cider 65410fec14 7/9: `should-be-closed?` -> `should-be-closed`, ELPA Syncer, 2023/08/11
- [nongnu] elpa/cider 52766a0bf1 5/9: Extract cider-xref-backend.el, ELPA Syncer, 2023/08/11
- [nongnu] elpa/cider fb2bcd9438 1/9: Fix the CIDER `xref-find-references` backend to return correct filenames, ELPA Syncer, 2023/08/11