elpasync pushed a change to branch elpa/cider.

      from  6b5272cf86 Add changelog entry and documentation
       new  c7bd796bb5 Stop nrepl-dict-merge from mutating a shared literal
       new  8df8f1f146 Guard cider-find-keyword against no keyword at point
       new  6f594176ac Don't treat a server notification as a format string
       new  2b941e5b32 Reap the sync-request callback on every exit
       new  87f8c4788e Recreate the log appender whenever it's missing 
server-side
       new  5decd336f9 Stop cider-log using the obsolete 
cider-auto-select-error-buffer
       new  4c7a4cd85d Update CHANGELOG for the Tier-1 bug fixes
       new  c621bace94 Resolve unqualified core vars against cljs.core in cljs 
REPLs
       new  184637971f Make cider-find-keyword's prefix arg invert 
cider-prompt-for-symbol
       new  851be35f89 Update CHANGELOG for the Tier-2 fixes


Summary of changes:
 CHANGELOG.md                |  7 ++++
 lisp/cider-find.el          |  6 ++--
 lisp/cider-log.el           | 15 ++++-----
 lisp/cider-resolve.el       | 25 ++++++++++----
 lisp/nrepl-client.el        | 80 ++++++++++++++++++++++++---------------------
 lisp/nrepl-dict.el          |  7 ++--
 test/cider-find-tests.el    | 25 +++++++++++++-
 test/cider-log-tests.el     | 37 ++++++++++++---------
 test/cider-resolve-tests.el | 21 +++++++++++-
 test/nrepl-client-tests.el  |  7 ++++
 test/nrepl-dict-tests.el    |  9 ++++-
 11 files changed, 164 insertions(+), 75 deletions(-)

Reply via email to