This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-16
Channels
- # announcements (33)
- # atom-editor (1)
- # aws (21)
- # babashka (174)
- # babashka-sci-dev (2)
- # beginners (59)
- # calva (4)
- # chlorine-clover (9)
- # clj-kondo (51)
- # clojars (7)
- # clojure (86)
- # clojure-czech (4)
- # clojure-europe (21)
- # clojure-france (6)
- # clojure-nl (1)
- # clojure-uk (2)
- # conjure (7)
- # core-async (3)
- # core-logic (3)
- # cursive (10)
- # data-science (8)
- # datalevin (14)
- # datomic (12)
- # events (1)
- # fulcro (5)
- # graalvm (10)
- # gratitude (3)
- # honeysql (3)
- # hyperfiddle (3)
- # introduce-yourself (4)
- # joyride (3)
- # leiningen (3)
- # malli (13)
- # minecraft (15)
- # music (1)
- # off-topic (40)
- # pathom (16)
- # polylith (28)
- # portal (25)
- # rdf (15)
- # remote-jobs (3)
- # shadow-cljs (23)
- # specter (1)
- # sql (5)
- # tools-deps (25)
- # xtdb (31)
Hei folks!
I have an issue with the latest version of Cursive.
After updating Cursive many of our tests are not working.
I have discovered that the issue is somehow related to use (metrics.ring.instrument/instrument)
in our middleware.
With latest Cursive i can see strange errors in console, one of them:
`Error handling response - class java.lang.IllegalArgumentException: Argument for @NotNull parameter 'name' of com/intellij/psi/search/FilenameIndex.getVirtualFilesByName must not be null
`
Any ideas on this?
Minimalistic project to reproduce:
https://github.com/galatyn/demo-cursive-errorAre you able to create a small repro case? That would make it much easier to look at this, I don't know how metrics.ring.instrument
works.
I will try to prepare minimalistic example.
Hi @U0567Q30W! Sorry, it took some time to extract minimal details to reproduce the issue. But now it is here: https://github.com/galatyn/demo-cursive-error
Sorry if project name is a bit offensive 🙂 I do not really know where is the issue. Most probably either Cursive or IDEA.
@U0567Q30W Just updated IDEA to 2022.1.3, issue is still here. Let me know if you have any ideas what can be wrong.
@U03LPK2G932 My apologies for the long wait for this, but this fix is out in the new EAP.
@U0567Q30W No problems at all! Thank you a lot for fixing the issue.