This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-26
Channels
- # babashka (5)
- # beginners (21)
- # cider (26)
- # clojure (46)
- # clojure-art (3)
- # clojure-dev (36)
- # clojure-europe (24)
- # clojure-norway (64)
- # conjure (28)
- # cursive (2)
- # datomic (1)
- # honeysql (12)
- # improve-getting-started (5)
- # introduce-yourself (5)
- # kaocha (1)
- # malli (17)
- # polylith (36)
- # reitit (3)
- # shadow-cljs (8)
@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)