Skip to content

CIDER 0.9.1

Compare
Choose a tag to compare
@bbatsov bbatsov released this 24 Jun 13:38
· 4248 commits to master since this release

New features

  • #1155: The debugger displays overlays highlighting the current sexp and its return value.

Bugs fixed

  • #1142: Don't retrive nrepl ports when cider-known-endpoints entry already contains the port.
  • #1153: Fix behavior of cider-switch-to-current-repl-buffer.
  • #1139: Fix evaluation of ns forms and of forms with unevaluated namespaces.
  • Replace assert with cl-assert (we don't use anything from cl now).
  • #1135: Fix a corner case with locals display in the debugger.
  • #1129: Fix occasional (wrong-type-argument stringp nil) on clojure-android.
  • #1122: Run client initialization in new client buffer.
  • #1143: Handle tests without location metadata.