clojure-expectations / expectations-mode

Emacs minor mode for expectations test framework
GNU General Public License v3.0
21 stars 12 forks source link

Update nREPL requests. #12

Open edipofederle opened 8 years ago

edipofederle commented 8 years ago

nrepl-send-string -> nrepl-request:eval nrepl-send-string-sync -> nrepl-sync-request:eval

I needed these changes to run here. nREPL requests have changed, as can be seen here: https://github.com/clojure-emacs/cider/blob/master/CHANGELOG.md

any comment on this is helpful.