technomancy / slamhound

Slamhound rips your namespace form apart and reconstructs it.
Other
473 stars 38 forks source link

slamhound.el doesn't support cider versions 0.8.0+ #92

Closed lsankar4033 closed 8 years ago

lsankar4033 commented 8 years ago

If you take a look at the changelog, Cider renamed nrepl-send-string-sync to nrepl-sync-request. I believe this just involves a 1 line change here.

I can submit a PR when I get a chance.

piotrklibert commented 8 years ago

I fixed this in https://github.com/technomancy/slamhound/pull/93 and also rewrote the command to be asynchronous.