Skip to content

Conversation

yuhan0
Copy link
Contributor

@yuhan0 yuhan0 commented Jun 7, 2020

Fixes clojure-emacs/cider#2852

  • The commits are consistent with our contribution guidelines
  • 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)

;; Passing clojure.lang.Namespace object
;; as :original-ns breaks nREPL in bewildering
;; ways.
;; NOTE: column numbers in the response map
Copy link
Member

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.

Copy link
Contributor Author

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?

Copy link
Member

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.

@yuhan0 yuhan0 force-pushed the fix-debug-column-num branch from 251d7cc to b18d199 Compare June 7, 2020 07:27
@bbatsov
Copy link
Member

bbatsov commented Jun 7, 2020

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))
Copy link
Member

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.

@yuhan0 yuhan0 force-pushed the fix-debug-column-num branch from b18d199 to b8cb097 Compare June 7, 2020 09:03
@yuhan0
Copy link
Contributor Author

yuhan0 commented Jun 7, 2020

Whoops, I removed the duplicated line, still investigating the test failures (can't get them to run locally)

@bbatsov bbatsov merged commit 5375d00 into clojure-emacs:master Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Indented code cannot be debugged in-source

2 participants