Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CIDER

We are on a mission to build the best interactive development environment for Clojure.
Collective - Host: opensource - https://opencollective.com/cider - Website: https://cider.mx - Code: https://github.com/clojure-emacs/cider

Expand user manual

github.com/clojure-emacs/cider - 6bdaa582f3ba186f928af6c20b3fd84331ec6dc0 authored about 1 year ago by vemv <[email protected]>
Make jump-to-definition work in projects needing `cider-path-translations`

i.e. Dockerized projects.

Fixes #3413

github.com/clojure-emacs/cider - 45d8b7cf842a5c8546c04b1e3faf78256938abb7 authored about 1 year ago by vemv <[email protected]>
Rename sample-project -> tramp-sample-project

github.com/clojure-emacs/cider - f9ac43e7b10e0bbbf11826469187dd5599cee081 authored about 1 year ago by vemv <[email protected]>
Add `cider-debug-sesman-friendly-session-p` to the user manual

github.com/clojure-emacs/cider - 9c588af40a2c4c24fb1529c412a475ecddd36863 authored about 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.35.1

github.com/clojure-emacs/cider - 3e54af31ffec5468a250daa2624b4344eea4e564 authored about 1 year ago by vemv <[email protected]>
Don't lose the CIDER session over TRAMP files

Fixes https://github.com/clojure-emacs/cider/issues/3250

github.com/clojure-emacs/cider - 856a35cf97f0709e0e0e10b9b79d0cc345b13c70 authored about 1 year ago by vemv <[email protected]>
Add a Dockerfile for TRAMP development purposes

github.com/clojure-emacs/cider - 9e4bce60d946f6f677ae515b65a6734af26280cc authored about 1 year ago by vemv <[email protected]>
Make TRAMP functionality work when using non-standard ports

github.com/clojure-emacs/cider - 012e3fe71fef324856db74d26a29b239c3eceb88 authored about 1 year ago by vemv <[email protected]>
Describe `cider-locate-running-nrepl-ports`

github.com/clojure-emacs/cider - f14c8de03736b1849ea4413534639dfe6e9f745e authored about 1 year ago by vemv <[email protected]>
Check `.nrepl-port`-like files for liveness

Fixes https://github.com/clojure-emacs/cider/issues/3408

github.com/clojure-emacs/cider - 093f79cf0916c4c5ea7fbb9c113285cd026b7423 authored about 1 year ago by vemv <[email protected]>
Recompute namespace info on each fighweel-main recompilation

Similar to https://github.com/clojure-emacs/cider/pull/3396, except that it's only necessary on ...

github.com/clojure-emacs/cider - 363b8e9eb2dabde38d1241d929689a6533af65dd authored about 1 year ago by vemv <[email protected]>
Bump the injected Piggieback to 0.5.3

github.com/clojure-emacs/cider - 34f1bfc377845dd6c4bba3d4162d79b80ec329a2 authored about 1 year ago by vemv <[email protected]>
Settle on `*tests.el` naming

github.com/clojure-emacs/cider - 1f426a4ac885dafe12b87755f27a808bcfade2d1 authored about 1 year ago by vemv <[email protected]>
Run test suite on Emacs 29

github.com/clojure-emacs/cider - aa516693bdeff47fed8e8485f2d8b3a149fd118a authored about 1 year ago by vemv <[email protected]>
Remove unused `provide`s in tests

These can be confusing.

github.com/clojure-emacs/cider - 60aaf2cf445fb3cf951bdaf5b35080e5e61987cb authored about 1 year ago by vemv <[email protected]>
Cover `cider-format-connection-params`

github.com/clojure-emacs/cider - 74472b120b90fe3055e623e27da8e0f7be8ed6d5 authored about 1 year ago by vemv <[email protected]>
Bump some copyright years

github.com/clojure-emacs/cider - ff98bc7df24236abc5bc39dad4014f7a9a184b4e authored about 1 year ago by vemv <[email protected]>
Use `it` more

This ensures their execution is displayed on CI.

github.com/clojure-emacs/cider - f3f7d83bb1a56098f96a0c7cedcc12465572eb9c authored about 1 year ago by vemv <[email protected]>
fix `cider-format-connection-params` edge case for Emacs 29

Fixes https://github.com/clojure-emacs/cider/issues/3402

github.com/clojure-emacs/cider - 9d1c3cd203eb298e3785779c924407e31bc7f5c7 authored about 1 year ago by vemv <[email protected]>
Add a standard header suggesting `it` blocks

github.com/clojure-emacs/cider - 00f765b80014c55f81d7600ce945d6b4216a6d25 authored about 1 year ago by vemv <[email protected]>
Fix a bug recently introduced into `cider-locate-running-nrepl-ports`

Closes https://github.com/clojure-emacs/cider/issues/3406

github.com/clojure-emacs/cider - e0436e564db6571cbfa3c06e5ae079069021258d authored about 1 year ago by vemv <[email protected]>
`nrepl--port-from-file`: remove any trailing newline

Merely a presentational improvement.

github.com/clojure-emacs/cider - 4a35e243c2e6830af23d05dcb648c71816e3da97 authored about 1 year ago by vemv <[email protected]>
Enhance `cider-connect` to show all nREPLs available ports, instead of only Leiningen ones (#3399)

Fixes https://github.com/clojure-emacs/cider/issues/3390

Co-authored-by: ag91 <[email protected]...

github.com/clojure-emacs/cider - f376d2de9d4a9ed09c053db73ed667e61e391355 authored about 1 year ago by vemv <[email protected]>
Recompute namespace info on each shadow-cljs recompilation or evaluation (#3396)

Fixes https://github.com/clojure-emacs/cider/issues/3393

github.com/clojure-emacs/cider - 37de49a76d56b71eb9215c73bc33a4ed565e1e88 authored about 1 year ago by vemv <[email protected]>
Fix the CIDER `xref-find-references` backend to return correct filenames

Fixes https://github.com/clojure-emacs/cider/issues/3112

github.com/clojure-emacs/cider - fb2bcd94383fe0318db1c69cc4b2c1b27b2c4646 authored about 1 year ago by vemv <[email protected]>
Fix the `xref-find-definitions` CIDER backend to return correct filenames

github.com/clojure-emacs/cider - 816f04776726d515a81e5dd4ebc1fdafa41e70bd authored about 1 year ago by vemv <[email protected]>
`should-be-closed?` -> `should-be-closed`

github.com/clojure-emacs/cider - 65410fec14e7f73f199445d476a769b7cbb2ec25 authored about 1 year ago by vemv <[email protected]>
Extract cider-xref-backend.el

github.com/clojure-emacs/cider - 52766a0bf1f666950bb4fa7f45a8125a5f125530 authored about 1 year ago by vemv <[email protected]>
Fix the `cider-xref-fn-deps` buttons to direct to the right file

github.com/clojure-emacs/cider - e957b937a311bfbd1e8e100761a7a5fd65ada009 authored about 1 year ago by vemv <[email protected]>
Remove now-unused requires, document used one

github.com/clojure-emacs/cider - a9e710a5561df6afc0f81712183503de82910096 authored about 1 year ago by vemv <[email protected]>
Improve the presentation of `xref` data

github.com/clojure-emacs/cider - 7806de25a5dd5a9c826938660d2fd0fea42abc10 authored about 1 year ago by vemv <[email protected]>
Fix CircleCI macOS build

github.com/clojure-emacs/cider - cf671a8b100e6a923f1a92f78aa40ca5f0256873 authored about 1 year ago by vemv <[email protected]>
Expand the changelog

github.com/clojure-emacs/cider - 51d0ced2b87f64550661ccbb0dea8df9c16fcfbc authored about 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.35.0 (#3395)

https://github.com/clojure-emacs/cider-nrepl/blob/v0.35.0/CHANGELOG.md#0350-2023-08-09

github.com/clojure-emacs/cider - 9372e25c0d10525cec304072f0d5c382c695e24d authored about 1 year ago by vemv <[email protected]>
`cider-eval`: never jump to spurious locations (#3382)

Fixes #3331

github.com/clojure-emacs/cider - eedbab26684cb1ce01a940b5b0da9ff78aeb4eac authored about 1 year ago by vemv <[email protected]>
Fix `cider-test--string-contains-newline`

github.com/clojure-emacs/cider - 605e253776b76fdc6ec821626842ed9d566f88df authored about 1 year ago by vemv <[email protected]>
`cider-test`: don't render a newline between expected and actual (#3375)

github.com/clojure-emacs/cider - 1dc2c80293877ce90bb954f2558aa494d411893e authored about 1 year ago by vemv <[email protected]>
Show per-var test timing

github.com/clojure-emacs/cider - b2ce6c7aa6d51d5948661add717e5f9e5b7b9dad authored about 1 year ago by vemv <[email protected]>
Add `cider-test-toggle-fail-fast` along with a keybinding

github.com/clojure-emacs/cider - 2a88f03098a29d41aea756e4c54952714d8a3f65 authored about 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.34.0 (#3379)

github.com/clojure-emacs/cider - 1c5834aeff34b3cdd27725c51d328243862d6390 authored about 1 year ago by vemv <[email protected]>
`cider-connect-clj&cljs`: don't render `"ClojureScript REPL type:" for JVM repls (#3389)

Fixes https://github.com/clojure-emacs/cider/issues/3383

github.com/clojure-emacs/cider - b217386ec2f45a4e967a8039b29cc68758b5409e authored about 1 year ago by vemv <[email protected]>
Add `cider-clojurec-eval-destination` custom variable (#3387)

github.com/clojure-emacs/cider - be224e371f8b50d9870d2bac18b1c55eea3862bd authored about 1 year ago by Garrett Hopper <[email protected]>
Preserve the `:cljs-repl-type` more reliably (#3378)

github.com/clojure-emacs/cider - cc31f5b28a702238e56250535c71c180fb2bbda6 authored about 1 year ago by vemv <[email protected]>
Improve `nrepl-dict` error reporting

github.com/clojure-emacs/cider - b22daccde32aa0051f0cdbf25af5f531cc399c9b authored about 1 year ago by vemv <[email protected]>
[Fix #3236] `cider-repl-set-ns` no longer changes the repl session type from `cljs:shadow` to `clj` (#3376)

github.com/clojure-emacs/cider - 0eb360f990b8b27c4d23280eafea49795bd8a58f authored about 1 year ago by vemv <[email protected]>
Fix a choice of `face`

github.com/clojure-emacs/cider - b89275879c9639b7336dd6d6caca5290d3a52c13 authored about 1 year ago by vemv <[email protected]>
Introduce fail-fast functionality (#3374)

* Prefer `format`

https://github.com/clojure-emacs/cider/pull/3373#discussion_r1270531001

...

github.com/clojure-emacs/cider - 74be055295c92252a62f1d6647f75352d69c166c authored about 1 year ago by vemv <[email protected]>
`cider-test`: add timing information (#3373)

See also: https://github.com/clojure-emacs/cider-nrepl/issues/755

github.com/clojure-emacs/cider - 599ceb5841ffb621a3c8035433ad61d0e67e73b4 authored about 1 year ago by vemv <[email protected]>
[Docs] Update a reference to `cider-jack-in-clojurescript` (#3371)

github.com/clojure-emacs/cider - 02802a8cd5a6ac0b7c48685d892d49bf7059b966 authored over 1 year ago by vemv <[email protected]>
Add a link to the docs in cider-log.el

github.com/clojure-emacs/cider - bc8903b0c85cf0891f106337eabfc6f747d262a1 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Tweak markup

github.com/clojure-emacs/cider - ec787321f2301147ac1cddbc0118b4bf20202ab7 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Make logview optional

github.com/clojure-emacs/cider - 5920aa7d95f5ee478cbb0590f693af173c1b3209 authored over 1 year ago by Roman Scherer <[email protected]>
Don't use keybindings reserved for users

I initially picked the keybinding prefix `C-c l <key>` for CIDER log
mode not being aware that `...

github.com/clojure-emacs/cider - 239d4f9dee26c4dfb29fdbcec1c56924ca8be9df authored over 1 year ago by Roman Scherer <[email protected]>
Bump the injected version of cider-nrepl

github.com/clojure-emacs/cider - ca6893d182536b6b2df182956e24f8752580b902 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Add CIDER Log Mode

github.com/clojure-emacs/cider - ada5df5bfff2f43956902e6078688149d702a93d authored over 1 year ago by Roman Scherer <[email protected]>
Refine shadow-cljs documentation (#3360)

github.com/clojure-emacs/cider - dea866c0d8911bf1b13c11d727aba30b7e0a9831 authored over 1 year ago by vemv <[email protected]>
Fix `sesman-restart` regression issue with SIGHUP handling in server

github.com/clojure-emacs/cider - c61c5583236b1e0ae95a3e01cb73d86499845311 authored over 1 year ago by ikappaki <[email protected]>
repeat integrationt tests on failure, update sesman test comments

github.com/clojure-emacs/cider - c58eebe15c74db5e4c3fd9a88750032c1eb2d074 authored over 1 year ago by ikappaki <[email protected]>
Rename a variable

github.com/clojure-emacs/cider - e014c517d855cb820d4d29c5c76116a7b83b5364 authored over 1 year ago by vemv <[email protected]>
Fix #3307: Incorrect special-form eldocs

This fix is the CIDER companion to [this
PR](https://github.com/clojure-emacs/orchard/pull/166) ...

github.com/clojure-emacs/cider - be4fc3664b4a16b990a0ac0b0f886f623dfe3bfe authored over 1 year ago by Rohit Patnaik <[email protected]>
Bump the injected cider-nrepl to 0.31

github.com/clojure-emacs/cider - 0ca3aa033afde912ea2579e12f38d9a96ef0b97e authored over 1 year ago by Bozhidar Batsov <[email protected]>
Set the codename for CIDER 1.8

github.com/clojure-emacs/cider - 439a52e2ed990fca9e053c45a32062a7b1192393 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Bump the dev version

github.com/clojure-emacs/cider - 30fa97ce9dedb0acf6763824ed0581176c4b7dbf authored over 1 year ago by Bozhidar Batsov <[email protected]>
Ignore errors when filtering for dead REPLs

github.com/clojure-emacs/cider - 1f0e6c350751c7ffd689708d56b5fdbb777a9563 authored over 1 year ago by yuhan0 <[email protected]>
Update changelog

github.com/clojure-emacs/cider - 69d6bcba44b0ddf3f12654d4be3fdc6a3565e71e authored over 1 year ago by yuhan0 <[email protected]>
Prompt to kill dead repls after choosing not to reuse them

github.com/clojure-emacs/cider - 5d91ffcc75069efe9c513af285627a4e38685bb1 authored over 1 year ago by yuhan0 <[email protected]>
perf: only call cider-mode if not already enabled

Re-initializing cider-mode across many background buffers can cause
significant performance issues.

github.com/clojure-emacs/cider - c61689c7b25d3f1113d156d568dda1dfd074964f authored over 1 year ago by yuhan0 <[email protected]>
Disable Cider only when cider-auto-mode is enabled

github.com/clojure-emacs/cider - aa51f13ce655afa014ebc68edbd2327617dd90e2 authored over 1 year ago by yuhan0 <[email protected]>
Add changelog entry

github.com/clojure-emacs/cider - b94d4ed6a4b5df9dc56235923f5d7a1bb9282de9 authored over 1 year ago by yuhan0 <[email protected]>
Restore ability to reuse dead clj REPLs

Fixes #3353
Partially reverts 4004862521836ad613c26dc6a3e8ba94c68a229e

github.com/clojure-emacs/cider - a903e9e15b98d65091302f0ebc55b2350ff21218 authored over 1 year ago by yuhan0 <[email protected]>
Add section about dead REPLs to user manual

github.com/clojure-emacs/cider - 049eb30caf7e9ce47e2993903820361b829f0799 authored over 1 year ago by yuhan0 <[email protected]>
Fix lint warnings

github.com/clojure-emacs/cider - 152f7f1805e83b4de8ee4c102898be41b66b0d16 authored over 1 year ago by yuhan0 <[email protected]>
Remove unnecessary autoload, add tagged choices

github.com/clojure-emacs/cider - 4260f10e9a8abdf60f6174c86730edfa05356a9b authored over 1 year ago by yuhan0 <[email protected]>
Tweak wording of prompts

github.com/clojure-emacs/cider - e0dd24ee74d2625bb7b9233487bdbe51d8ed7a58 authored over 1 year ago by yuhan0 <[email protected]>
Add user customization for reusing dead REPLs

github.com/clojure-emacs/cider - 7e8645fe350c2e1736ae8e4e25e2bb181d2941cd authored over 1 year ago by yuhan0 <[email protected]>
Update figwheel instructions

This is to match what figwheel-main-template produces, it could trip up new
ClojureScript users.

github.com/clojure-emacs/cider - ec97c88c46759afd929a415604311a3b2aecb338 authored over 1 year ago by Julio César <[email protected]>
installation.adoc: mention full JDK as a prerequisite

Closes https://github.com/clojure-emacs/cider/pull/3340

github.com/clojure-emacs/cider - 8023414f9bf971ccd374a455e7660c136b9b11ce authored over 1 year ago by vemv <[email protected]>
Make new jack-in-dependencies COMMAND arg &optional

so that it does not break API compatibility

github.com/clojure-emacs/cider - 99c90fc5d8158e116d5d6abce78da02c3aed5f5e authored over 1 year ago by ikappaki <[email protected]>
Treat PowerShell quoting as a special case of`shell-quote-args'

- `cider-inject-jack-in-dependencies' requires an additional arg
- introduces `cider--shell-quot...

github.com/clojure-emacs/cider - d21f4b2f05c11a6d76f2ea5038ddf879fd92889b authored over 1 year ago by ikappaki <[email protected]>
Always escape clojure cli command params on MS-win

even for non powershell invocations

github.com/clojure-emacs/cider - 64819740efc952ec3d44a0e6041dca6e8f122611 authored over 1 year ago by ikappaki <[email protected]>
Fix incorrect paredit binding override in #3335

github.com/clojure-emacs/cider - 3b8e5396ac8fc60fb9284aece1fc8c325516f745 authored over 1 year ago by yuhan0 <[email protected]>
Disable paredit-RET binding in cider-repl-mode (#3335)

github.com/clojure-emacs/cider - 0fa58acd93d7305ddc823d5bd670a2e3362bacd2 authored over 1 year ago by yuhan0 <[email protected]>
[Doc] Add a note about the REPL utils and similar CIDER commands

github.com/clojure-emacs/cider - 36a90c41c617a5da9473200ccdb07e53eec7172b authored over 1 year ago by Bozhidar Batsov <[email protected]>
[Docs] Document how to load REPL utils

github.com/clojure-emacs/cider - 969a66a14df4c6356be91b01cff1a7e585a967c5 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Fix incorrect deprecations

github.com/clojure-emacs/cider - b2d4769db33c000b7b49b94f31935faf4a229ce9 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Fix a docstring

github.com/clojure-emacs/cider - 1503f195f435559a125974597d73bfc7e6d11087 authored over 1 year ago by Bozhidar Batsov <[email protected]>
[Fix #3295] Deprecate cider-*-global-options (#3330)

This also introduces cider-clojure-cli-parameters, as it didn't exist.

github.com/clojure-emacs/cider - da13f3c17d9f8ce60c7d634adbc5d2eead7bccd8 authored over 1 year ago by gpapadok <[email protected]>
Switch back the docs version

github.com/clojure-emacs/cider - a961ee3c4b64109f7a9f4cd52b842cc0290facb6 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Release CIDER 1.7

github.com/clojure-emacs/cider - f39e0b52014913f5acc1dc28ad94c68385c0834e authored over 1 year ago by Bozhidar Batsov <[email protected]>
Pick a code name for the next release

github.com/clojure-emacs/cider - 10cc78675e0f3b7746050e218fe897c4c3173960 authored over 1 year ago by Bozhidar Batsov <[email protected]>
[Docs] Add a note about merging multiple documentation sources with Eldoc

github.com/clojure-emacs/cider - 7a717fc605f8904984724b7fd9a14769b90b65b8 authored over 1 year ago by Bozhidar Batsov <[email protected]>
[Docs] Document cider-use-tooltips

github.com/clojure-emacs/cider - bd54061210d2ad394cc784b03083c9bd64190272 authored over 1 year ago by Bozhidar Batsov <[email protected]>
[Docs] Document how to remove CIDER's eldoc function

github.com/clojure-emacs/cider - cc23232a7d02af0a92dea44b1298d5dc3c472cf8 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Tweak a changelog entry

github.com/clojure-emacs/cider - 8f3085c77306fa9e3d11c4664705f449f024bdd9 authored over 1 year ago by Bozhidar Batsov <[email protected]>
[Docs] Mention cider-repl-display-output-before-window-boundaries

github.com/clojure-emacs/cider - b33e18260aa3d6c79451a4c2bbace072c8256869 authored over 1 year ago by Bozhidar Batsov <[email protected]>
[Fix #3219] Speed up printing output in the REPL buffer

I've opted to disable by default forcing the display of output when the REPL prompt is at the fi...

github.com/clojure-emacs/cider - 2e213f92d7bd84da9bf3826a42edb43a4e2fe7b3 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Bump the development version

github.com/clojure-emacs/cider - 1ed5163433c991c00ea83fdd4447e8daf4aeccbe authored over 1 year ago by Bozhidar Batsov <[email protected]>