Fork me on GitHub
#cursive
<
2016-10-15
>
kahunamoore05:10:27

It was the raven-clj library but I think the problem was that the function I was calling was throwing an exception upon entry… I’m past it now, thanks!

kenny06:10:27

@cfleming I’m on 1.4.0-eap3-2016 and it seems like doing “Load file in REPL” does not reload a file that has changed from an external source. If I change the file in the editor it will pick up the change. (This has to do with adding boot :checkouts support in the REPL pane)

kenny06:10:11

I have to actually open the file for Cursive to recognize that the file changed and then run “Load file in REPL” and it loads the changes in the REPL

kenny06:10:57

If I do File > Synchronize then “Load file in REPL” it will pick up the changes.

kenny06:10:07

A little annoying to have to do that every time 😛

cfleming17:10:13

@kenny That might be, yeah. IntelliJ uses a virtual file system, and I don’t think the detection of externally changed files is perfect.

cfleming17:10:25

I’m not sure what the best workaround might be.

kenny17:10:15

Is there a IntelliJ issue on this problem?

kenny17:10:07

Is it possible to tell IntelliJ the file changed when I modify the file "externally"?

cfleming17:10:28

Yes, by using File->Synchronise 🙂

cfleming17:10:48

I’m not sure about any JetBrains issues, sorry

cfleming17:10:53

You could try looking in YouTrack