Stacktrace at point or in region
This PR adds Stacktrace at point or in region support.
Please see: https://github.com/clojure-emacs/orchard/pull/164
Before submitting a PR make sure the following things have been done:
- [x] The commits are consistent with our contribution guidelines
- [x] You've added tests to cover your change(s)
- [ ] All tests are passing
- [ ] The new code is not generating reflection warnings
- [ ] You've updated the README (if adding/changing middleware)
Looks good, failing CI aside.
@bbatsov @vemv This one would be ready from my side.
After merging it I noticed we forgot to update the changelog.
It also seems to me you've updated ops.adoc manually, instead of generating it from the middleware descriptors. This will have to be fixed, otherwise your nice docs will disappear once this is regenerated with the lein docs task.
Oops, I opened another PR to address those issues: https://github.com/clojure-emacs/cider-nrepl/pull/762