Fork me on GitHub
#cursive
<
2022-11-26
>
onetom10:11:59

@cfleming I just tried IntelliJ 2022.3 RC2 Build #IU-223.7571.123, built on November 23, 2022 and im getting a new kind of error, which i haven't seen before. i hope this helps pinning down the issues with symbol resolution:

In file: file:///Users/onetom/.../api_repl.clj

java.lang.IllegalStateException: Attempting to call unbound fn: #'cursive.annotator/create-visitor
	at clojure.lang.Var$Unbound.throwArity(Var.java:45)
	at clojure.lang.AFn.invoke(AFn.java:32)
	at clojure.lang.Var.invoke(Var.java:384)
	at cursive.api.DelayedFn.invoke(DelayedFn.java:31)
	at cursive.annotator.ClojureAnnotator.createVisitor(Annotator.kt:25)
	at cursive.annotator.ClojureAnnotator.annotate(Annotator.kt:20)
	at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.runAnnotators(DefaultHighlightVisitor.java:131)
	at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.visit(DefaultHighlightVisitor.java:108)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.runVisitors(GeneralHighlightingPass.java:344)
...
(this one i was able to submit to you successfully, via the intellij error reporter)

onetom01:11:37

yes, it has always happened for those 3-4 times i tried. but since i have no symbol resolution everywhere, i can't really use this version combination to see if there are any more errors.