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

org-babel clojure now fails w/ nrepl-sync-request:eval error #1302

Closed
julienchastang opened this issue Sep 3, 2015 · 4 comments
Closed

org-babel clojure now fails w/ nrepl-sync-request:eval error #1302

julienchastang opened this issue Sep 3, 2015 · 4 comments

Comments

@julienchastang
Copy link

Org babel clojure now fails. For example,

#+BEGIN_SRC clojure 
(+ 1 2)
#+END_SRC

yields

Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 4) 1)
  nrepl-sync-request:eval("(+ 1 2)")
  (nrepl-dict-get (nrepl-sync-request:eval expanded) (if (or (member "output" result-params) (member "pp" result-params)) "out" "value"))
@Malabarba
Copy link
Member

The internals have changed.
See a very recent closed issue for more explanation.

@bbatsov
Copy link
Member

bbatsov commented Sep 4, 2015

See #1295

Libraries depending on CIDER will have to be updated.

@bbatsov bbatsov closed this as completed Sep 4, 2015
@julienchastang
Copy link
Author

Thanks. I've spent the latest few hours migrating to melpa-stable. All I'd ask is that cider not end up in melpa-stable until downstream code has had time to migrate to the new API (e.g., org-mode and ob-clojure).

@bbatsov
Copy link
Member

bbatsov commented Sep 5, 2015

This really depends on their maintainers. I don't have nor the time nor the energy to sync up with everyone maintaining a 3rd party extension. I just hope they're following the development and will do the necessary changes when needed.

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

No branches or pull requests

3 participants