Fork me on GitHub
#vim
<
2022-05-10
>
Nundrum21:05:52

Using Fireplace, doc lookups with the Clojurescript repl are failing:

Unable to resolve var: special-doc in this context at line 1 cljs/user.cljs
Evaluating code is working fine, though. Is this working for anyone else?

Jan K17:05:16

I've seen that error many times (with figwheel-main). I think it's one of those that goes away if I restart everything. Maybe it can also be fixed by evaluating (in CLJS) (require 'clojure.repl)

Nundrum17:05:58

Hrrrm cider is broken with shadow-cljs now. Can't figure out what I've done to it.

Nundrum19:05:24

Turned out to be an older shadow-cljs causing the problem. Relevant conversation is over at #shadow-cljs.