NonGNU ELPA - cider

cider

Description
Clojure Interactive Development Environment that Rocks
Latest
cider-1.13.1.tar (.sig), 2024-Mar-31, 1.26 MiB
Maintainer
Bozhidar Batsov <bozhidar@batsov.dev>
Atom feed
cider.xml
Website
https://www.github.com/clojure-emacs/cider
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

Provides a Clojure interactive development environment for Emacs, built on
top of nREPL.  See https://docs.cider.mx for more details.

Old versions

cider-1.13.0.tar.lz2024-Jan-15 232 KiB
cider-1.12.0.tar.lz2023-Nov-24 232 KiB
cider-1.11.1.tar.lz2023-Nov-12 231 KiB
cider-1.11.0.tar.lz2023-Nov-07 231 KiB
cider-1.10.0.tar.lz2023-Oct-31 229 KiB
cider-1.9.0.tar.lz2023-Oct-24 228 KiB
cider-1.8.3.tar.lz2023-Oct-19 227 KiB
cider-1.8.2.tar.lz2023-Oct-15 226 KiB
cider-1.8.0.tar.lz2023-Oct-13 226 KiB
cider-1.7.0.tar.lz2023-Mar-23 201 KiB
cider-1.6.0.tar.lz2022-Dec-21 199 KiB
cider-1.5.0.tar.lz2022-Aug-24 195 KiB
cider-1.4.1.tar.lz2022-May-25 192 KiB
cider-1.4.0.tar.lz2022-May-02 191 KiB
cider-1.3.0.tar.lz2022-Mar-06 190 KiB
cider-1.2.0.tar.lz2021-Dec-28 199 KiB

News

Changelog

master (unreleased)

1.13.1 (2024-02-01)

Bugs fixed
  • #3605: avoid cider--error-phase-of-last-exception recursive loop.
  • #3613: adapt cider-completion-context.el to upstream changes in Compliment.
  • #3587: avoid overlays and messages on stderr that is unrelated to exception handling.

1.13.0 (2024-01-14)

Changes
  • #3588: Compatibility with pwsh 7.3 quoting rules.
  • Introduce the cider-log-show function.
  • Bump the injected enrich-classpath to 1.19.0.
  • Bump the parseedn required version to 1.2.1.
  • Bump the injected cider-nrepl to 0.45.0.
    • Introduces Timbre compatibility for CIDER Log Mode.
    • Fixes JS completions for nested objects.
    • Bundles other fixes and reliability improvements.

1.12.0 (2023-11-24)

Changes
  • #3576: CIDER Inspector: display Java class/method/field block tags (Returns/Throws/Params info) when available.
  • CIDER Inspector: introduce 1 keybinding which performs cider-inspector-tap-at-point.
  • CIDER Inspector: introduce o keybinding which performs cider-inspector-open-thing-at-point.
  • CIDER Inspector: introduce : keybinding which performs cider-inspect-expr-from-inspector.
  • CIDER Inspector: retain truncate-lines values across screens.
  • #3580: cider-test: make test vars in test results reports clickable.
    • As defined in the newly introduced cider-test-var-keymap var.
  • #3582: Handle cider-clojure-compilation-error-phases values that have been customized to t.
  • #3581: Bump the injected enrich-classpath to 1.18.6.
    • Handles Clojure CLI :paths directly defined as :aliases.
  • Bump the clojure-mode required version to 5.18.1.
  • Bump the injected cider-nrepl to 0.44.0.

1.11.1 (2023-11-11)

Changes
  • Bump the injected cider-nrepl to 0.43.3.
    • Improves performance for error-handling functionality.
  • Bump the injected enrich-classpath to 1.18.4.
    • Handles a Clojure CLI edge case.

1.11.0 (2023-11-07)

New features
Changes
  • CIDER Inspector: display Java class/method/field info when available. ... ...