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

Merge pull request #2583 from agzam/cider--find-var-other-window

Fixes cider--find-var-other-window

github.com/clojure-emacs/cider - d5ba9b5c412e45b413d8434f9bad53ecaa36cb4a authored almost 6 years ago by Michael Griffiths <[email protected]>
Scroll buffer after using cider-insert-X-in-repl

As it stood, buffer would not scroll, even if you included a
`(goto-char (point-max))` call at t...

github.com/clojure-emacs/cider - 7399bccbbf6a75303060f32223d706e82d5e0fb1 authored almost 6 years ago by dan sutton <[email protected]>
Use with-current-buffer in cider--pprint-eval-form

The result buffer might end up selected after it is displayed (depending on
configuration). Ensu...

github.com/clojure-emacs/cider - a5e2cde68a4e94ea93a00bb875d75d1a80b4e812 authored almost 6 years ago by Michael Griffiths <[email protected]>
Bump cider-latest-middleware-version to 0.21.1

github.com/clojure-emacs/cider - f606f2867d0c260ff5a9b1be85156192e3de75de authored almost 6 years ago by Michael Griffiths <[email protected]>
Use cider-nrepl zprint wrapper

Fixes #2589.

github.com/clojure-emacs/cider - a6eab100bd307e09be8994bfbbae2fd598055c8f authored almost 6 years ago by Michael Griffiths <[email protected]>
Merge pull request #2585 from rnikander/doc-fix-slack-feb-2019

Add a line to docs telling people how to join the slack discussion

github.com/clojure-emacs/cider - ee550e5da2b1d0b74a07382c5b319586d144ff59 authored almost 6 years ago by dpsutton <[email protected]>
fix: Contributing file link

github.com/clojure-emacs/cider - 66b8f8fdc3a553d533b233ba7a2ef20667d8859c authored almost 6 years ago by Jonathan Chen <[email protected]>
docs: add license

github.com/clojure-emacs/cider - 57c1992ac077378973e82ea37916ff528f136d6c authored almost 6 years ago by Jonathan Chen <[email protected]>
Change slack invite URL in docs

github.com/clojure-emacs/cider - e1e5163a1e5f2170f4ed05b527a454755677ab6f authored almost 6 years ago by Robert Nikander <[email protected]>
Add a line to docs telling people how to join the slack discussion

github.com/clojure-emacs/cider - 8c3ec41ac6529974eb034debf2b2890536426189 authored almost 6 years ago by Robert Nikander <[email protected]>
Fix cider--nrepl-print-request-map for nil cider-print-fn

github.com/clojure-emacs/cider - 2b089d7ab0cdca2ec5574ae2b3eb22d79b244c32 authored almost 6 years ago by Michael Griffiths <[email protected]>
Fixes cider--find-var-other-window

as docstring for cider-find-var states:

> A prefix of ‘-‘ or a double prefix argument causes th...

github.com/clojure-emacs/cider - ff971fbddfd3ab1f234e4d2b0975d2083fa2a6ae authored almost 6 years ago by Ag Ibragimov <[email protected]>
Merge pull request #2579 from cichli/new-nrepl

Update to nREPL 0.6.0 / cider-nrepl 0.21.0

github.com/clojure-emacs/cider - 3c046a9d9a4b16c16d02ad8cefdec52c6eced189 authored almost 6 years ago by Michael Griffiths <[email protected]>
Update to piggieback 0.4.0

github.com/clojure-emacs/cider - 7dd2ce152748af316556cbbecee01f5fa4b6eeff authored almost 6 years ago by Michael Griffiths <[email protected]>
Fix cider-eval-pprint-with-multiline-comment-handler

The printed value is in the value slot, not the out or err slots. Accumulate the
result in the v...

github.com/clojure-emacs/cider - 8f8d7dec8a024fdab0b1106d4683066be338bc14 authored almost 6 years ago by Michael Griffiths <[email protected]>
Reuse the same buffer when decoding bencode

Profiling shows that creating a new buffer each time is not free. It is also
unnecessary. Reuse ...

github.com/clojure-emacs/cider - 173e2ad1c3fc8e149ba554de9b546a5f6912fcff authored almost 6 years ago by Michael Griffiths <[email protected]>
Combine calls to replace-regexp-in-string

Profiling shows we end up performing a lot of allocations in this section of
code. Minimise stri...

github.com/clojure-emacs/cider - d0e357a984e80a71ede0e4cb58882dd0adbada70 authored almost 6 years ago by Michael Griffiths <[email protected]>
Update the changelog

github.com/clojure-emacs/cider - 17ae83ef4e59c2e5c498fd67455335a6a2848ad5 authored almost 6 years ago by Michael Griffiths <[email protected]>
Simplify printing configuration

* New options:
** cider-print-fn
** cider-print-options
** cider-print-quota

* Options made obs...

github.com/clojure-emacs/cider - cbbe6ff2d5cd2488c8a70778070738628f5725c9 authored almost 6 years ago by Michael Griffiths <[email protected]>
Minimise the number of requests made during REPL init

New option, cider-repl-init-code, is a list of strings of Clojure code to
evaluate when starting...

github.com/clojure-emacs/cider - b5c46acd0f4da2d5d81b0ac65fa5c79c8e5bc06a authored almost 6 years ago by Michael Griffiths <[email protected]>
Don't emit REPL output after the prompt

github.com/clojure-emacs/cider - b2965d4cfcabf477c36b7f4175605445ce8f94c6 authored almost 6 years ago by Michael Griffiths <[email protected]>
Indicate in the docs which options can impact performance

github.com/clojure-emacs/cider - 98013c82b3bbe120369ed2dfc8b6abf6f20f8a04 authored almost 6 years ago by Michael Griffiths <[email protected]>
Add cider-print-quota option

github.com/clojure-emacs/cider - 06a62f3786e65a8bbcf8e04cc0f7b80ef80ce967 authored almost 6 years ago by Michael Griffiths <[email protected]>
Simplify show-prefix logic in cider-repl-handler

Show the prefix when we emit any printed result. Don't show the prefix when we
emit rich content...

github.com/clojure-emacs/cider - 5dceb74600fd8c621340bc635888faf08fb22e21 authored almost 6 years ago by Michael Griffiths <[email protected]>
Remove redundant string argument from cider-repl--display-image

github.com/clojure-emacs/cider - e7d51f1ea207b07ded1ebd6bf39ccbe7610592ed authored almost 6 years ago by Michael Griffiths <[email protected]>
Remove recentering logic from cider-repl.el

The behaviour of setting cider-repl-scroll-on-output to t is the same as setting
scroll-conserva...

github.com/clojure-emacs/cider - dc80d871eeacdb1c37434c4b17f9af77968d4c22 authored almost 6 years ago by Michael Griffiths <[email protected]>
Fix typo

github.com/clojure-emacs/cider - b515e99159f75ae4f92a9537573844502ad89172 authored almost 6 years ago by Michael Griffiths <[email protected]>
Update to nrepl 0.6.0 / cider-nrepl 0.21.0

github.com/clojure-emacs/cider - a48af155d8acf64e7c3025146027ef2d62f1cc2e authored almost 6 years ago by Michael Griffiths <[email protected]>
Use insert-before-markers when inserting images

We now no longer need to either manually fix up the input/prompt start markers,
or manually fix ...

github.com/clojure-emacs/cider - f4b14cbbdd113daf792c93761a82590897087f12 authored almost 6 years ago by Michael Griffiths <[email protected]>
Merge two duplicate testing contexts

github.com/clojure-emacs/cider - 0db9955c5924532e897509a1924b4d04939db34d authored almost 6 years ago by Michael Griffiths <[email protected]>
Clarify mode used for test report buffer

github.com/clojure-emacs/cider - f4441e7ad97b30490cb8442c764dcbb7c736e7a0 authored almost 6 years ago by Dieter Komendera <[email protected]>
Add cider-ns-save-files-on-refresh-modes

github.com/clojure-emacs/cider - d29c59d9bc2bdc0f22cbd8c47dc4562af86c761e authored almost 6 years ago by Michael Griffiths <[email protected]>
Add cider-pkg.el to .gitignore

github.com/clojure-emacs/cider - 26b3c7b7f0d99d9463bae6a7f4796f29a291a07e authored almost 6 years ago by Michael Griffiths <[email protected]>
Fix file/directory handling in cider-expected-ns

* Use `file-truename` to relax the need for the given path to be absolute
* Only consider actual...

github.com/clojure-emacs/cider - 92d2c3ed0416d8010bb74252b535fff80bbcbfd5 authored almost 6 years ago by Michael Griffiths <[email protected]>
Stop using an obsolete variable name

github.com/clojure-emacs/cider - 97b56ccf8af99d8a2fa9f24db7de37da99fc4560 authored almost 6 years ago by Michael Griffiths <[email protected]>
Check the entire classpath for files to save before refreshing

Previously this relied on `clojure-project-dir` from clojure-mode, but
tools.namespace will refr...

github.com/clojure-emacs/cider - 8758f34bb6292d5b0c51f78f6c766b1a295a9670 authored almost 6 years ago by Michael Griffiths <[email protected]>
Merge pull request #2568 from pjstadig/fix-incorrect-values

Fix values for `cider-preferred-build-tool` and `cider-allow-jack-in-without-project`

github.com/clojure-emacs/cider - b85848b1b840d6e1ca60817b2cf34788e688057e authored almost 6 years ago by Michael Griffiths <[email protected]>
Fix incorrect values.

The values for `cider-preferred-build-tool` were quoted, which resulted in the
variable getting ...

github.com/clojure-emacs/cider - 20b42b20a768394944f666c09138c660ce8c7bbe authored almost 6 years ago by Paul Stadig <[email protected]>
Update the changelog for the next release

github.com/clojure-emacs/cider - ba2ca2ca4549398f93275f91c729e352434bf676 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
Bump the development version

github.com/clojure-emacs/cider - f090a91107fd1eca3f46bd7966a1d503ab3cbff2 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
Update the changelog

github.com/clojure-emacs/cider - 702a60dfcdd11e7ec3104a7a6994be00fce7f200 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
Detect the repl type in cider-sync-request:info based on the current buffer

github.com/clojure-emacs/cider - cc2510cd5fd1624ca443241c23989fd11b0cd3c4 authored almost 6 years ago by ak-coram <[email protected]>
Detect repl type for completion and eldoc ops based on the current buffer

github.com/clojure-emacs/cider - c2bbfb1c64c84aa363738a1e1450bb6525643183 authored almost 6 years ago by ak-coram <[email protected]>
Fix the changelog

github.com/clojure-emacs/cider - 5944537d8bfcc263160abc351dcb3683175c4a26 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
Cut CIDER 0.20 (Oslo)

github.com/clojure-emacs/cider - 279d26b34651c970024a1f1ea7ca4eef13f68ddd authored almost 6 years ago by Bozhidar Batsov <[email protected]>
Correct a typo

github.com/clojure-emacs/cider - 71d616d7f72daf702cb1cc38ba0bf73e6b4017dc authored almost 6 years ago by David M. Lee <[email protected]>
Don't attempt to recover srcloc under point on long lines

github.com/clojure-emacs/cider - e78d6781c35d2da247a86d2526c82333082b5129 authored almost 6 years ago by Vitalie Spinu <[email protected]>
Add "CompilationException" and relax "Warnings" srcloc regexps

github.com/clojure-emacs/cider - 5435c67fd623b802b2521c52de5adc7694d2a119 authored almost 6 years ago by Vitalie Spinu <[email protected]>
Update the eldoc instructions

github.com/clojure-emacs/cider - 581471a4ea0f0bfe1c39c01846e96dc6d38f4217 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
Fix some broken links

github.com/clojure-emacs/cider - e178e7fa338a87550cab9aefe3502673de4a6354 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
Fix a broken link

github.com/clojure-emacs/cider - 746e4cadf8773814f9ead602e2a7e36048519c48 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
Make sure all pages have leading headings

It's a bit lame that those headings appear in the sidebar, but
they make for nicer and more cons...

github.com/clojure-emacs/cider - 08b5863057bffa0cc8534470ae406a4828233584 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
Extend the pprint section a bit

github.com/clojure-emacs/cider - 9c35c050f547abc9a3d19df9512752a1afed7653 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
Fix a variable name

github.com/clojure-emacs/cider - 0adad1f92336afa8d9f2c0f84dc49c630f16b433 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a broken link

github.com/clojure-emacs/cider - 7520048638422c6bdd484ef76fbfd1497137b5a4 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Extend a bit the section on basic REPL usage

github.com/clojure-emacs/cider - 623c5c719cf4312f02a6e4fcc063581e98d5d2f8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the "Release Policy" article

github.com/clojure-emacs/cider - 53dd5d57adb4b557ad3993267e1fc5f1ffe5f764 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a broken link

github.com/clojure-emacs/cider - 1b9b9b21e2e15acb56dc6d2063a3abfc2c1848cb authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add a leading heading

github.com/clojure-emacs/cider - e4968393caa31f55a47c20be4a96838419a4f36b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Break down the "Using the REPL" section

github.com/clojure-emacs/cider - dad1743aa9864a401f7a0a44b8bbf8e60aa6e6a7 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Break down the huge configuration article into several smaller

articles

github.com/clojure-emacs/cider - a15013141bd6faf9ee776c24e84b47e6699269f4 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Purge references to tools.nrepl

github.com/clojure-emacs/cider - 93b3965638283f1a34bd29ff20a8b1dc932ad601 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the required versions of Leiningen and Boot

github.com/clojure-emacs/cider - bae329a673114d84c34cc82aba969d1badf3e8b9 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Make it possible to pprint results in the scratch buffer

github.com/clojure-emacs/cider - d97cbcaaa179f3cb3d85d0383a9065ad8499ad2a authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix pretty-printing in popup buffers

github.com/clojure-emacs/cider - 34783f5551c656667c20217171179769a3bc6bc8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Use relative links in the manual

github.com/clojure-emacs/cider - a9d2b552c67477e371eceae2c5698cdaae85483a authored about 6 years ago by Bozhidar Batsov <[email protected]>
Enable pretty-printing in the REPL by default

github.com/clojure-emacs/cider - ecfea39a7f727ea8d607557a747d4f439422695b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Mention zprint in the docs

github.com/clojure-emacs/cider - ce7b55bac428474d8f15ac6150e79b26f15968ad authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add support for zprint

github.com/clojure-emacs/cider - b4910ea263eaaf267eda130b8bbb6803d4016fcf authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix cider--pprint-option's handling of string params

github.com/clojure-emacs/cider - 9e0ded64dfe3a0e16ecb3751080bf6091411e12d authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix indentation

github.com/clojure-emacs/cider - 188681f36dcee8bd69e50d5152bde9906c4b8e86 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

github.com/clojure-emacs/cider - 586bb17f349ea8b18e26f83f5d2dd858e0c9a84e authored about 6 years ago by Bozhidar Batsov <[email protected]>
Make print-options generation respect the selected print engine

github.com/clojure-emacs/cider - 02edeea5ae63c089b3fdb756ab8f901b29e25a28 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update some usages of cider-stacktrace-print-length/level

github.com/clojure-emacs/cider - c67a889f4de58d0b26c71601c87b6e88933008f0 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a docstring

github.com/clojure-emacs/cider - b97d9989bcb570444d7361ef541700c0b4a83625 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Use a single print-options defcustom for the debugger

github.com/clojure-emacs/cider - 06fa8fefc989dadafee96b9758784c25ef2dd898 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Use a single print-options defcustom for the stacktrace printing

github.com/clojure-emacs/cider - 53a7dd4f329b060ca52ec3d6ed5dd0add0078e5a authored about 6 years ago by Bozhidar Batsov <[email protected]>
Load all files (clj, cljc, & cljs) on `cider-load-all-files` (#2558)

github.com/clojure-emacs/cider - 9409acfd8c41ae4c69474b68c46f2bffdc8a995c authored about 6 years ago by Ron DuPlain <[email protected]>
Tweak the generation of the pprint request options

github.com/clojure-emacs/cider - 28a51bc3c028cd153aa241d1470dd46202acccd3 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Support Kotlin DSL for Gradle Projects (#2557)

github.com/clojure-emacs/cider - 0d72bd35468552f4700fd25c91804e858e92db4b authored about 6 years ago by Derek Passen <[email protected]>
Tweak some wording

github.com/clojure-emacs/cider - 962559e3f3d34b7a3eab58139ae3fe6add9bfba4 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove some obsolete compatibility code

github.com/clojure-emacs/cider - cc44706c0094c1680059ef888cbdcc15a0167c79 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove some dead code

github.com/clojure-emacs/cider - d8f9b07dba4685b0272720dd0edaa8bcde507693 authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #2555] Correct the name of the default pprint function

github.com/clojure-emacs/cider - 0c09c9bc2972c2b4917c8e3cf526de31e59cd619 authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #2496] Leverage nREPL 0.5's built-in pprint support

github.com/clojure-emacs/cider - da88f039f0924b34c2b779f6dfb3ed30736fc1fe authored about 6 years ago by Bozhidar Batsov <[email protected]>
Improve the advise for dealing with nREPL version mismatch in

Leiningen

github.com/clojure-emacs/cider - ec1536ea09f5d9c48b659ad918858ff14392e1ad authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update some instructions

github.com/clojure-emacs/cider - d0e20d22fc4f97dcc4e05fba50de0ef99deda55a authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update an nREPL url

github.com/clojure-emacs/cider - 988f6812244f9f94a0b9971619d9a2db4658c408 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove some vestiges of the support for tools.nrepl

github.com/clojure-emacs/cider - 6f553fe03493a18a298f3184d47711c09f892b2d authored about 6 years ago by Bozhidar Batsov <[email protected]>
Start injecting cider-nrepl 0.20-SNAPSHOT

github.com/clojure-emacs/cider - 25ae82af745dcfee84ae776545f7c15b21434b6e authored about 6 years ago by Bozhidar Batsov <[email protected]>
Bump the development version

github.com/clojure-emacs/cider - 70e4fda45bf2051eee8da2e96bf052b9e59d017c authored about 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.19

github.com/clojure-emacs/cider - 91210f6866c8f034b956eac74694db8ea28d3b9a authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add some new words of inspiration

github.com/clojure-emacs/cider - 556bd650c6e7cd584d337999cfc935c4e7845166 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Bump the copyright years

github.com/clojure-emacs/cider - 73c85bec1cd675a1afacec42c1330174447fd9a1 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Set a name for the upcoming release

github.com/clojure-emacs/cider - 4242c6a54666cf6122de69edd1acb4b449910682 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak some wording

github.com/clojure-emacs/cider - e9126342dc5bafbc5c43ef3c379e654a46fe08a7 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

github.com/clojure-emacs/cider - 422f54f8d6e1439c5c973220a1016a874a9201d4 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the site's URL

github.com/clojure-emacs/cider - b128cf9553fadf8e539cc8de0624e6bba33e9732 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix typo in navigating_stacktraces.md

cider-stack-trade-fill-column ->
cider-stacktrace-fill-column

github.com/clojure-emacs/cider - 05a69ae705b7dd368dd2bf2ba9ae0d0715eb1f4e authored about 6 years ago by Vitaly Lischenko <[email protected]>
Tweak some wording

github.com/clojure-emacs/cider - 4e402d0bc3c274b077285039e1eb238d275c19c3 authored about 6 years ago by Bozhidar Batsov <[email protected]>