Skip to content
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

Evaluation in debugger must be done within the namespace of instrumented form #2004

Closed
vspinu opened this issue Jun 5, 2017 · 0 comments
Closed

Comments

@vspinu
Copy link
Contributor

vspinu commented Jun 5, 2017

Do in a tmp.clj (user namespace)

(defn foo [a]
  (bar a))

(defn bar [b]
  (+ 1 b))

Then from another namespace do (foo 1) once you are after (bar a) eval with C-x C-e. you should get Unable to resolve symbol: bar in this context.

It's probably easy to fix. Will have a look once clojure-emacs/cider-nrepl#405 is merged.

vspinu added a commit to vspinu/cider-nrepl that referenced this issue Aug 8, 2017
  ... and eval during debugger session within that ns

  Fixes clojure-emacs/cider#2004
vspinu added a commit to vspinu/cider-nrepl that referenced this issue Aug 8, 2017
  ... and eval during debugger session within that ns

  Fixes clojure-emacs/cider#2004
vspinu added a commit to vspinu/cider-nrepl that referenced this issue Aug 8, 2017
  ... and eval during debugger session within that ns

  Fixes clojure-emacs/cider#2004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants