cursive

Issues at: https://git.io/cursive-issues
imre 2021-02-08T09:15:57.095Z

Believe me or not, that was the exact same comic I was thinking about when I worded my original message here on Slack 😄

helios 2021-02-08T10:06:37.095600Z

do you have an advice to help cursive understand core.match/match ? I always see a lot of unresolved stuff

helios 2021-02-09T09:09:13.097700Z

👍 thanks @wilkerlucio

wilkerlucio 2021-02-08T13:58:03.095700Z

one generic option is to specify the macro to resolve as "None"

wilkerlucio 2021-02-08T13:58:14.095900Z

this way it will ignore all failed symbols inside

joshkh 2021-02-08T18:47:26.096300Z

Has anyone "randomly" had the following error when starting a REPL for a project that hasn't changed? Error modal: > No project file found for <project-name> Error in build configuration: > Run Configuration Error: No modules containing clojure.main found I swear it was working this morning, and other projects are still fine. I also tried invalidating caches and restarting (deps.edn project). Thanks!

1✅
joshkh 2021-02-09T09:29:47.097900Z

thanks, "Add as deps project" prompted a small message about choosing an SDK, which did the trick

aratare 2021-02-08T19:02:16.096600Z

Perhaps consider deleting .idea? When things go south with no way of salvaging or time is limited, I usually just delete .idea, remove the project from IntelliJ and add it again.

2021-02-08T19:26:39.096800Z

yeah, i'm sure i've had that. Normally deleting .idea worked for me.

joshkh 2021-02-08T21:46:31.097100Z

no luck after deleting .idea. hmm. but thanks for the suggestion, this usually does the trick.