Fork me on GitHub
#cursive
<
2019-05-18
>
cfleming10:05:46

For those of you affected by the symbol resolution problem (@wilkerlucio, @ikitommi, @manderson and others), someone at JetBrains suggested that it might be related to https://youtrack.jetbrains.com/issue/IDEA-211346. The symptoms would be that the project view doesn’t show all the elements that it should. What should fix it is refreshing your project in either the lein or deps toolwindow.

cfleming10:05:19

If you could check both those things (the symptom and the cure) if you experience the problem again, that would be great.

cfleming10:05:37

Seems like the root cause might be this issue here, which is the best bug report I’ve seen in a while: https://youtrack.jetbrains.com/issue/IDEA-210479

jeremys14:05:55

Hello, quick question, cursive doesn’t want to load one of my files in the repl anymore. The cause being cyclic dependencies. The thing is even if I delete all content of the file and leave only a basic ns declaration like (ns my.ns) cursive still doesn’t want to load the file. Is there some kind of a cache cursive maintains I can clear?

todo19:05:22

a bit off topic: does cursive support (or have plans to support) Racket scheme?

cfleming22:05:43

@jeremys Can you send a screenshot of the error? This is usually caused by having another copy of the file somewhere, perhaps in an output directory that shouldn’t be indexed. Someone reported the other day that it can also be provoked by lein checkouts, but I haven’t had time to investigate that yet.

cfleming22:05:04

@todo No, that would be a whole different (although very interesting!) thing.