-
Notifications
You must be signed in to change notification settings - Fork 181
Remove workaround for converting column numbers #677
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
src/cider/nrepl/middleware/debug.clj
Outdated
;; Passing clojure.lang.Namespace object | ||
;; as :original-ns breaks nREPL in bewildering | ||
;; ways. | ||
;; NOTE: column numbers in the response map |
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.
Probably we should also mention this in the debugger docs.
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.
Do you mean the docs in this repo or Cider's?
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.
CIDER's. I think we don't have any debugger documentation elsewhere, although we should change this at some point.
251d7cc
to
b18d199
Compare
All of the builds are failing now. It seems one test needs to be updated. |
CHANGELOG.md
Outdated
### Bugs fixed | ||
|
||
* Bump Orchard to 0.5.10, as the 0.5.9 was a bad build. ([Orchard issue](https://github.com/clojure-emacs/orchard/issues/91)) | ||
* Remove workaround for converting column numbers to 0-based indexing. ([Cider issue](https://github.com/clojure-emacs/cider/issues/2852)) |
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.
I think you forgot to delete this.
b18d199
to
b8cb097
Compare
Whoops, I removed the duplicated line, still investigating the test failures (can't get them to run locally) |
Fixes clojure-emacs/cider#2852