Fork me on GitHub
#cursive
<
2017-10-09
>
Andrew Sharp00:10:44

does cursive support live-reloading (live-importing) of project.clj?

cfleming06:10:19

@U74H7J9FF Actually, I think that one is different to what you’re asking for. That’s for synchronising the dependent libraries with IntelliJ, but you’re talking about updating dependencies on the classpath of a running REPL, right?

cfleming06:10:57

Cursive doesn’t support that yet, but you can use alembic to do it manually.

Andrew Sharp23:10:48

@U0567Q30W i see, no i meant synchronizing with intellij. thanks though. never thought about refreshing a running REPL

cfleming05:10:46

@U74H7J9FF Ah, in that case that is indeed the issue you want 🙂

manutter5115:10:45

I'm seeing a weird REPL issue: I place the cursor at the end of the form, and select "Send <form> to REPL", which gives me "Unable to resolve symbol: defn". Then I command-up-arrow to bring up the form again, and hit <ENTER>, and it compiles just fine. Is this a known bug? (Current non-EAP IntelliJ and Cursive.)

manutter5116:10:06

Seems to have gone away after doing Load File Into Namespace. Peculiar, but ok.