Ecosyste.ms: OpenCollective

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

github.com/clojure-emacs/cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://github.com/clojure-emacs/cider

Don't set `default-directory` to nil

https://github.com/clojure-emacs/cider/issues/3533#issuecomment-1768701833

fd79a324d5a6050d6fe3ddad7610023f2d9e8d4e authored about 1 year ago by vemv <[email protected]>
Refine Sesman session linking to accurately work on `*cider-test-report*` buffers (#3535)

Fixes #3533

89ed54061e57b3947c8a4d305a2f2e01985d443f authored about 1 year ago by vemv <[email protected]>
`cider-jump-to-locref-at-point`: don't jump to non-existing files (#3540)

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

7b2e892db7ca78e2ddebe3a0e2776b8e9a15524e authored about 1 year ago by vemv <[email protected]>
Avoid `No comment syntax is defined` prompts (#3538)

Fixes #2903

c06ed73ef0bcdf9b42d842920863c2510606a5c6 authored about 1 year ago by vemv <[email protected]>
Introduce `cider-shorten-error-overlays` customization option (#3531)

Fixes #3525

27ed54709944cf11e4050ba944855fcacdb2ed83 authored about 1 year ago by vemv <[email protected]>
Preserve the font size as one navigates through the CIDER inspector (#3530)

Fixes #3527

ac38d36da471136d0378c887150d48ea19de8cc0 authored about 1 year ago by vemv <[email protected]>
Fix `cider-expected-ns` and `cider-provide-file` issues on Windows tests (#3532)

- `cider-expected-ns`: can't use a fake `/a` path because it exists on
the GH windows machine.
...

55e5d229dc181a32e0328387dd7509ff7b954236 authored about 1 year ago by ikappaki <[email protected]>
Introduce `errors-only` value for `cider-use-overlays` (#3524)

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

151b02b3875ef66d0fd83f2e60990f857de17c43 authored about 1 year ago by vemv <[email protected]>
Expand `cider-clojure-compilation-regexp`

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

08a9adf01c3e6aef9fcee9d7bc7e378f102ac994 authored about 1 year ago by vemv <[email protected]>
Remove module info from the error overlay

b83c997ec2473254f97e8754c217ce2d485b9d33 authored about 1 year ago by vemv <[email protected]>
`defconst cider-version "1.8.3-snapshot"`

93da20e5ccb1f770487992f5eceda9219989eea5 authored about 1 year ago by vemv <[email protected]>
1.8.2

The commit tagged as v1.8.1 was faulty (as it hadn't updated `defconst cider-version`).

0f689fd5136a00e35999ee2d642de6a1c0726273 authored about 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.40.0 (#3520)

https://github.com/clojure-emacs/cider-nrepl/blob/v0.40.0/CHANGELOG.md#0400-2023-10-15

https:...

d8e429116f36364cdca9c706542554de6aa38230 authored about 1 year ago by vemv <[email protected]>
Switch back the docs version

74e840fe34623cd7030ea2fb97e84bc7316aba40 authored about 1 year ago by Bozhidar Batsov <[email protected]>
Release CIDER 1.8.0 ("Geneva") (#3518)

e9936f52432d25fdb2477dc4ec8fe95a7806e784 authored about 1 year ago by vemv <[email protected]>
Use enrich-classpath 1.18.2 (#3517)

https://github.com/clojure-emacs/enrich-classpath/compare/v1.18.1...v1.18.2

c258efd0853945289e12faab6b73e189f019687a authored about 1 year ago by vemv <[email protected]>
Tweak wording

f7f468f8b91705f16874a1e33f538b206288279a authored about 1 year ago by Bozhidar Batsov <[email protected]>
Fix a typo

d39e49cfc08f4a89ccdcf96854e0a9e038bc156f authored about 1 year ago by Bozhidar Batsov <[email protected]>
Add some links to the CHANGELOG

c28b9ed9591e6189d0ca82a5377cfaf21fb2c30b authored about 1 year ago by vemv <[email protected]>
User manual: add "Working with Containers" section

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

b64213b76dabc0350691a20b981bdf10fbff61d5 authored about 1 year ago by behrica <[email protected]>
Introduce `cider-enable-flex-completion` (#3509)

Replaces `cider-company-enable-fuzzy-completion`, which is now deprecated.

36737a9726fe30a5b21622bc9dc2363df155789b authored about 1 year ago by vemv <[email protected]>
Use clojure-mode 5.17.1

181bbccf88f4d656df548f8e4d6a446884076b16 authored about 1 year ago by vemv <[email protected]>
Use `cider-nrepl` 0.39.1 (#3513)

https://github.com/clojure-emacs/cider-nrepl/blob/v0.39.1/CHANGELOG.md#0391-2023-10-12
https://...

d74bd420cad53ff0ed5465e6e3f691dcc528366a authored about 1 year ago by vemv <[email protected]>
Remove problematic optimization

This recent addition somehow managed to make the shadow-cljs compilation messages to be swallowe...

4c3e5e6e996cf592bdb65911c2592329d9e30639 authored about 1 year ago by vemv <[email protected]>
Use enrich-classpath 1.18.1 (#3512)

bcae88a2b1d3f739870d9b3e928bfa3fba3013df authored about 1 year ago by vemv <[email protected]>
Use the right eval function

Fixes a bug introduced in https://github.com/clojure-emacs/cider/commit/47d9a95c085c812747e9a952...

27c018cb488e35304b54425fb37d7c9083b806c2 authored about 1 year ago by vemv <[email protected]>
Make `clojure.sh`asdf-compatible

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

838af8973e207a3bf084d8522ba9d30eb21e7a4e authored about 1 year ago by tucho <[email protected]>
Add shellcheck

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

42c6441f1aef1a7236bc8ab9139e13b787dd2c80 authored about 1 year ago by vemv <[email protected]>
Tweak the TRAMP sample project

16816ca05400f896170ed264a560f1e023ecd3b7 authored about 1 year ago by vemv <[email protected]>
Add missing case for Clojure 1.10 syntax errors (#3506)

Loading a buffer sometimes fails silently, since `cider-handle-compilation-errors` currently doe...

cd5cbb3de54d85e6fbf675beb05dd766b050d1d4 authored about 1 year ago by Magnar Sveen <[email protected]>
Correct a changelog entry

7a494388934e83e7b16f7c6732754ac3086f0c5c authored about 1 year ago by vemv <[email protected]>
Fix a typo in docs

fd0df9d4b7ce189aa81833597d5dbf278bfab31a authored about 1 year ago by vemv <[email protected]>
Add sensible category overrides for `cider` (#3504)

This possibility was enabled by https://github.com/clojure-emacs/cider/pull/3226

It can be se...

7e68df2bf930f9ea577ffa76172a0b00ff391fe3 authored about 1 year ago by vemv <[email protected]>
Offer the `Member in class:` prompt to be easily skipped under ido-mode (#3501)

604ffac50f52a09099963e328c9b1b9538112398 authored about 1 year ago by vemv <[email protected]>
Make `cider-repl-set-ns` more reliable on Piggieback connections

Fixes #3503
Partially reverts 5f705b

47d9a95c085c812747e9a95229495cd0638bba57 authored about 1 year ago by vemv <[email protected]>
Tweak a couple of changelog entries

d6a1ebbe89c9ae2bee913becfb70f28dd2238212 authored about 1 year ago by Bozhidar Batsov <[email protected]>
Introduce `cider-eval-dwim`

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

33baff8d131fe2c3f8dbf21854182ed5a33415e8 authored about 1 year ago by samhedin <[email protected]>
Introduce Java doc comment rendering (#3472)

ee1975d8d56668bdfaa2fcf47e53f7e8533861cf authored about 1 year ago by vemv <[email protected]>
Prevent double spaces in `current-time-string`

5edfbc0bedef4c751f2e753477eb3ca4986bf0f0 authored about 1 year ago by vemv <[email protected]>
GHA: avoid duplicated jobs

6f63720845b2645c0efe1b0be0d893a96beef80b authored about 1 year ago by vemv <[email protected]>
Update Clojure CLI aliases examples to not include leading -A or -M

500da5fe07908da8014ffd51fd75f069727cdc56 authored about 1 year ago by vemv <[email protected]>
Expand codespell.txt

e7a52cda07ea23da5fd6b0bc87ecc43245b406c5 authored about 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.39.0

https://github.com/clojure-emacs/cider-nrepl/blob/v0.39.0/CHANGELOG.md#0390-2023-10-05
https://c...

8fb999b82f95fc20f066e37264f44573d2bc5e93 authored about 1 year ago by vemv <[email protected]>
Use clojure-mode 5.17.0 (#3494)

https://github.com/clojure-emacs/clojure-mode/blob/v5.17.0/CHANGELOG.md#5170-2023-09-11

9b300bf817e77f611f9c589c9cdd665f19d98c5f authored about 1 year ago by vemv <[email protected]>
Interactive evaluation: show a shorter overlay when rendering compilation errors (#3493)

f508aa1325eb1342095a516301f6a3ebc2f43fa8 authored about 1 year ago by vemv <[email protected]>
Introduce `cider-inspector-preferred-var-names` (#3483)

9961fc9434eebdfb6557e50b9616919bd74e644f authored about 1 year ago by vemv <[email protected]>
Restore `cider--display-interactive-eval-result` overlays for compilation errors (#3492)

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

ef805c8bec2ab06864adb6c1436e4cb3ac16ea64 authored about 1 year ago by vemv <[email protected]>
Bump `parseedn`

https://github.com/clojure-emacs/parseedn/blob/v1.2.0/CHANGELOG.md#120-2023-09-29

67cedbb58783b77192f0fc8887b71d481b9b884d authored about 1 year ago by vemv <[email protected]>
Improve the reliability of `cider--shadow-get-builds`

0477ca056f2ff3ae9253f2ab1fb047959708120c authored about 1 year ago by vemv <[email protected]>
`cider-connect`: also look for Babashka nrepl servers (#3489)

b39d8fa13cf6e9dd6effeb6987e874b8ac9a082f authored about 1 year ago by vemv <[email protected]>
cider--sesman-friendly-session-p: check for `ns-list` op availability

This speeds up `(cider-current-repl)` performance in non-linked buffers from to 0.01s to 0.00098...

bb1c477c44afaf4ef1b907bd069d117f63d498e7 authored about 1 year ago by vemv <[email protected]>
Use enrich-classpath 1.18.0 (#3486)

https://github.com/clojure-emacs/enrich-classpath/compare/v1.17.2...v1.18.0
https://clojars.org...

6b36f091069955a43d3d25ed5b681735af9528ae authored about 1 year ago by vemv <[email protected]>
Fix `cider-test-rerun-failed-tests` (#3485)

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

This was a bug introduced in 74be055...

48d5fbd702f43f1a8c440346d9734b1ef0511da1 authored about 1 year ago by vemv <[email protected]>
Refine `cider-test-run-test` (#3481)

Fixes #2958
Fixes #3279

Co-authored-by: tvirolai <[email protected]>

52243cf2d7af8a89e4d37430cef1755fcb0f8d6c authored about 1 year ago by vemv <[email protected]>
Fix `cider-insert-commands-map` variable initialization (#3478)

4cdcf7e2f91d89b733accf8e8c26195ea0f9be5f authored about 1 year ago by Maks <[email protected]>
Use enrich-classpath 1.17.2 (#3479)

https://github.com/clojure-emacs/enrich-classpath/compare/v1.17.1...v1.17.2

c4425fe9e129d98bf3347574d39b529718cabb97 authored about 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.38.1 (#3476)

https://github.com/clojure-emacs/cider-nrepl/blob/v0.38.1/CHANGELOG.md#0381-2023-09-21
https://...

95d8facd9a94aa723c9a11e5061ed0e109541b55 authored over 1 year ago by vemv <[email protected]>
Fix C-j keybinding in cider scratch buffer (#3475)

C-j is bound to a different function in newer versions of paredit.

147055a5583e0192358b2ccb1aa8ba5accdbaab5 authored over 1 year ago by p4v4n <[email protected]>
Don't require `cider-log` eagerly

It adds a some startup performance overhead (as it has transitive dependencies),
and most import...

31a65a15bf1fec41267c90437eaa75e46f67857b authored over 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.38.0 (#3471)

https://github.com/clojure-emacs/cider-nrepl/blob/v0.38.0/CHANGELOG.md#0380-2023-09-21

74ecdacd40ab4ae1442a0ff4be93e0379057f0f9 authored over 1 year ago by vemv <[email protected]>
Move a couple of settings to .dir-locals.el

508608468811ff88bf50d2a0d3fb3c5793423b2b authored over 1 year ago by Bozhidar Batsov <[email protected]>
Eldev: enable slightly longer docstring first sentences

cf3c76a3c2c09a1549757eeb20cd9548bf3e9364 authored over 1 year ago by vemv <[email protected]>
Use enrich-classpath 1.17.1 (#3469)

https://github.com/clojure-emacs/enrich-classpath/compare/v1.17.0...v1.17.1
https://clojars.org...

98794785572ed0098d40e34cea7f8d088d1dd905 authored over 1 year ago by vemv <[email protected]>
Restore usual `cider--connected-handler` performance for JVM Clojure repls

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

b75e53882faa05cffcd1982fde90dcfe9429ec9f authored over 1 year ago by benjamin-asdf <[email protected]>
Delete now-irrelevant section from dealing_with_errors.adoc

0e56b64c2c7c3472ddaa17683e564b1a502f5962 authored over 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.37.1 (#3465)

09d72192a4734653ca0b1b4b227c38760880fc63 authored over 1 year ago by vemv <[email protected]>
middleware_setup.adoc: add some xrefs

cc1eb0db6a71a80b1c1bc4df25db8b25fa8eeeff authored over 1 year ago by vemv <[email protected]>
Fix broken markup in middleware_setup.adoc

a786c527da04ea44b6eb1374f14387f55deab2cf authored over 1 year ago by vemv <[email protected]>
Use enrich-classpath 1.17.0 (#3462)

https://github.com/clojure-emacs/enrich-classpath/compare/v1.16.0...v1.17.0

ad9225f298aceb40a59906c50ce65211e8fba807 authored over 1 year ago by vemv <[email protected]>
Restore xref-based jump-to-definition in Babashka (#3460)

Fixes #3456

f56418106f32717c68874142be679a1ee20bbc84 authored over 1 year ago by vemv <[email protected]>
Replace `beginning-of-defun` fn

5718f13e09093466441d5fcbd308397c43a880d8 authored over 1 year ago by p4v4n <[email protected]>
Fix flaky `cider-format-connection-params` test (#3457)

60a14b097f3b27b8d6cc9d2ed29a36cab4c2a54b authored over 1 year ago by p4v4n <[email protected]>
Fix some docs markup

5d87a4d2990cc17e9a1ba88ea9063b3278796fad authored over 1 year ago by vemv <[email protected]>
Use and document enrich-classpath 1.16.0

ec7bec85c995d8d9afe2289a1d5f7e84ff868a4c authored over 1 year ago by vemv <[email protected]>
Make Lein enrich-classpath jack-in async

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

cdf46363721c8b5eb6a6cda075096265f758b7c6 authored over 1 year ago by vemv <[email protected]>
Bump enrich-classpath

Fixes a Clojure CLI issue.

866230788d762878df10c33eab89ccda284131de authored over 1 year ago by vemv <[email protected]>
`cider-sync-request:ns-path`: add a precondition

This would have saved me a confusing stacktrace.

e906b8619790589184ba20851825c89c9b26f9a2 authored over 1 year ago by vemv <[email protected]>
Improve the reliability of `cider--find-keyword-loc`

* Allow to jump to a qualified keyword within the same ns
* Explicitly forbid querying non-quali...

ef5bbe080fdd7b4e33f31e8354eaea04413aefca authored over 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.37.0

8bb1401a41afeaac38cef1322a0a1f148670e1ad authored over 1 year ago by vemv <[email protected]>
Rework `cider-find-keyword`

* Make it work in ClojureScript
* Don't match non-symbols
* Don't match keywords that are a supe...

e8b61c4efdee5b2671b446315aaeae3fe2d3fadb authored over 1 year ago by vemv <[email protected]>
Always match friendly sessions for special buffers (#3432)

05c8203b252fcb69addd058fc05878b1b31ba837 authored over 1 year ago by vemv <[email protected]>
Docs: fix some unordered lists

8a186ff8789aa8b2cadc85ba4f06fec0956596a3 authored over 1 year ago by vemv <[email protected]>
Fix middleware_setup.adoc markup

f5a59d1230c639235f567bfc559a620a68c9c2b5 authored over 1 year ago by vemv <[email protected]>
Don't pass a nil callback when calling `cider/get-state` (#3439)

09a426ac673fd53fd814d18b277e1c50984b2a7e authored over 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.36.1 (#3436)

205facc6f2e6013f9209afd20cb9e8a2c783c1b6 authored over 1 year ago by vemv <[email protected]>
Use revamped enrich-classpath plugin (#3364)

d823bd1d1488297be30652988239682d2157ff99 authored over 1 year ago by vemv <[email protected]>
`cider--sesman-friendly-session-p`: avoid semi-recursive edge case (#3435)

253c22f420199ce1eb9abb104ac4222d0098bca9 authored over 1 year ago by vemv <[email protected]>
Prevent malformed `cider-repl-history-file`s from failing `cider-cider-jack-in` (#3429)

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

3d0c841326198aaad55b673b7ae3b2efe932da7a authored over 1 year ago by vemv <[email protected]>
Use `clojure-find-ns` safely (#3428)

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

3952734aa2edd1a96bb2fce8782aa7439f1b2813 authored over 1 year ago by vemv <[email protected]>
Ensure there's a leading `:` when using `cider-clojure-cli-aliases` (#3426)

73f0d05160ccd7c5a4ea9f794137d41bf9ae5449 authored over 1 year ago by vemv <[email protected]>
Mention paren-face in the docs

09262615f38fdfbf92aa442f749872e7988f94a5 authored over 1 year ago by vemv <[email protected]>
Mention Cider Storm in the docs

90792bf1cd312d83b687f80790e849ec83c9c14b authored over 1 year ago by vemv <[email protected]>
Expand `cider--sesman-friendly-session-p`'s docstring'

0e76b141054f091fa1a21fea7f2a5604b2f7f8d4 authored over 1 year ago by vemv <[email protected]>
Also match friendly sessions based on the buffer's ns form

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

a0d0c3c70a1968ed2342bb8bf0369f37d3216ed0 authored over 1 year ago by vemv <[email protected]>
Introduce `cider-ignored-error-phases`

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

c8080cdda9aa7782e135240b63ded7eccd29a67b authored over 1 year ago by vemv <[email protected]>
Use cider-nrepl 0.36.0

d333ca7d607b1a732c59af2dde3f8192915c2aac authored over 1 year ago by vemv <[email protected]>
`cider-auto-jump-to-error`: also recognise macroexpansion errors

65b7ef6e270f6766fd4cf31060e8440b6a5030d9 authored over 1 year ago by vemv <[email protected]>
Don't possibly pass garbage to `lsof` (#3420)

895e5e9cf2bd064bacfdb427c8f9f2a2c1061e45 authored over 1 year ago by vemv <[email protected]>
[Docs] Tweak some markup

04506ad5e62184190a152d913572348d74aa9584 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Introduce `cider-stacktrace-navigate-to-other-window` defcustom (#3417)

8bb19a9e2804a117338b5940ec7699bf2b08b3ec authored over 1 year ago by vemv <[email protected]>