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

Update the manual installation section of the user's manual

github.com/clojure-emacs/cider - 7000b3757d654f22e76aec7867e1eab4d3083eca authored over 6 years ago
Kill a redundant declare-function

github.com/clojure-emacs/cider - 73278d76fae8ade321631f2ce71ef26e5fc42fe7 authored over 6 years ago
Improve a docstring

github.com/clojure-emacs/cider - ebec8911ca501b6311614756d299af103159c74d authored over 6 years ago
Rename cider--recently-visited-buffer to cider-selector--recently-visited-buffer

github.com/clojure-emacs/cider - c3f4d157079eff77f8c0291213a5af655622967a authored over 6 years ago
Add the ability to jump to the profiler buffer using `cider-selector`

github.com/clojure-emacs/cider - 4b5f28bfadd2428c3a8386dcb982993a29ea4e84 authored over 6 years ago
Rename cider--scratch-insert-welcome-message to cider-scratch--insert-welcome-message

github.com/clojure-emacs/cider - 9af225e00509ba5a68bff312cfae45e19f594eac authored over 6 years ago
Rename cider-create-scratch-buffer to cider-scratch--create-buffer

github.com/clojure-emacs/cider - 9d46a4f8b4eb7f32deca1b904d425370b58e67ea authored over 6 years ago
Rename cider-find-or-create-scratch-buffer to cider-scratch-find-or-create-buffer

github.com/clojure-emacs/cider - e78389572f637fb0a9705046ef16507e97e52234 authored over 6 years ago
Remove `cider-visit-error-buffer` in favour of using `cider-selector`

github.com/clojure-emacs/cider - 27910f39b99fa5a94dadd170a2c9c1735c79dbdc authored over 6 years ago
[Fix #2373] Make it possible to configure the welcome message displayed in scratch buffers

github.com/clojure-emacs/cider - 1e684aca022a166b97756161072ed71cf7073e9e authored over 6 years ago
Try to fix the broken links in the PR template

github.com/clojure-emacs/cider - e0540a28d3ac85fe711e296065e080aeae007fb0 authored over 6 years ago
Update a reference to Emacs 26.1

github.com/clojure-emacs/cider - 35329bf49e50d1782c2c0397554f8c53d9fcf946 authored over 6 years ago
Extend the section on autoloads in the manual

github.com/clojure-emacs/cider - 563ec60eb2576a76474bcc975710a07c2bd95407 authored over 6 years ago
Fix a require in the docs

github.com/clojure-emacs/cider - 2a407e694240f2fcbdc61fcf31b88679acde70d2 authored over 6 years ago
Add little autoload explanation to Hacking on Cider doc page

github.com/clojure-emacs/cider - cc415ba56c1a2c05127dc483c3a303acba4a0470 authored over 6 years ago
Correctly format shadow command when it is "npx shadow-cljs"

Previously called `(cider--resolve-command (car (split-string
cider-shadow-cljs-command)))` on "...

github.com/clojure-emacs/cider - f416812aa2300600820285eb4bb7e5a9602ad45f authored over 6 years ago
[Fix #2374] Eliminate nils from the creation of the test requests

The previous code didn't account for any nils that might come up
from the whens. Ideally we shou...

github.com/clojure-emacs/cider - ac6edbe71610b2d5bc1068a878ebabcfddad992c authored over 6 years ago
[Fix #2367] Add missing autoload for cider-find-var

github.com/clojure-emacs/cider - 4e5dd39364538f248e9b0df81500263f0b8906d2 authored over 6 years ago
Ensure existence of a REPL in `cider-map-repls`

github.com/clojure-emacs/cider - 80e606047b52e25bdec0039dadc66760a2e81bd7 authored over 6 years ago
Fix a few typos and grammar

github.com/clojure-emacs/cider - 423ba43223d590c16fea732ebaeec82c39bb62cb authored over 6 years ago
[Fix #2352] Preserve current context in `cider-load-buffer`

... and `cider-load-file`

github.com/clojure-emacs/cider - db76168b776c490068b66f46858e48024cad56b3 authored over 6 years ago
[Fix #2341] Update connection management section in the manual (#2364)

github.com/clojure-emacs/cider - b07e733e03c0bd3694b5e0d4b840301017ad7870 authored over 6 years ago
[Fix #2357] Don't add nil keys to the test op requests

They don't make sense and can mess up the request handling on the
nREPl side.

github.com/clojure-emacs/cider - c658d8a759adc187da70efaacf800fdc0f852021 authored over 6 years ago
Fix checkdoc error on emacs 27

github.com/clojure-emacs/cider - baae33267c94d2462cb08d7b3db7514d37df3d1f authored over 6 years ago
[Fix #2342] Alias and obsolete variables after #2324

github.com/clojure-emacs/cider - 5f1a4672dc4fc0302e0eee23edd80123d5a91bb1 authored over 6 years ago
Fix build warnings

Closes #2350

github.com/clojure-emacs/cider - e2678b58be740843d942e7084cfb0aae315ec042 authored over 6 years ago
Refactor `cider-switch-to-repl-buffer` and `cider-repl-switch-to-other`

- cider-switch-to-repl-buffer uses cider-current-repl instead of implementing
its own look...

github.com/clojure-emacs/cider - 40c1fa0962b4c2285b432cb25263b5edf8c164e2 authored over 6 years ago
Add `ensure` argument to `cider-current-repl` and `cider-repls`

github.com/clojure-emacs/cider - aecf9b05f1598bc25a0f1d65c982dde1afad2d9a authored over 6 years ago
Remove sesman.el

github.com/clojure-emacs/cider - 1147d8cc42a1efd5472bd3183809a769de400a6b authored over 6 years ago
Fix classpath libs functionality on Windows (#2356)

github.com/clojure-emacs/cider - 5992565a4df522444dbe849ccae06e7713b8fb48 authored over 6 years ago
[Fix #2317] Allow cancelling stdin prompt

Add handler for the `quit` signal which sends an empty message to nREPL
Add C-c C-c binding for ...

github.com/clojure-emacs/cider - 0ca47cbb044a5a7f904064440179785fafd43b5e authored over 6 years ago
Fix the test selector filtering functionality

It was broken due to a silly typo - "includes" and "excludes" should have
actually been "include...

github.com/clojure-emacs/cider - 571036e9d092d6773dfd1885763821a793d1f1ce authored over 6 years ago
[#2342] Add a cider-current-connection alias for cider-current-repl

REPLs double as connections in CIDER, so it's useful to be able to refer to
them as connections ...

github.com/clojure-emacs/cider - 24db03d135475c9f451ad1b7bbe16d3ec8ddfe3a authored over 6 years ago
[#2342] Add an obsolete alias for cider-current-repl-buffer

This also fixes https://github.com/clojure-emacs/clj-refactor.el/issues/423.

github.com/clojure-emacs/cider - f504aa1052f9b927ef9c6b92d97f1ee5fc053e70 authored over 6 years ago
Group a couple of related tips

github.com/clojure-emacs/cider - 4da871b4f89a88d92014c8bc640e39098418b4a2 authored over 6 years ago
Add a few extra tips

github.com/clojure-emacs/cider - 89e77f31e1a0443e369582e9235daa84d9836bc0 authored over 6 years ago
Move the cider-find-var functionality to cider-find.el

github.com/clojure-emacs/cider - 02dc4aca6077bc17752d762aa8aecc93c0b41b76 authored over 6 years ago
Use more specific requires in the tests

No need to load the entire CIDER to test only functions from a
specific file.

github.com/clojure-emacs/cider - d7d6821a80d149ba123d27e9e991fd2b9a7f11b4 authored over 6 years ago
Use a more specific require in a test

No need to load the entire CIDER to test just a single function.

github.com/clojure-emacs/cider - 0758f72cdf5596052717b7d048517325fd9188dd authored over 6 years ago
Update the roadmap document

github.com/clojure-emacs/cider - cb581f39be1c0cbfbf3c9b010659043e0756800e authored over 6 years ago
[Fix #2203] Rename cider-interaction.el to cider-eval.el

All of the non-eval functionality was removed, which
marks the end of the process of breaking up...

github.com/clojure-emacs/cider - ac9cb611f422f1133a9520efa469687c0cd3af18 authored over 6 years ago
Restructure a bit cider-interaction.el

github.com/clojure-emacs/cider - 02dc9dba9f58927b97a4367f0068934ea1b5dcfd authored over 6 years ago
Clean up the requires in cider-interaction.el

github.com/clojure-emacs/cider - 858ebe0cff5236c6a48eec023dd07f4570263fd5 authored over 6 years ago
Fix the build

I can't think of a simple way to deal with menus coming from other
files that are added to cider...

github.com/clojure-emacs/cider - ad68a5616d6bbd6d8dde6c38e0bbda63d222ca1f authored over 6 years ago
Add a small comment on auto-loading

github.com/clojure-emacs/cider - 2df0e7ae87fd9a75dfb606d1dbfccf8fcda1b10e authored over 6 years ago
Don't require cider-profile in cider-mode

It's better to just load cider-profile.el on demand, relying on
the fact that all interactive co...

github.com/clojure-emacs/cider - 8717df7049386efd83f5ac840619373c1a68948c authored over 6 years ago
Fix formatting error

Fix a formatting error by adding a missing '`' after cider-describe-current-connection.

github.com/clojure-emacs/cider - f7f3fc719ae445c64a5f00965980974330204605 authored over 6 years ago
[Fix #2347] Remove direct manipulations of cider-ancillary-buffers

CIDER's popups had a way to track those automatically for a while,
it's time to leverage this co...

github.com/clojure-emacs/cider - 13c76efcfc94f3c97183962f91146a851bd7a9d3 authored over 6 years ago
Fix one problem compilation problem

I'm going slightly mad...

github.com/clojure-emacs/cider - 1fa530a18fd2d8554900860b19161f9e65aa420c authored over 6 years ago
Try to fix again the compilation issues in cider-connection.el

github.com/clojure-emacs/cider - a7d1969d49d83d34facfe7ba3f2eec43e4bd7068 authored over 6 years ago
Fix more compilation problems

github.com/clojure-emacs/cider - c0157065334a9ad28a6067b95d2bdca79a0bda04 authored over 6 years ago
Fix one more compilation warning

github.com/clojure-emacs/cider - ce712f2a5706234730609b6c9bc55002f1a7a107 authored over 6 years ago
Gut the cider-stdin-handler

Seems this was accidental copy/paste. This handler is not really
supposed to do anything and can...

github.com/clojure-emacs/cider - a1f99949432c065d11ebf545ef9e60cbd634d968 authored over 6 years ago
Fix a few more compilation warnings

github.com/clojure-emacs/cider - d6a835ed89420051f1418e5e7e5d6090876a66a8 authored over 6 years ago
Address a couple of compilation warnings

github.com/clojure-emacs/cider - e1f920850da3c3449a575a266e1901c3e15ba436 authored over 6 years ago
Restructure some requires

github.com/clojure-emacs/cider - 77423c25a7d2637e2d04aba1fd6a2c8c3396da5f authored over 6 years ago
Fix a broken test

github.com/clojure-emacs/cider - 1366f4e7b2dd05c1f14f7188eace6ad9921ef7b9 authored over 6 years ago
Avoid a compilation issue

github.com/clojure-emacs/cider - adb648a08686f4e00303ee41fde59b642e30cbc5 authored over 6 years ago
Move the definition of cider-ancillary-buffers to cider-common.el

github.com/clojure-emacs/cider - 4fb50b9f32cdb62c5d900f6e959268e165090605 authored over 6 years ago
Move cider-nrepl-session-buffer where it belongs

github.com/clojure-emacs/cider - 73d4d887225cabfa384fbd9b38b29da027e8e85e authored over 6 years ago
Fix a couple of references to cider-jump-to

github.com/clojure-emacs/cider - 4f3f6b0d7ab5a11547efd62f5187cc931d8ac697 authored over 6 years ago
[#2203] Extract the find functionality in its own source file

This also allows to simply auto-load the find commands when they
are used for the first time.

c...

github.com/clojure-emacs/cider - 3098f427dc846fda006fad3029836c142cdd8dbf authored over 6 years ago
Improve a docstring

github.com/clojure-emacs/cider - 5a75a3e234f1aefb6696260d5a67ec5014b2c8e5 authored over 6 years ago
Fix a bunch of docstrings

github.com/clojure-emacs/cider - 6e23946313a95347f04a89f3c393efe6d77fc948 authored over 6 years ago
Kill obsolete defvar

github.com/clojure-emacs/cider - 3c1f8a65f97f44cbb21538039e807d2fb246c4a1 authored over 6 years ago
Bump the minimum and the latest Clojure versions

github.com/clojure-emacs/cider - d985efb44e761c469918f4394b57c7245224ed26 authored over 6 years ago
Mark a function as private

github.com/clojure-emacs/cider - 86f6a3f6bc525cc64cd2cd002f3ecc70a04df4bd authored over 6 years ago
[#2203] Move the cider-auto-mode stuff to cider-connection.el

That's the only place this functionality is used.

github.com/clojure-emacs/cider - c97fe1a0f149028e0228cfbfcbc967027341e75f authored over 6 years ago
[#2203] Move cider-undef and cider-run to cider-mode.el

github.com/clojure-emacs/cider - fc63c29dbe6634a60536c63dee1963aec574ca14 authored over 6 years ago
[#2203] Move cider-read-from-minibuffer to cider-common.el

github.com/clojure-emacs/cider - c9153e2061361d815ef7dcaf31b28c91e54cc660 authored over 6 years ago
Remove obsolete alias

github.com/clojure-emacs/cider - fb27fd69486f5892fbd13b17d8ab730697638fac authored over 6 years ago
[#2203] Move stdin handling to cider-client.el

github.com/clojure-emacs/cider - 7ebe957807b419fb4bb22aa6aff6ed849eb7d1fd authored over 6 years ago
[#2203] Move cider-interrupt-handler to cider-client.el

github.com/clojure-emacs/cider - fd6e7ea30cb908922be3f7b0acd756b4b9315b2a authored over 6 years ago
Add :safe clause to cider-repl-auto-detect-type

github.com/clojure-emacs/cider - 527466cb1dc73014b411a54a1c6c3061f68b7cfd authored over 6 years ago
[#2203] Extract the code completion functionality in its own source file

github.com/clojure-emacs/cider - 4c00b081f3199a97b2aa0a0524c6f0b851a516bc authored over 6 years ago
Remove cider-ping command

I highly doubt anyone was ever using it.

github.com/clojure-emacs/cider - f9d0ba457e8bef97c626edc939cd1b53dd8d18eb authored over 6 years ago
Kill misplaced section heading

github.com/clojure-emacs/cider - 80928313d0322473f0195833ea9c30f58a522a22 authored over 6 years ago
Fix broken build

github.com/clojure-emacs/cider - 9fcce7d4793b0a9697ec657d68058a9ea4c2a815 authored over 6 years ago
[#2203] Extract the formatting functionality in its own source file

This also allows to simply auto-load the formatting commands when they
are used for the first time.

github.com/clojure-emacs/cider - 2b7a88e1d30e6c0ebbb8daade0af2159aa3b7ce8 authored over 6 years ago
Mark a private function as such

github.com/clojure-emacs/cider - c5157be51da8cef4c217273bac93ab70291e4b5f authored over 6 years ago
[#2203] Extract the refresh functionality in its own source file

This also allows to simply auto-load the cider-refresh command when it
is used for the first time.

github.com/clojure-emacs/cider - f8a9f5ec734e1e326763b98912a084b56f529160 authored over 6 years ago
Fix a reference to cider-toggle-trace

github.com/clojure-emacs/cider - 7f5c1df1044077551cb4f534b43be94c061f441f authored over 6 years ago
[#2203] Extract the tracing functionality in its own source file

This also allows to simply auto-load the tracing commands when they
are used for the first time.

github.com/clojure-emacs/cider - 37365f10f42ffe493bfff93a0d9c129d60443b33 authored over 6 years ago
[#2203] Move the insert and eval functionality out of

cider-interaction.el

It's pretty self-contained and it's used only in cider-mode.el.

github.com/clojure-emacs/cider - 6d4a5a81900387eb5ca67ae9b4e9787ae1ee7fe6 authored over 6 years ago
Add keybindings for cider-eval-defun-at-point and cider-eval-last-sexp

in the eval keymap

Now pretty much all essential eval commands are available in a
consistent key...

github.com/clojure-emacs/cider - bb47916ba4741fe6e2a8a548a61eb11c97344b8a authored over 6 years ago
Rename `cider-eval-defun-to-point` and `cider-eval-sexp-to-point`

The new names are the a bit more descriptive
`cider-eval-defun-up-to-point` and `cider-eval-sexp...

github.com/clojure-emacs/cider - 48468d7455ea96c7a856234262ac6dcaaf1cbb32 authored over 6 years ago
Add cider-jack-in-clj&cljs to cider-connection-init-commands

github.com/clojure-emacs/cider - eecc51b80ef49c8d239d909e0b541714db4415a5 authored over 6 years ago
Reflow a few long docstring lines

Checkdoc was complaining about them.

github.com/clojure-emacs/cider - 05aa03452efb1a700239ae034c6212d4c3c92df3 authored over 6 years ago
Reorder a bit the eval menu

A small attempt to group related functionality better together.

github.com/clojure-emacs/cider - 939428d04076de966cbdadea7ee48a421b666fcf authored over 6 years ago
Add a tip on building locally the MELPA package

github.com/clojure-emacs/cider - cb198610d9fc53964531dbd99d9ebaa002155bee authored over 6 years ago
[Fix #2328] Add new interactive command cider-eval-sexp-to-point (#2339)

It's similar in nature to cider-eval-defun-to-point, but operates on the current sexp.

github.com/clojure-emacs/cider - 0bca1d16eec90d2c3aaeac74b87852977a79fe6c authored over 6 years ago
Fix unbalanced parentheses

This was broken on 28bdc1f2897d351f8a1761e4cf121a1dd353a667

github.com/clojure-emacs/cider - 37bf7534b3b7913be29196882a6370f42213d228 authored over 6 years ago
Add support for printing to the current buffer to `cider-eval-defun-to-point`

This makes the command consistent with other interactive eval
commands.

github.com/clojure-emacs/cider - 28bdc1f2897d351f8a1761e4cf121a1dd353a667 authored over 6 years ago
Make cider-set-repl-type interactive

Useful for people who opted to disable auto-detection of the REPL type.

github.com/clojure-emacs/cider - 4fd637f5640fa13bf87daaaff6c96d2b64cc3bda authored over 6 years ago
[#2305] Make it possible to disable the REPL type auto-detection

That mostly a workaround for cases where the track-state REPL type
detection is not functioning ...

github.com/clojure-emacs/cider - 5bc9326373afccf1005568cdb5d9b4fff0214e32 authored over 6 years ago
Replace the mentions of the now defunct CCW with calva

github.com/clojure-emacs/cider - bd606e3fcb2f846fa48a1d8ce661d04c12c0c990 authored over 6 years ago
Update the piggieback url

github.com/clojure-emacs/cider - c9d3654647c07bfa50958c9142404bd87f3c0176 authored over 6 years ago
Add a few tips and notes to the FAQ

github.com/clojure-emacs/cider - 9e9de017b365fe5cd1df6418c6abc3d247de719c authored over 6 years ago