Fork me on GitHub
#cider
<
2019-04-23
>
bozhidar10:04:45

@dromar56 Seems you’ve hit some bug, but it’s hard to tell from the partial stacktrace. @malabarba might have a better intuition about this. Feel free to file a ticket upstream.

👍 4
hlolli14:04:18

where do jvm stacktraces go to, I'm having jvm crashes, when I run in temrinal I get log files spitted out, but cider just closes the nrepl connection buffer and says *** Closed on Tue Apr 23 16:21:10 2019 *** in the repl buffer

malabarba16:04:45

No idea either, though I'll admit I forgot that feature even existed 😁

malabarba16:04:16

(That was a reply to @dromar56)

didibus18:04:13

I see there's now a way to hotload dependencies?

didibus18:04:36

I was wondering if there was a way to refresh the class path from a project.clj without restarting the repl?

didibus18:04:13

It be nice to be able to change dependencies in the project.clj. and somehow just have the repl sync itself with it

didibus18:04:23

Without needing to restart the repl

dominicm18:04:56

You would need a library that can do that

dominicm18:04:08

Then it will work with nrepl/cider

benedek20:04:16

there is an issue for this in cljr. essentially the code quoted in the cider docs needs to be wrapped and all the other parts of the feature (retrieve, cache candidates, versions; modify deps in proj files etc) adapted

benedek20:04:12

PRs welcome ofc. i may put this on my todo list too but no promises ;)