clojure-emacs / refactor-nrepl

nREPL middleware to support refactorings in an editor agnostic way
Eclipse Public License 1.0
256 stars 69 forks source link

Revert accidentally-changed `namespace-aliases` error handling default #375

Closed vemv closed 2 years ago

vemv commented 2 years ago

In a recent refactoring, I introduced defn namespace-aliases-response. It should have passed true instead of false.

Fixes #373