nrepl

pez 2021-09-28T16:36:12.018Z

What’s the requirements for java source lookup working? It just works on my machine, but some Calva users do not get it working. I know there was somewhere when they stopped bundling the source with the JDKs, but I also saw in the cider-nrepl source (I think it was) that there is a fallback looking up source online.

Eugen 2021-09-28T19:38:29.019700Z

@pez: Do you have any logging those people can report easily? For cases where there is no JVM source - is there some info panel in Calva that users can report - or a command they can run to say: with source /witout source ?!

pez 2021-09-28T19:43:41.021200Z

I haven’t got much of that. We’ll add an nrepl trace log inspired by CIDER’s, which I think will help some.

👍 1