abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.21k stars 132 forks source link

lispy-eval: nrepl-send-sync-request: Wrong type argument: stringp, nil #524

Closed qleguennec closed 4 years ago

qleguennec commented 4 years ago

How to reproduce:

Repl works fine but I cannot use it through lispy because of this issue. eval-last-sexp works fine.

abo-abo commented 4 years ago

Thanks, please test. I tested by doing cider-jack-in-cljs and then using lispy-eval.

qleguennec commented 4 years ago

The error remains after c1286a2.

qleguennec commented 4 years ago

Nevermind, I had an issue with my build system, the fix works, thank you!

abo-abo commented 4 years ago

You're welcome.