Bozhidar Batsov <bozhidar.bat...@gmail.com> writes: > This was recently renamed - have a look at CIDER's changelog. > Interestingly we have an alias with the old name, so people should be > getting warnings, not errors. I’ll have at the problem.
I think the attached patch should fix the problem.
-- Bastien
diff --git a/nrepl-client.el b/nrepl-client.el index dcaa4a7..6e7c69b 100644 --- a/nrepl-client.el +++ b/nrepl-client.el @@ -1060,6 +1060,7 @@ Refreshes EWOC." (define-obsolete-function-alias 'nrepl-send-request-sync 'nrepl-send-sync-request "0.8.0") +(define-obsolete-function-alias 'nrepl-send-string-sync 'nrepl-sync-request:eval "0.8.0") (define-obsolete-function-alias 'nrepl-send-string 'nrepl-request:eval "0.8.0") (define-obsolete-variable-alias 'nrepl-log-events 'nrepl-log-messages "0.7.0") (define-obsolete-function-alias 'nrepl-log-events 'nrepl-log-messages "0.7.0")
-- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.