vim-fireplace icon indicating copy to clipboard operation
vim-fireplace copied to clipboard

fireplace#info barfs on shadow-cljs

Open dhleong opened this issue 5 years ago • 2 comments

Seems to be due to eg clojure.repl/special-doc not existing at the cljs repl. Deferring var resolution via ((resolve 'clojure.repl/special-doc) sym) instead of (#'clojure.repl/special-doc sym) seems to fix it for the common case, but of course would still explode if it was actually a special-symbol, for example...

Example error when using K: Screen Shot 2019-08-19 at 9 38 41 PM

dhleong avatar Aug 20 '19 01:08 dhleong

I consider cider-nrepl mandatory for cljs. I think the appropriate fix is a better error message.

tpope avatar Aug 20 '19 11:08 tpope

Works for me. I posted this pretty late in a long bus trip and didn't think about not having cider-nrepl set up on that laptop.

dhleong avatar Aug 20 '19 11:08 dhleong