clojure-emacs / cider-nrepl

A collection of nREPL middleware to enhance Clojure editors with common functionality like definition lookup, code completion, etc.
https://docs.cider.mx/cider-nrepl
670 stars 175 forks source link

`cider.nrepl.middleware.reload`: support `:before` / `:after` functions #856

Closed vemv closed 3 months ago

vemv commented 3 months ago

Moves shared code to a new ns.

bbatsov commented 3 months ago

All other utility namespaces for middleware are under cider.nrepl.middleware.util, so I think this one should go there as well. (as cider.nrepl.middleware.util.reload.

vemv commented 3 months ago

Thanks! All done.