| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CIDER 1.22.2 source code.tar.gz | 2026-06-17 | 8.9 MB | |
| CIDER 1.22.2 source code.zip | 2026-06-17 | 9.0 MB | |
| README.md | 2026-06-17 | 897 Bytes | |
| Totals: 3 Items | 17.9 MB | 0 | |
Bugs fixed
- #3958: Fix
cider-stacktracecrashing on ClojureScript errors whose cause has no exception class. - #3959: Emit stdout (e.g. the
timemacro's "Elapsed time" line) when pretty-printing an eval result to a comment. - #3960: Browse single-segment namespaces (e.g.
user) fromcider-browse-ns-allinstead of opening their docs. - #3961: Recognize
?and!in symbols forcider-find-dwim(e.g.teardown!).
Changes
- #3919: Rename the
cider-jack-in-toolsregistry key:universal-prefix-argto:dispatch-prefix-arg, to avoid clashing with the Emacs universal-argument (C-u) terminology.