summaryrefslogtreecommitdiff
path: root/test/nrepl-tests.el
Commit message (Collapse)AuthorAge
* 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