-
-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh log + support for before
and after
refresh middleware opts
#1219
Conversation
41f2f54
to
bede9da
Compare
The code looks great, but this definitely deserves some documentation in the README. We wouldn't want people to be totally unaware about such great functionality, right? |
(defconst cider-refresh-log-buffer "*cider-refresh-log*") | ||
|
||
(defcustom cider-refresh-before-fn nil | ||
"Function for `cider-refresh' to call before reloading. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Clojure function ..." I had to read this twice to understand it wasn't an emacs hook. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 good spot, updated.
Forget my remark about the changelog. I'm way too tired today... |
bede9da
to
fc8d114
Compare
Looks like |
ed45df0
to
a2c404a
Compare
a2c404a
to
09c65eb
Compare
Refresh log + support for `before` and `after` refresh middleware opts
👍 |
Depends on clojure-emacs/cider-nrepl#233. Current UI looks like this:
Feedback welcome!