summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
...
* Tidying up switch-to-relevant-buffer, updating docs, and adding check ↵Jon Pither2014-01-14
| | | | against ambiguous switch.
* Fix broken testsBozhidar Batsov2013-12-02
|
* Replace redundant lexical-let with letBozhidar Batsov2013-11-28
|
* [#414] Improve the tracking of ancilliary buffersBozhidar Batsov2013-11-13
|
* Rename a bunch of REPL functionsBozhidar Batsov2013-10-29
|
* Add some version testsBozhidar Batsov2013-10-29
|
* Extract error parsing testsBozhidar Batsov2013-10-28
|
* Minor comment fixBozhidar Batsov2013-10-28
|
* Rename nrepl-tests.el to cider-tests.elBozhidar Batsov2013-10-28
|
* Extract bencode testsBozhidar Batsov2013-10-28
|
* Extract cider-selector tests into a separate fileBozhidar Batsov2013-10-28
|
* Terminology fixBozhidar Batsov2013-10-24
|
* test-cider-connections-buffer is passing.Jon Pither2013-10-18
|
* Fixing test-cider-rotate-connecton-buffer testJon Pither2013-10-18
|
* Rename project to CIDERBozhidar Batsov2013-10-17
|
* Set correct name on find-or-create-repl-bufferBjarte Johansen2013-10-08
| | | | | | | | If the current nrepl-buffer is killed and then brought back up with `nrepl-switch-to-repl-buffer` (C-c C-z), the new buffer has the name "*nrepl*", when it should be "*nrepl /project-name/"*. This patch fixes the problem by calling `nrepl-repl-buffer-name` instead of using the static "*nrepl*"-string.
* Display some extra info in the bannerBozhidar Batsov2013-09-25
|
* Add nREPL version to connection infoBozhidar Batsov2013-09-25
|
* nREPL -> nrepl.elBozhidar Batsov2013-09-25
|
* Fixing rotate and display when current buffer is nrepl bufferJon Pither2013-09-18
|
* Name of connection and server buffer uses project name and portJon Pither2013-09-16
|
* Extract banner generation to a separate functionBozhidar Batsov2013-08-22
|
* Add `nrepl-switch-to-relevant-repl-buffer' as separate functionality.Vedang Manerikar2013-08-22
| | | | | | | | | | | Commit 12558e8 breaks `nrepl-switch-to-repl-buffer' functionality by assuming that all nrepl connections will be made using `nrepl-jack-in'. This commit reverts to old `nrepl-switch-to-repl-buffer'. A new function `nrepl-switch-to-relevant-repl-buffer' is added as a convenience function to switch to the correct nrepl buffer from a given clojure buffer.
* More robust version reportingBozhidar Batsov2013-08-20
| | | | | | The version reporting is now based on the pkg-info package. Clojure version reporting was moved to the connection info, since it's connection specific information.
* Rotate and display nrepl connectionJon Pither2013-08-18
|
* Show port along with project name in `nrepl-repl-buffer-name'Vedang Manerikar2013-08-18
| | | | | - Add tests for new `port-in-nrepl-repl-buffer-name' functionality - Add documentation about displaying port name in nrepl-repl-buffer-name
* Replace problematic cl-position with custom codeBozhidar Batsov2013-08-15
| | | | | | | | `cl-position` in Emacs 24.3 is not the same as the one in the cl-lib library on GNU ELPA, which is causing problems for people using older Emacsen. This commit replaces it with a bit of custom code. This fixes #356.
* Simplify test infrastructureBozhidar Batsov2013-08-15
| | | | | | | | | | * Manage dependencies with Cask * Add a Vagrantfile and a shell script for provisioning * Simplify Makefile * Add a script for running the tests in batch mode The one thing that remains to be done is to reintegrate the batch checkdoc check.
* clojure buffer name uses project nameJon Pither2013-08-14
|
* Adding should to testsJon Pither2013-08-13
|
* formatting - making indentation consistentJon Pither2013-08-13
|
* Add extendable SLIME-style Selector to nREPLIan Eslick2013-07-25
|
* fix handling of missing column betterNeale Swinnerton2013-04-04
|
* Enhanced error highlighting, errors in red, warnings in yellow.Neale Swinnerton2013-04-03
|
* Fix broken test.Tim King2013-03-30
|
* bump versionTim King2013-03-13
|
* Merge pull request #296 from bbatsov/improve-error-highlightingTim King2013-03-11
|\ | | | | Improve error highlighting
| * Add a couple of ert testsBozhidar Batsov2013-03-09
| |
* | Merged with master.Tim King2013-03-11
|/
* Merge #281: Clean up killed connections.Tim King2013-02-19
|
* Fix test names.Bozhidar Batsov2013-02-12
|
* Introduce the option to hide special buffersBozhidar Batsov2013-02-12
| | | | | | Some "boring" buffers can now optionally be hidden by the users via the use of the `nrepl-hide-special-buffers` setting. By default all special buffers are visible.
* Use should instead of assert in tests.Bozhidar Batsov2013-01-19
|
* fix decoding of multibyte netstringsTim King2012-06-20
|
* add support for stdoutTim King2012-05-16
|
* separate callbacks for interactive vs repl evalTim King2012-05-09
|
* eval last expression (C-x C-e)Tim King2012-05-02
|
* send and recvTim King2012-04-25
|
* bdecodeTim King2012-04-25