Fork me on GitHub
#calva
<
2020-07-06
>
Jakub Holý (HolyJak)07:07:45

Hi! After I load a file into the REPL, I get doc Popup and can cmd-click navigate to its functions. But this doesnt seem to work for clojurescript? (using shadow REPL)

pez08:07:09

Could be a dependency issue. How do you start the repl?

Jakub Holý (HolyJak)12:07:44

Running npx shadow-clj watch :main in the terminal than connect to remote shadow repl from Calva

Jakub Holý (HolyJak)12:07:49

BTW when I evaluate this line below either in the code (alt-ctrl-c e) or the REPL input window, it blocks the process forever it seems:

(-> *req :body io/reader (java.io.PushbackReader.) slurp)
where *req is a stored Ring request and the body is org.eclipse.jetty.server.HttpInputOverHTTP I assume the stream is already closed or something so an exception would not suprise me but this does. Ctrl-D to stop it has no effect.

pez13:07:20

Then it is probably a lacking dependency. Use jack in to see what Calva injects.

ikrimael20:07:37

is it possible to use calva with clojureclr? context: new to clojure (day 4), old to programming

sogaiu03:07:01

fwiw, chlorine has some support for clojureclr iiuc -- so when mauricio updates his clover vscode effort, it might end up working there too

pez20:07:32

It might work, but I somehow doubt it. Depends on the state of nrepl for CLR.

ikrimael20:07:42

👍 will table then; sounds like a yak shaving rathole