Skip to content

CIDER 1.8.3

Compare
Choose a tag to compare
@vemv vemv released this 18 Oct 16:17
· 137 commits to master since this release

Changes

  • #3521: Expand cider-clojure-compilation-regexp to also match e.g. Unexpected error (ExceptionInfo) macroexpanding defmulti at (src/ns.clj:1:1)..
  • Remove module info from the CIDER error overlay.
    • Example string that is now trimmed away: (java.lang.Long is in module java.base of loader 'bootstrap'; clojure.lang.IObj is in unnamed module of loader 'app')
  • #3522: Introduce a new possible value for cider-use-overlays: errors-only.
    • If specified, only errors will result in an overlay being shown.
  • #3527: Preserve the font size as one navigates through the CIDER inspector.
  • #3525: Introduce cider-inline-error-message-function customization option.
  • #2903: Avoid No comment syntax is defined prompts.
  • Bump the clojure-mode required version to 5.18.0

Bugs fixed

  • #3533: Refine Sesman session linking to accurately work on *cider-test-report* buffers.
  • #3539: cider-jump-to-locref-at-point: don't jump to non-existing files.