Skip to content

inf-clojure 2.1

Compare
Choose a tag to compare
@bbatsov bbatsov released this 03 Aug 16:21
· 167 commits to master since this release

New Features

  • #114: Introduce inf-clojure-project-type defcustom.
  • #117: Introduce tools.deps project type and inf-clojure-tools-deps-cmd.
  • #122: Introduce inf-clojure-completions-fn defcustom.
  • #128: Expose inf-clojure-apropos as C-c C-S-a in inf-clojure-mode (the REPL).
  • #125: Avoid throwing an error for frequent operations like completion.
  • #130: Support loading directory locals in our buffers.
  • #129: Improve the completion bounds detection (now with keywords).
  • #132: Introduce inf-clojure-reload.

Bugs Fixed

  • #79: Eldoc error when running boot repl.
  • #83: No such namespace: complete.core in lumo REPL.
  • #93: Slow response from inf-clojure (completions, arglists, ...).
  • #101: inf-clojure-set-ns hangs Emacs.
  • #119: Set inf-clojure-buffer REPL type on detect.
  • #120: Send REPL string always, even if empty.
  • #128: Fix inf-clojure-apropos.
  • #131: Add macroexpand forms for Lumo.