summaryrefslogtreecommitdiff
path: root/cider-resolve.el
Commit message (Collapse)AuthorAge
* Bump the copyright yearsBozhidar Batsov2018-01-01
|
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
| | | | | | | | | | Fix #2130. Emacs 26 obsoletes `if-let` and `when-let`, replacing them with `if-let*` and `when-let*`. This raises byte-compilation warnings (treated as errors) when testing against Emacs 26. See: http://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-26#n1278
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
|
* Move dictionary manipulation to its own file, nrepl-dict.elArtur Malabarba2016-04-30
| | | | | | A lot of .el files have to manipulate dictionaries, so this forced a lot of files to depend on nrepl-client.el. These were muddy waters if we plan on supporting SocketREPL.
* Add a few missing spaces to make checkdoc happyBozhidar Batsov2016-03-27
|
* Update a few copyright headersBozhidar Batsov2016-03-27
|
* Update the copyright yearsBozhidar Batsov2016-01-01
|
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
|
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
|
* Further unentangle cider-interaction from the other filesArtur Malabarba2015-10-01
|
* [Fix #1320] Update cider-repl--state-handler with the new syntaxArtur Malabarba2015-09-18
|
* Use plist instead of dict when compiling keywordsArtur Malabarba2015-09-10
| | | | This gets around a corner case where the namespace had no interns.
* Implement dynamic font-lockingArtur Malabarba2015-09-09
| | | | | | Ditch instrumented defs overlay for the new font-locking. All macros are now font-locked. This is configurable via the cider-font-lock-dynamically variable.
* New file cider-resolve.elArtur Malabarba2015-09-09