Skip to content

CIDER 1.10.0 ("Sant Cugat")

Compare
Choose a tag to compare
@vemv vemv released this 31 Oct 19:44
· 109 commits to master since this release

New features

  • #3555: Introduce cider-start-nrepl-server function which does the same as cider-jack-in
    but without connecting to the started nREPL server.
    • This can help setting up more complex workflows.

Changes

  • Bump the injected cider-nrepl to 0.42.1.
    • Improves performance for completions- and info-related functionality.
    • Updates Orchard
      • Improves various Inspector presentational aspects.
    • Updates Suitable
      • Improves keyword completion for ClojureScript.
  • #3553: cider-pprint-eval-last-sexp, cider-eval-last-sexp-to-repl, cider-pprint-eval-last-sexp-to-repl: use error overlays to indicate failure.
    • this also avoids showing an empty *cider-result* buffer.
  • #3554: CIDER macroexpand: handle errors more gracefully.

Bugs fixed