-
Notifications
You must be signed in to change notification settings - Fork 180
Some improvements to intrument.clj #177
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
Conversation
There's something wrong with the date on the commits, and they're listed out of order above. The final commit is the "Improve support for ...". |
I keep running into discrepancies between clojure-mode's indentation and cljfmt. Should I file these to the former or the latter? |
Depends on the issue. Can you post the differences here? |
For reference, this should Close clojure-emacs/cider#1048 |
The following snippet is indented as an
And the indentation for the
|
Regarding the indentation - the first situation is debatable, the second not so much. The indentation in |
Should fix inconsistencies between nrepl versions. clojure-emacs/cider#1049
Oops. Fixed the period. This is
This is
|
Some improvements to intrument.clj
👍 |
Amonst other things, this addresses the issues on raised on #170 with
do
andrecur
.