cider
- Description
- Clojure Interactive Development Environment that Rocks
- Latest
- cider-1.17.0snapshot0.20250120.93508.tar (.sig), 2025-Jan-20, 1.28 MiB
- Maintainer
- Bozhidar Batsov <bozhidar@batsov.dev>
- 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.17.0snapshot0.20250118.90655.tar.lz | 2025-Jan-18 | 236 KiB |
cider-1.17.0snapshot0.20250117.93341.tar.lz | 2025-Jan-17 | 236 KiB |
cider-1.17.0snapshot0.20250111.210240.tar.lz | 2025-Jan-12 | 236 KiB |
cider-1.16.1.0.20250105.70719.tar.lz | 2025-Jan-05 | 236 KiB |
cider-1.16.1.0.20241223.132011.tar.lz | 2024-Dec-23 | 236 KiB |
cider-1.15.1.0.20240909.195107.tar.lz | 2024-Sep-09 | 236 KiB |
cider-1.14.0snapshot0.20240529.183327.tar.lz | 2024-May-29 | 236 KiB |
cider-1.10.0.0.20231031.193913.tar.lz | 2023-Oct-31 | 229 KiB |
cider-1.9.0.0.20231024.195502.tar.lz | 2023-Oct-24 | 228 KiB |
cider-1.2.0.0.20220104.100235.tar.lz | 2022-Jan-04 | 189 KiB |
News
Changelog
master (unreleased)
New features
- Automatic downloading of third-party Java sources for better Java documentation and jump-to-definition functionality. See Obtaining source JARs.
- CIDER History: Add a command to delete history item at point.
Changes
- Bump the injected nREPL version to 1.3.1.
- Bump the injected
cider-nrepl
to 0.52.0. - #3574: New value
per-project
forcider-repl-history-file
to save the history on a per-project basis.
Bugs fixed
- #3763: Fix
cider-docview-render
completion popup error when symbol being completed does not have a docstring.
1.16.1 (2024-12-03)
Changes
- Bump the injected
cider-nrepl
to 0.50.3. - #3753: Add
cider-log-show-frameworks
command to show available log frameworks in a buffer. - #3746: Bring back
cider
completion style for activating backend-driven completion.
Bugs fixed
- #3742: Restore syntax highlighting of result in the minibuffer.
- #3747: Fix errors when docstring is
nil
. - #3757: Fix inspector's
def-current-value
selecting wrong REPL when multiple are connected. - #3754: Fix regex in
cider-ns-from-p
.
1.16.0 (2024-09-24)
Changes
- Bump the injected nREPL version to 1.3.
- #3733: Remove support for sideloading. (this experimental feature was removed from nREPL 1.3)
- Bump the injected
cider-nrepl
to 0.50.2.- Introduce new backend for CIDER tracing functionality (replacing
tools.trace
). - Remove special handling of Boot classpath.
- Introduce new backend for CIDER tracing functionality (replacing
Bugs fixed
- #3722: Call
cider-docstring--format
after checking argument is notnil
. - #3739: Leiningen jack-in fails when
cider-enable-nrepl-jvmti-agent
is enabled.
1.15.1 (2024-07-01)
Changes
- #3714: Show progress when evaluating files using
cider-load-all-files
. - #3713: Optimize
nrepl-dict-get
and deprecate its 3-argument arity. - #3719: Remove duplicated keybinding.
- Bump the injected
cider-nrepl
to 0.49.1.- Reduces the minimal supported Clojure version to 1.10.0 (from 1.10.3).
1.15.0 (2024-06-10)
New features
- #3692: Add ability to switch view modes in the inspector (bound to
v
). - #3693: Add
cider-enable-nrepl-jvmti-agent
defcustom to enable loading native nREPL JVMTI agent which restores thread stop ability on Java 21+.