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

Code style

efce8f708b041e79f11b5113b1943ba06033172f authored about 10 years ago
Extend the REPL menu

6a3582dfdb7b9adb8a59f09901423ca821494a38 authored about 10 years ago
Refine REPL menu

aa11d29fcb214bcbac38aa3f191a2c194d9351c5 authored about 10 years ago
Add a command to display an nREPL session description

2c87ca3d5ee857e47b6420d5a110735396356852 authored about 10 years ago
Merge pull request #870 from vitoshka/popup-live-buf

Don't pipe output to a killed popup buffer

37cbd217985918cd068a15b6ba966efce7da4a31 authored about 10 years ago
Don't pipe output into a killed popup buffer

7a7f0c75221a1396302f39b93bbd2555cdd5a503 authored about 10 years ago
[#868] Handle stdout and stderr responses for test requests

3585b25deddf22d0af8a88774b8d548dc6ab2c42 authored about 10 years ago
Fix a couple of broken tests

d9e5140aef399a16ff2c2c4f55c63072df56e80d authored about 10 years ago
Fix a typo

a244197fddb56631294d2bba6a2f005b38609332 authored over 10 years ago
Update the changelog

039e22a813e5539759839a22f362b632f153233e authored over 10 years ago
Make it possible to kill an nREPL session interactively

de09901aa659ab0b1a85987ca334f8d840dbae88 authored over 10 years ago
Implement the ls-sessions nREPL op

45a0e51319dfd9d7d91b9080c101d53f813f9cac authored over 10 years ago
Code style

87975f12f6d844c5cada5ce6b832036e7974f18d authored over 10 years ago
Close nREPL client sessions on disconnect

24d7c267313a292558701be0dadbc8b3871c47f3 authored over 10 years ago
nrepl -> nREPL

b92fd0ee44fc88e2e5508cfc7dfe249ddbd72d7b authored over 10 years ago
Add an inspirational quote by Edsger W. Dijkstra

d56bd8cab39480a3e1c3b6fe796172036cac2aa6 authored over 10 years ago
Font-lock properly error output from cider-eval-print-handler

732e69ffbbc38f6e4084d22f43f0218e8bcdd5ff authored over 10 years ago
Font-lock properly error output from load-file

f54aaa2628d76b00b5fec8519f82a3f7a32f866e authored over 10 years ago
Merge pull request #866 from vitoshka/jump-to-error-2

Fixing multiple issues with popup display and auto-jumping

15479fac46b4cd976996cb58e2da93b12f7ec2b7 authored over 10 years ago
[Fix #847] Don't auto-jump to error if eval buffer has been covered

e7f1ae0e95369d3a6824f00fcd5565a57957ed00 authored over 10 years ago
Avoid covering selected window in `cider-popup-buffer'

aaad601d6170bb995cb82bc4c62c4e3b20b87496 authored over 10 years ago
[Fix #856] Add 'errors-only option to `cider-auto-jump-to-error`

c3d8f39b871c0f9de77f1b60a51c473f28350e00 authored over 10 years ago
[#856] Push mark and use `cider-jump-to` in `cider-handle-compilation-errors`

0ff3bb0f33b535e714c94b5797c2fb93b03a9344 authored over 10 years ago
Track current buffer in interactive evaluation handlers

864af7f912d42fc3f833f058c9f2e3543a2cc84e authored over 10 years ago
Merge `cider-highlight-compilation-errors` and `cider-jump-to-error-maybe` into `cider-handle-compilation-errors`

d31f18c32b93ad84510d71103bd7c2cee8c87625 authored over 10 years ago
Improve `cider-jump-to` logic

- POS can be either number-or-marker or (LINE . COLUMN).

- Reuse existing window if BUFFER is a...

6a35f3cdeba88960301b4dbe7e58326dcedcdfd3 authored over 10 years ago
Merge pull request #864 from alexander-yakushev/bad-context

cider-repl-buffer was changed to cider-repl-name

8951bf946b9d01e16345096dbc09e28e7ae8e1bd authored over 10 years ago
cider-repl-buffer was changed to cider-repl-name

ff0fcbd5e1ec975ad6d5f312261a7dda246f8407 authored over 10 years ago
gittip is now gratipay

1b917a9b88c89ec67d71715b8f022fbb81e9377b authored over 10 years ago
Kill some commented out code

4d337c09066f48c6227f78ba2b9ebd47c276f070 authored over 10 years ago
Kill a trailing space

ed071a391179768fdcc2cdbc3cdfac66aeb16852 authored over 10 years ago
Add missing empty line

cf4f91e716252ff178674bcbde9eab98204d762a authored over 10 years ago
Add the ability to jump to a definition from a docview buffer

950c4ae81d2f4ebc3c8e784d86f3b4627bcb8ad4 authored over 10 years ago
Merge pull request #863 from slipset/master

Easier to understand how to set up dependencies

962a360e09de1fce016ff3ad985d42dc3696585d authored over 10 years ago
Easier to understand how to set up dependencies

a138f52fc49563bf58d52cf3c0642eaf5a97d504 authored over 10 years ago
Don't use callback buffer in compilation error highlighting and navigation

39ec9f51b58427a940f3b7f16504b2ad5b67bb86 authored over 10 years ago
Execute each response in process buffer

Some responses might reset the buffer, leading to "not a hash-map(nil)" error.

5a58af1a4f2381a5a62d9a8c62cc96a56f9f12c1 authored over 10 years ago
Improve `cider--goto-expression-start`

- Use `backward-sexp` when at the end of the list-like structure
- Use `syntax-ppss` instead...

73996a9890bc8b35c231195ead76409db6679a10 authored over 10 years ago
Track upstream changes in toggle-trace's implementation

eb41defa41f10a9de98b616deeaebdbf2ff67bad authored over 10 years ago
Merge pull request #862 from vitoshka/regoverflow

[Fix #860] Use non-gready + in nREPL path regexp

0221d1695529d19b0e14b675453a712bce8d62d1 authored over 10 years ago
[Fix #860] Use non-gready .+ in `cider-ps-running-nrepl-path-regexp-list`

... and allow white spaces in pwd paths

59a6b5cf309c55ad623cd0fdeaf9dbd15358c49b authored over 10 years ago
Update the MELPA urls

e4adc5e7fbe82cfc8622c255ad8f292294808494 authored over 10 years ago
[#853] Workaround for nREPL responses without a matching request

9b086b9e2e65cfaae2fff137d06d48bb20332aae authored over 10 years ago
Revert "don't dispatch to nrepl--make-default-handler and throw an error instead"

This reverts commit 055bde55448c83a6b1e165333abfae993b8d7fc1.

0898b38118fb2ff5016c60df0349161b40ffe1ce authored over 10 years ago
Fix eldoc formatting in company

c4f9e49683241b60299443d8f25a964f24b4ccfc authored over 10 years ago
Display the result from file-load like the result of an interactive eval

dce1d9e191ad5bfc723ea145579c639e73bc6598 authored over 10 years ago
Create a basic major mode for nREPL messages

22285653ec6e103e83222be5c7e012ab518c6093 authored over 10 years ago
Adjust inspector prompt

6fd32b1215ec79f7f3a61f083b49759571da6a64 authored over 10 years ago
Pimp the font-locking in the inspector

5fff55a17620fda98ad4fb77771ebb232a86557d authored over 10 years ago
Mention nrepl-log-messages

5f6e73bd906d44072801374c066eac5cbcdd0dff authored over 10 years ago
Update cider-nrepl's version check

ac36215e95cebc0648974ca1d38df71cda798ae8 authored over 10 years ago
Fix cider-ping command

0a0b93444e0217927244098139aa512da15aa197 authored over 10 years ago
[Fix #782] Cache eldoc data to reduce the number of eldoc nREPL queries

9d5a280ba009a908dc6caca958be27b629aea0eb authored over 10 years ago
Strip string properties when doing an eldoc request

07937aee2a1ff1ab4c6defd5763da31ea24956eb authored over 10 years ago
Add apropos to the list of required ops

7cd88d4b8cba6bfbee6b1a846bd2a67f84d2b6fb authored over 10 years ago
[Fix #713] Retrieve eldoc via a dedicated op

a97b881eeeecc6b62170c63c605db10d91f92ebb authored over 10 years ago
Don't show eldoc if you're not in a list

f85c6a133980ff9d752f9f790f4c85ce1af32e6b authored over 10 years ago
Merge pull request #849 from freeduck/master

Extend the words of inspiration with a Madonna quote

1e1d2729991edac2c726c0360e1b8637a2bcc882 authored over 10 years ago
Merge pull request #840 from jauhien/master

Add information about installation on Gentoo to README

f8739deae5998d71acf8cc3b00490869f6c33194 authored over 10 years ago
Move information about non-canonical installation ways to the wiki

428dbf470c88991eebea9de6233eaf6674e2e068 authored over 10 years ago
Track upstream changes to the apropos middleware

d4f921077f3be45b4f26c414bc48237a12e6a19d authored over 10 years ago
Recommend the use of lein 2.5+ for cider-jack-in

63aae2064fca5dbcdb9d31acabb8495334327497 authored over 10 years ago
Extend the words of inspiration with a Madonna quote

d71dd08dbaa5c2e66268df92cdeb56a692fb29d4 authored over 10 years ago
Merge pull request #846 from vitoshka/pprint2

[c9fcff3] set *print-right-margin* in REPL window

12f4782244b1954d2b57cbe0a4d441754b205e89 authored over 10 years ago
[Fix #844] Detect absense of var info

We weren't checking whether the info middleware response actually contained
any information at a...

cede0ef569d7ecdbf78bc927bcd9192f39b3c8e3 authored over 10 years ago
[c9fcff3] set *print-right-margin* in REPL window

0d8e01935d28761f5d16e7c5eb3d84e4d15a5e5f authored over 10 years ago
Add super basic exception handling for sync requests

270047f1f425e1c7e5d9e326f7162fd1113736a6 authored over 10 years ago
Don't try to lookup eldoc for forms like (:keyword var)

d70542b5819a1b4b8ac6188f96e71bc4e82c33e5 authored over 10 years ago
Code style

f1ee2c8acdc01e8a9892653d81bf64804cd5131c authored over 10 years ago
Fix broken test

76e6bc8128952cf50b46f17e9b63c25cedf49434 authored over 10 years ago
Track some changes in the info middleware

It no longer nests the info under the :value key

58cf88ca645adff7987ed60401c9e26fd988df38 authored over 10 years ago
[Fix #838] Inline eldoc-beginning-of-sexp

c5f140c0d548a4b96b6c099160209f7bc6b0d386 authored over 10 years ago
Merge pull request #837 from vitoshka/834

[Fix #834] Don't use `select-window` in `cider-popup-buffer-display`

062380944ddb6524e36d412e7a9d33c6b4bacc46 authored over 10 years ago
Merge pull request #841 from vitoshka/mess-para

Set `paragraph-start` and `paragraph-separate` in *cider-messages* buffer

94a38fe470ea6caa72047d4963ce7b77f45040ae authored over 10 years ago
Set `paragraph-start` and `paragraph-separate` in *cider-messages* buffer

7a227fda1cdde4dd9761c28a8fe31f787533ff8c authored over 10 years ago
[Fix #834] Don't use `select-window` in `cider-popup-buffer-display`

e06aef11d61cfd2cd545246ef43e0eab0a4ea9d2 authored over 10 years ago
Merge pull request #831 from vitoshka/bury-stack

Quit stacktrace window on interactive evaluation

23f5972231834227b056ea5cdb3db7270ebcce23 authored over 10 years ago
Use `*cider-read-eval*` buffer for `cider-read-and-eval` error locations

- On errors in `cider-read-and-eval` don't jump to non-existent locations but
create a buffer ...

78c66cdec2b94809c2b393d041b53f3bac106148 authored over 10 years ago
Quit stacktrace window on interactive evaluation

ab782bac2ae780895c14d8e80465f8527a4c6264 authored over 10 years ago
Merge pull request #829 from vitoshka/connect-completion

[Fix #828] Fix completion issues and don't forget current project directory in `cider-connect`

d7546f6be12b62852e88cd6a9e3a62aa5a74079d authored over 10 years ago
[Fix #828] Fix completion issues and don't forget project directory in `cider-connect`

- Add default values to fix `ido-ubiquitous` and standard `completing-read`
- Look into curr...

da1540aabd1683d9cd84f1e10d337dd5358aedf9 authored over 10 years ago
Merge pull request #825 from vitoshka/direct-conn

Rewrite nrepl connection logic

165b75b078571fc6ca6a46dc8f3823057e846bdc authored over 10 years ago
[Fix #822] Rewrite nREPL connection logic

- Extract networking functionality (`nrepl-connect`, `nrepl--direct-connect`,
`nrepl--ssh-tunn...

6e0e591708b7b99d25baf5f0c6bc0264b1d9bee8 authored over 10 years ago
Merge pull request #823 from vitoshka/in-ns

Set `nrepl-buffer-ns` in non clojure buffers

52edef60489bdb2e233838feef9f5cead30892d1 authored over 10 years ago
Set `nrepl-buffer-ns` in non clojure buffers

f63001875704981566b036aebc38ddf996ff0494 authored over 10 years ago
Merge pull request #817 from vitoshka/buffer-ns

[Fix #814] Use `cider-current-ns` instead of `nrepl-buffer-ns`

0d3db7304a335964508f800e19fe37467dbccf02 authored over 10 years ago
[Fix #814] Use `cider-current-ns` instead of `nrepl-buffer-ns`

Other changes:

- Don't reset `nrepl-buffer-ns` in default response handler.

- Remove `ci...

3d21d014fac9080dfc38ff8c368ff2c99b9e6248 authored over 10 years ago
Add `no-error` optional argument to `nrepl-current-connection-buffer`

b7ca04eca659fd5a6e2e210a80d71d9e6be547ed authored over 10 years ago
Merge pull request #808 from vitoshka/cider-connect

`cider-connect`: auto-detect ssh hosts and all running repls on local and remote hosts

34ba8452d1f049cd628cc190974cc275d63601a4 authored over 10 years ago
Enhance `cider-connect` to auto-detect running nREPL servers

- `cider-connect` now interactively asks for host from a combined list of hosts
from machine...

57ac60494e2bc37ac6c9fcc6b8f972ece960e800 authored over 10 years ago
Merge pull request #815 from vitoshka/scratch-ns

Use "(ns $repl-ns)" in dummy file when ns form not found

f587820bedf5a04f1d3a6b7082c13c60a60c0692 authored over 10 years ago
Make `cider-repl-set-ns` to ask for ns in buffers with no ns form

dc5fb951396fc375cb20695a32bbfa0a7f85f93e authored over 10 years ago
Strip :reload and :reload from ns-form

98e0d0af9cc83879ba98b5b325e748cedc84a8e4 authored over 10 years ago
Improve interactive evaluation with special buffers

- Use "(ns $repl-ns)" in dummy file when ns form not found
- Use (buffer-name) as file name in b...

42db94e9f00a32174cc79c4e5d599ce9daf066cb authored over 10 years ago
Track cider-nrepl changes in the complete middleware

e3aab3b3eb0ba45ecf7f92ccd7cb3b735249bbc4 authored over 10 years ago
Bump the cl-lib dep

8b8cf4c7a2710dbce78330f6fc9bed419e9850b1 authored over 10 years ago
Bump the clojure-mode dep

4488c6b1d1b700de9cdd0b02f3719ca3b9c3e9aa authored over 10 years ago
Merge pull request #816 from vitoshka/ieval

Refactor the interactive evaluation API

f7569f5985ceab6a3832b23a00ef2590e7b9e51e authored over 10 years ago
Refactor the interactive evaluation API

- There is now one API entry point - `cider-interactive-eval`. All other
commands are base...

77a44c702c600fa64a33e5c14836207ad37106c7 authored over 10 years ago
Unify the style of comment annotations

8fa4464502429e9a2fa4ba596839ce7d6c7a3662 authored over 10 years ago