Fork me on GitHub
#cursive
<
2016-02-19
>
danielcompton00:02:12

I’m having super weird behaviour on https://github.com/martinklepsch/s3-beam/commit/9f9ccd3abbdf78f10ef99c3703952b8cdeb0dad8, it seems like Cursive isn’t indexing any new code that I write, so I get lots of warnings for unused functions and vars

cfleming01:02:43

@danielcompton: Have you tried invalidating your caches?

cfleming01:02:49

@petrus: That might be caused by https://github.com/cursive-ide/cursive/issues/1255. You can probably fix that by excluding the out folder (right click in project view, mark directory as, excluded)

danielcompton02:02:47

That seemed to fix it

Petrus Theron08:02:05

thanks, @cfleming. That fixed it simple_smile.

doddenino09:02:16

Yesterday I was getting a java.io.FileNotFoundException for figwheel_sidecar in cursive repl, and the only way to fix it was calling lein repl from a terminal first. Everything worked fine afterwardsd