summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix a testArtur Malabarba2015-10-04
* New function: cider-nrepl-send-unhandled-requestArtur Malabarba2015-10-04
* Implement dynamic indentationArtur Malabarba2015-09-28
* Add a test for check-declaresArtur Malabarba2015-09-25
* Add a test for byte-compiler warningsArtur Malabarba2015-09-24
* New functions nrepl-dict-merge and nrepl-dict-get-inArtur Malabarba2015-09-09
* Fix test-cider-connections-bufferArtur Malabarba2015-09-07
* Stop referencing nrepl-connection-buffer in ciderArtur Malabarba2015-09-06
* Axe the cider-buffer-connection variableArtur Malabarba2015-09-06
* Remove an unused function parameterLars Andersen2015-08-30
* Alias cider-current-repl-buffer to cider-find-relevant-connectionArtur Malabarba2015-08-30
* Deal with buffers directly, not their namesArtur Malabarba2015-08-29
* Continue to decouple CIDER from nrepl-clientBozhidar Batsov2015-08-29
* Add CIDER wrappers for nrepl-send-request and nrepl-send-sync-requestBozhidar Batsov2015-08-27
* Fix the connection browser's buffer nameBozhidar Batsov2015-08-24
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
* Kill nrepl-close-client-sessionsBozhidar Batsov2015-08-20
* [#1264] Get rid of nrepl-current-sessionBozhidar Batsov2015-08-18
* Eliminate some code duplicationBozhidar Batsov2015-08-13
* Kill a few obsolete testsBozhidar Batsov2015-08-13
* Rename cider-rotate-connection to cider-rotate-default-connectionBozhidar Batsov2015-08-12
* Fix broken testsBozhidar Batsov2015-08-12
* Rename nrepl-current-connection-buffer to nrepl-default-connection-bufferBozhidar Batsov2015-08-11
* Merge pull request #1235 from Malabarba/masterBozhidar Batsov2015-08-05
|\
| * Add support for `(...) to the debuggerArtur Malabarba2015-08-04
* | [#1236] Add two more functions for use in cider-repl-prompt-functionArtur Malabarba2015-08-04
|/
* Substitute `clojure-project-dir' for `cider-project-directory-for'aJchemist2015-08-01
* [Fix #1220] Treat keywords as symbols in lookup commandsBozhidar Batsov2015-07-26
* [Fix #1216] Move project-handling code to from nrepl-client to ciderBozhidar Batsov2015-07-25
* cider-read-from-minibuffer accepts PROMPT without ": "Artur Malabarba2015-07-16
* Add configuration to move or remove the debugger's input promptArtur Malabarba2015-07-07
* Fix navigation bug introduced with map handlingArtur Malabarba2015-07-02
* Add inspecting to the debuggerArtur Malabarba2015-07-01
* Define command to run -mainArtur Malabarba2015-06-30
* Remove usages of `first' and `second' from clBozhidar Batsov2015-06-15
* Remove carriage returns when decoding stringsMichael Griffiths2015-05-19
* Don't display the current ns in the connection infoBozhidar Batsov2015-05-05
* Update copyright yearsBozhidar Batsov2015-03-01
* Add options for configuring completion annotationsMichael Griffiths2015-02-28
* Use Grimoire 0.4.6 /searcharrdem2014-12-27
* Replace nrepl-buffer-ns with cider-buffer-nsBozhidar Batsov2014-12-23
* [Fix #867] Fix (cider-grimoire-lookup) regression due to HTTP 301 (Moved Perm...Wei Peng2014-11-23
* Fix broken testBozhidar Batsov2014-11-16
* Fix broken testsBozhidar Batsov2014-11-09
* Fix a couple of broken testsBozhidar Batsov2014-11-05
* Fix broken testBozhidar Batsov2014-10-02
* [Fix #814] Use `cider-current-ns` instead of `nrepl-buffer-ns`Vitalie Spinu2014-09-21
* Enhance `cider-connect` to auto-detect running nREPL serversVitalie Spinu2014-09-21
* Rewrite `sync-request` subsystemVitalie Spinu2014-09-15
* Expand nREPL dict api and apply throughoutVitalie Spinu2014-09-13